|
This chapter describes the function and displays the syntax for AppleTalk commands. For more information about defaults and usage guidelines, see the corresponding chapter of the Network Protocols Command Reference, Part 2.
To define the default action to take for access checks that apply to zones, use the access-list additional-zones global configuration command.
access-list access-list-number {deny | permit} additional-zonesaccess-list-number | Number of the access list. This is a decimal number from 600 to 699. |
deny | Denies access if the conditions are matched. |
permit | Permits access if the conditions are matched. |
To define an AppleTalk access list for a cable range (for extended networks only), use the access-list cable-range global configuration command. To remove an access list, use the no form of this command.
access-list access-list-number {deny | permit} cable-range cable-rangeaccess-list-number | Number of the access list. This is a decimal number from 600 to 699. |
deny | Denies access if the conditions are matched. |
permit | Permits access if the conditions are matched. |
cable-range | Cable range value. The argument specifies the start and end of the cable range, separated by a hyphen. These values are decimal numbers from 1 to 65279. The starting network number must be less than or equal to the ending network number. |
broadcast-deny | (Optional) Denies access to broadcast packets if the conditions are matched. |
broadcast-permit | (Optional) Permits access to broadcast packets if the conditions are met. |
To define an AppleTalk access list that overlaps any part of a range of network numbers or cable ranges (for both extended and nonextended networks), use the access-list includes global configuration command. To remove an access list, use the no form of this command.
access-list access-list-number {deny | permit} includes cable-rangeaccess-list-number | Number of the access list. This is a decimal number from 600 to 699. |
deny | Denies access if the conditions are matched. |
permit | Permits access if the conditions are matched. |
cable-range | Cable range or network number. The argument specifies the start and end of the cable range, separated by a hyphen. These values are decimal numbers from 1 to 65279. The starting network number must be less than or equal to the ending network number. To specify a network number, set the starting and ending network numbers to the same value. |
broadcast-deny | (Optional) Denies access to broadcast packets if the conditions are matched. |
broadcast-permit | (Optional) Permits access to broadcast packets if the conditions are met. |
To define an AppleTalk access list entry for a particular Name Binding Protocol (NBP) named entity, class of NBP named entities, NBP packet type, or NBP named entities belonging to a specific zone, use the access-list nbp global configuration command. To remove an NBP access list entry from the access list, use the no form of this command.
access-list access-list-number {deny | permit} nbp sequence-number {BrRq | FwdRq |access-list-number | Number of the access list. This is a decimal number from 600 to 699. |
deny | Denies access if conditions are matched. |
permit | Permits access if conditions are matched. |
sequence-number | A number used to tie together two or three portions of an NBP name tuple and to keep track of the number of access-list nbp entries in an access list. Each command entry must have a sequence number. |
BrRq | Broadcast Request packet type. |
FwdRq | Forward Request packet type. |
Lookup | Lookup packet type. |
LkReply | Lookup Reply packet type. |
object | Characterizes string as the portion of an NBP name that identifies a particular object or named entity. |
type | Characterizes string as the portion of an NBP name that identifies a category or type of named entity. |
zone | Characterizes string as the portion of an NBP name that identifies an AppleTalk zone. |
string | A portion of an NBP name identifying the object, type, or zone of a named entity. The name string can be up to 32 characters long, and it can include special characters from the Apple Macintosh character set. To include a special character, type a colon followed by two hexadecimal characters. For an NBP name with a leading space, enter the first character as the special sequence: 20. |
To define an AppleTalk access list for a single network number (that is, for a nonextended network), use the access-list network global configuration command. To remove an access list, use the no form of this command.
access-list access-list-number {deny | permit} network networkaccess-list-number | Number of the access list. This is a decimal number from 600 to 699. |
deny | Denies access if the conditions are matched. |
permit | Permits access if the conditions are matched. |
network | AppleTalk network number. |
broadcast-deny | (Optional) Denies access to broadcast packets if the conditions are matched. |
broadcast-permit | (Optional) Permits access to broadcast packets if the conditions are met. |
To define the default action to take for subsequent access checks that apply to networks or cable ranges, use the access-list other-access global configuration command.
access-list access-list-number {deny | permit} other-accessaccess-list-number | Number of the access list. This is a decimal number from 600 to 699. |
deny | Denies access if the conditions are matched. |
permit | Permits access if the conditions are matched. |
To define the default action to take for access checks that apply to NBP packets from named entities not otherwise explicitly denied or permitted, use the access-list other-nbps global configuration command.
access-list access-list-number {deny | permit} other-nbpsaccess-list-number | Number of the access list for AppleTalk. This is a decimal number from 600 to 699. |
deny | Denies access if conditions are matched. |
permit | Permits access if conditions are matched. |
To define an AppleTalk access list for an extended or a nonextended network whose network number or cable range is included entirely within the specified cable range, use the access-list within global configuration command. To remove this access list, use the no form of this command.
access-list access-list-number {deny | permit} within cable-rangeaccess-list-number | Number of the access list. This is a decimal number from 600 to 699. |
deny | Denies access if the conditions are matched. |
permit | Permits access if the conditions are matched. |
cable-range | Cable range or network number. The argument specifies the start and end of the cable range, separated by a hyphen. These values are decimal numbers from 1 to 65279. The starting network number must be less than or equal to the ending network number. To specify a network number, set the starting and ending network numbers to the same value. |
To define an AppleTalk access list that applies to a zone, use the access-list zone global configuration command. To remove an access list, use the no form of this command.
access-list access-list-number {deny | permit} zone zone-nameaccess-list number | Number of the access list. This is a decimal number from 600 to 699. |
deny | Denies access if the conditions are matched. |
permit | Permits access if the conditions are matched. |
zone-name | Name of the zone. The name can include special characters from the Apple Macintosh character set. To include a special character, type a colon followed by two hexadecimal characters. For zone names with a leading space character, enter the first character as the special sequence :20. |
To assign an access list to an interface, use the appletalk access-group interface configuration command. To remove the access list, use the no form of this command.
appletalk access-group access-list-number [in | out]access-list-number | Number of the access list. This is a decimal number from 600 to 699. |
in | (Optional) Filters on incoming packets. |
out | (Optional) Filters on outgoing packets. This is the default direction. |
To enable nonextended AppleTalk routing on an interface, use the appletalk address interface configuration command. To disable nonextended AppleTalk routing, use the no form of this command.
appletalk address network.nodenetwork.node | AppleTalk network address assigned to the interface. The argument network is the 16-bit network number in the range 0 to 65279. The argument node is the 8-bit node number in the range 0 to 254. Both numbers are decimal and separated by a period. |
To display network numbers in a two-octet format, use the appletalk alternate-addressing global configuration command. To return to displaying network numbers in the format network.node, use the no form of this command.
appletalk alternate-addressingTo specify the time interval between retransmissions of Address Resolution Protocol (ARP) packets, use the appletalk arp interval global configuration command. To restore both default intervals, use the no form of this command.
appletalk arp [probe | request] interval intervalprobe | (Optional) Interval to be used with AppleTalk Address Resolution Protocol (AARP) requests that are trying to determine the address of the local router when the Cisco IOS software is being configured. If you omit probe and request, probe is the default. |
request | (Optional) Indicates that the interval specified is to be used when AARP is attempting to determine the hardware address of another node so that AARP can deliver a packet. |
interval | Interval, in milliseconds, between AARP transmissions. The minimum value is 33 ms. When used with the probe keyword, the default interval is 200 ms. When used with the request keyword, the default interval is 1,000 ms. |
To specify the number of AARP probe or request transmissions, use the appletalk arp retransmit-count global configuration command. To restore both default values, use the no form of this command.
appletalk arp [probe | request] retransmit-count numberprobe | (Optional) Indicates that the number specified is to be used with AARP requests that are trying to determined the address of the local router when the Cisco IOS software is being configured. If you omit probe and request, probe is the default. |
request | (Optional) Indicates that the number specified is to be used when AARP is attempting to determine the hardware address of another node so that AARP can deliver a packet. |
number | Number of AARP retransmissions that will occur. The minimum number is 1. When used with the probe keyword, the default value is 10 retransmissions. When used with the request keyword, the default value is 5 retransmissions. Specifying 0 selects the default value. |
To specify the interval at which entries are aged out of the ARP table, use the appletalk arp-timeout interface configuration command. To return to the default timeout, use the no form of this command.
appletalk arp-timeout intervalinterval | Time, in minutes, after which an entry is removed from the AppleTalk ARP table. The default is 240 minutes (4 hours). |
To set the Apple Update-Based Routing Protocol (AURP) last-heard-from timer value, use the appletalk aurp tickle-time interface configuration command. To return to the default last-heard-from timer value, use the no form of this command.
appletalk aurp tickle-time secondsseconds | Time-out value, in seconds. This value can be a number in the range 30 to infinity. The default is 90 seconds. |
To set the minimum interval between AURP routing updates, use the appletalk aurp update-interval global configuration command. To return to the default interval, use the no form of this command.
appletalk aurp update-interval secondsseconds | AURP routing update interval, in seconds. This interval must be a multiple of 10. The default is 30 seconds. |
To enable an extended AppleTalk network, use the appletalk cable-range interface configuration command. To disable an extended AppleTalk network, use the no form of this command.
appletalk cable-range cable-range [network.node]cable-range | Cable range value. The argument specifies the start and end of the cable range, separated by a hyphen. These values are decimal number from 0 to 65279. The starting network number must be less than or equal to the ending network number. |
network.node | (Optional) Suggested AppleTalk address for the interface. The argument network is the 16-bit network number, and the argument node is the 8-bit node number. Both numbers are decimal and separated by a period. The suggested network number must fall within the specified range of network numbers. |
To enable the generation and verification of checksums for all AppleTalk packets (except routed packets), use the appletalk checksum global configuration command. To disable checksum generation and verification, use the no form of this command.
appletalk checksumTo allow users to access an AppleTalk zone when dialing into an asynchronous line (on Cisco routers, only via the auxiliary port) use the appletalk client-mode interface configuration command. To disable this function, use the no form of this command.
appletalk client-modeTo place an interface into discovery mode, use the appletalk discovery interface configuration command. To disable discovery mode, use the no form of this command.
appletalk discoveryTo filter routing updates received from other routers over a specified interface, use the appletalk distribute-list in interface configuration command. To remove the routing table update filter, use the no form of this command.
appletalk distribute-list access-list-number inaccess-list-number | Number of the access list. This is a decimal number from 600 to 699. |
To filter routing updates transmitted to other routers, use the appletalk distribute-list out interface configuration command. To remove the routing table update filter, use the no form of this command.
appletalk distribute-list access-list-number outaccess-list-number | Number of the access list. This is a decimal number from 600 to 699. |
To assign a predefined domain number to an interface, use the appletalk domain-group interface configuration command. To remove an interface from a domain, use the no form of this command.
appletalk domain-group domain-numberdomain-number | Number of an AppleTalk domain. It can be a decimal integer from 1 to 1000000. |
To reduce the hop-count value in packets traveling between segments of a domains, use the appletalk domain hop-reduction global configuration command. To disable the reduction of hop-count values, use the no form of this command.
appletalk domain domain-number hop-reductiondomain-number | Number of an AppleTalk domain. It can be a decimal integer from 1 to 1000000. |
To create a domain and assign it a name and number, use the appletalk domain name global configuration command. To remove a domain, use the no form of this command.
appletalk domain domain-number name domain-namedomain-number | Number of an AppleTalk domain. It can be a decimal integer from 1 to 1000000. |
domain-name | Name of an AppleTalk domain. The name must be unique across the AppleTalk internetwork. It can be up to 32 characters long and can include special characters from the Apple Macintosh character set. To include a special character, type a colon followed by two hexadecimal characters. For zone names with a leading space character, enter the first character as the special sequenc: 20. |
To remap ranges of AppleTalk network numbers or cable ranges between two segments of a domain, use the appletalk domain remap-range global configuration command. To disable remapping, use the no form of this command.
appletalk domain domain-number remap-range {in | out} cable-rangedomain-number | Number of an AppleTalk domain. It can be a decimal integer from 1 to 1000000. |
in | Specifies that the remapping is performed on inbound packets (that is, on packets arriving into the local interenterprise network). All network numbers or cable ranges coming from the domain are remapped into the specified range. |
out | Specifies that the remapping is performed on outbound packets (that is, on packets exiting from the local interenterprise network). All network numbers or cable ranges going to the domain are remapped into the specified range. |
cable-range | The argument specifies the start and end of the cable range, separated by a hyphen. The starting network must be the first AppleTalk network number or the beginning of the cable range to remap. The number must be immediately followed by a hyphen. The ending network must be the last AppleTalk network number or the end of the cable range to remap. |
To specify the length of time that Enhanced IGRP routes can be active, use the appletalk eigrp active-time global configuration command. To return to the default value of one minute, use the no form of the command.
appletalk eigrp active-time {minutes | disabled}minutes | Enhanced IGRP active state time (in minutes). Valid values are from 1 to 4294967295 minutes. |
disabled | Disables the Enhanced IGRP active state time limit. Routes remain active indefinitely. |
To configure the percentage of bandwidth that may be used by Enhanced IGRP on an interface, use the appletalk eigrp-bandwidth-percent interface configuration command. To restore the default value, use the no form of this command.
appletalk eigrp-bandwidth-percent percentpercent | Percentage of bandwidth that Enhanced IGRP may use. |
To enable the logging of changes in Enhanced IGRP neighbor adjacencies, use the appletalk eigrp log-neighbor-changes global configuration command. To disable this function, use the no form of this command.
appletalk eigrp log-neighbor-changesaddress | Neighbor address. |
state | Up or down. |
reason | Reason for change. |
To enable split horizon, use the appletalk eigrp-splithorizon interface configuration command. To disable split horizon, use the no form of this command.
appletalk eigrp-splithorizonTo configure the AppleTalk Enhanced IGRP hello packet interval and the route hold time, use the appletalk eigrp-timers interface configuration command. To return to the default values for these timers, use the no form of this command.
appletalk eigrp-timers hello-interval hold-timeTo log significant network events, use the appletalk event-logging global configuration command. To disable this function, use the no form of this command.
appletalk event-loggingTo establish a free-trade zone, use the appletalk free-trade-zone interface configuration command. To disable a free-trade zone, use the no form of this command.
appletalk free-trade-zoneTo filter GZL replies, use the appletalk getzonelist-filter interface configuration command. To remove a filter, use the no form of this command.
appletalk getzonelist-filter access-list-numberaccess-list-number | Number of the access list. This is a decimal number from 600 to 699. |
To derive AARP table entries from incoming packets, use the appletalk glean-packets interface configuration command. To disable this function, use the no form of this command.
appletalk glean-packetsTo allow the Cisco IOS software to start functioning even if the network is misconfigured, use the appletalk ignore-verify-errors global configuration command. To disable this function, use the no form of this command.
appletalk ignore-verify-errorsTo enable IPTalk encapsulation on a tunnel interface, use the appletalk iptalk interface configuration command. To disable IPTalk encapsulation, use the no form of this command.
appletalk iptalk network zonenetwork | AppleTalk network address assigned to the interface. The argument network is the 16-bit network number in decimal. |
zone | Name of the zone for the connected AppleTalk network. |
To specify the User Datagram Protocol (UDP) port number when configuring IPTalk, use the appletalk iptalk-baseport global configuration command. To return to the default UDP port number, use the no form of this command.
appletalk iptalk-baseport port-numberport-number | First UDP port number in the range of UDP ports used in mapping AppleTalk well-known DDP socket numbers to UDP ports. |
To specify which NBP service types are retained in the name cache, use the appletalk lookup-type global configuration command. To disable the caching of services, use the no form of this command.
appletalk lookup-type service-typeservice-type | AppleTalk service types. The name of a service type can include special characters from the Apple Macintosh character set. To include a special character, type a colon followed by two hexadecimal numbers. For zone names with a leading space character, enter the first character as the special sequence: 20. |
To allocate IP addresses to dynamic MacIP clients, use the appletalk macip dynamic global configuration command. To delete a MacIP dynamic address assignment, use the no form of this command.
appletalk macip dynamic ip-address [ip-address] zone server-zoneip-address | IP address, in four-part, dotted decimal notation. To specify a range, enter two IP addresses, which represent the first and last addresses in the range. |
zone server-zone | Zone in which the MacIP server resides. The argument server-zone can include special characters from the Apple Macintosh character set. To include a special character, specify a colon followed by two hexadecimal characters. For zone names with a leading space character, enter the first character as the special sequence :20. For a list of Macintosh characters, refer to Apple Computer's Inside AppleTalk publication. |
To establish a MacIP server for a zone, use the appletalk macip server global configuration command. To shut down a MacIP server, use the no form of this command.
appletalk macip server ip-address zone server-zoneip-address | IP address, in four-part dotted decimal notation. It is suggested that this address match the address of an existing IP interface. |
zone server-zone | Zone in which the MacIP server resides. The argument server-zone can include special characters from the Apple Macintosh character set. To include a special character, specify a colon followed by two hexadecimal characters. For zone names with a leading space character, enter the first character as the special sequence :20. For a list of Macintosh characters, refer to Apple Computer's Inside AppleTalk publication. |
To allocate an IP address to be used by a MacIP client that has reserved a static IP address, use the appletalk macip static global configuration command. To delete a MacIP static address assignment, use the no form of this command.
appletalk macip static ip-address [ip-address] zone server-zoneip-address | IP address, in four-part, dotted decimal format. To specify a range, enter two IP addresses, which represent the first and last addresses in the range. |
zone server-zone | Zone in which the MacIP server resides. The argument server-zone can include special characters from the Apple Macintosh character set. To include a special character, specify a colon followed by two hexadecimal characters. For zone names with a leading space character, enter the first character as the special sequence :20. For a list of Macintosh characters, refer to Apple Computer's Inside AppleTalk publication. |
To define the maximum number of equal-cost paths the router should use when balancing the traffic load, use the appletalk maximum-paths global configuration command. To restore the default value, use the no form of this command.
appletalk maximum-paths [paths]paths | Maximum number of equal-cost paths to be used for balancing the traffic load. The paths argument is a decimal number in the range of 1 to 16. |
To set the interval between service pollings by the router on its AppleTalk interfaces, use the appletalk name-lookup-interval global configuration command. To purge the name cache and return to the default polling interval, use the no form of this command.
appletalk name-lookup-interval secondsseconds | Interval, in seconds, between NBP lookup pollings. This can be any positive integer; there is no upper limit. It is recommended that you use an interval between 300 seconds (5 minutes) and 1,200 seconds (20 minutes). The smaller the interval, the more packets are generated to handle the names. Specifying an interval of 0 purges all entries from the name cache and disables the caching of service type information that is controlled by the appletalk lookup-type command, including the caching of information about our routers. |
To permit access to the other networks in a zone when access to one of those networks is denied, use the appletalk permit-partial-zones global configuration command. To deny access to all networks in a zone if access to one of those networks is denied, use the no form of this command.
appletalk permit-partial-zonesTo enable the recognition of pre-FDDITalk packets, use the appletalk pre-fdditalk global configuration command. To disable this function, use the no form of this command.
appletalk pre-fdditalkTo specify the routing protocol to use on an interface, use the appletalk protocol interface configuration command. To disable a routing protocol, use the no form of this command.
appletalk protocol {aurp | eigrp | rtmp}aurp | Specifies that the routing protocol to use is AURP. You can enable AURP only on tunnel interfaces. |
eigrp | Specifies that the routing protocol to use is Enhanced IGRP. |
rtmp | Specifies that the routing protocol to use is RTMP, which is enabled by default. |
To assign a proxy network number for each zone in which there is a router that supports only nonextended AppleTalk, use the appletalk proxy-nbp global configuration command. To delete the proxy, use the no form of this command.
appletalk proxy-nbp network-number zone-namenetwork-number | Network number of the proxy. It is a 16-bit decimal number and must be unique on the network. This is the network number that will be advertised by the Cisco IOS software as if it were a real network number. |
zone-name | Name of the zone that contains the devices that support only nonextended AppleTalk. The name can include special characters from the Apple Macintosh character set. To include a special character, type a colon followed by two hexadecimal characters. For zone names with a leading space character, enter the first character as the special sequence :20. |
To prevent the advertisement of routes (network numbers or cable ranges) that have no assigned zone, use the appletalk require-route-zones global configuration command. To disable this option and allow the Cisco IOS software to advertise to its neighbors routes that have no network-zone association, use the no form of this command.
appletalk require-route-zonesTo enable fast switching on all supported interfaces, use the appletalk route-cache interface configuration command. To disable fast switching, use the no form of this command.
appletalk route-cacheTo redistribute RTMP routes into AppleTalk Enhanced IGRP and vice versa, use the appletalk route-redistribution global configuration command. To keep Enhanced IGRP and RTMP routes separate, use the no form of this command.
appletalk route-redistributionTo enable AppleTalk routing, use the appletalk routing global configuration command. To disable AppleTalk routing, use the no form of this command.
appletalk routing [eigrp router-number]eigrp router-number | (Optional) Specifies the Enhanced IGRP routing protocol. The argument router-number is the router ID. It can be a decimal integer from 1 to 65535. It must be unique in your AppleTalk Enhanced IGRP internetwork. |
To enable AppleTalk RTMP stub mode, use the appletalk rtmp-stub interface configuration command. To disable this mode, use the no form of the command.
appletalk rtmp-stubTo allow the Cisco IOS software to send routing updates to its neighbors, use the appletalk send-rtmps interface configuration command. To block updates from being sent, use the no form of this command.
appletalk send-rtmpsTo define a static route or a floating static route on an extended network, use the appletalk static cable-range global configuration command. To remove a static route, use the no form of this command.
appletalk static cable-range cable-range to network.node [floating] zone zone-namecable-range | Cable range value. The argument specifies the start and end of the cable range, separated by a hyphen. These values are decimal number from 0 to 65279. The starting network number must be less than or equal to the ending network number. |
to network.node | AppleTalk network address of the remote router. The argument network is the 16-bit network number in the range 0 to 65279. The argument node is the 8-bit node number in the range 0 to 254. Both numbers are decimal. |
floating | (Optional) Specifies that this route is a floating static route, which is a static route that can be overridden by a dynamically learned route. |
zone zone-name | Name of the zone on the remote network. The name can include special characters from the Apple Macintosh character set. To include a special character, type a colon followed by two hexadecimal characters. For zone names with a leading space character, enter the first character as the special sequence :20. |
To define a static route or a floating static route on a nonextended network, use the appletalk static network global configuration command. To remove a static route, use the no form of this command.
appletalk static network network-number to network.node [floating] zone zone-namenetwork-number | AppleTalk network number assigned to the interface. It is a 16-bit decimal number and must be unique on the network. This is the network number that will be advertised by the Cisco IOS software as if it were a real network number. |
to network.node | AppleTalk network address of the remote router. The argument network is the 16-bit network number in the range 0 to 65279. The argument node is the 8-bit node number in the range 0 to 254. Both numbers are decimal. |
floating | (Optional) Specifies that this route is a floating static route, which is a static route that can be overridden by a dynamically learned route. |
zone zone-name | Name of the zone on the remote network. The name can include special characters from the Apple Macintosh character set. To include a special character, type a colon followed by two hexadecimal characters. For zone names with a leading space character, enter the first character as the special sequence :20. |
To perform maximum checking of routing updates to ensure their validity, use the appletalk strict-rtmp-checking global configuration command. To disable the maximum checking, use the no form of this command.
appletalk strict-rtmp-checkingTo change the routing update timers, use the appletalk timers global configuration command. To return to the default routing update timers, use the no form of this command.
appletalk timers update-interval valid-interval invalid-intervalupdate-interval | Time, in seconds, between routing updates sent to other routers on the network. The default is 10 seconds. |
valid-interval | Time, in seconds, that the Cisco IOS software will consider a route valid without having heard a routing update for that route. The default is 20 seconds (two times the update interval). |
invalid-interval | Time, in seconds, that the route is retained after the last update. The default is 60 seconds (three times the valid interval). |
To add AppleTalk users logging in on an asynchronous line and using PPP encapsulation to an internal network, use the appletalk virtual-net global configuration command. To remove an internal network, use the no form of this command.
appletalk virtual-net network-number zone-namenetwork-number | AppleTalk network address assigned to the interface. This is a 16-bit decimal network number in the range 0 to 65279. The network address must be unique across your AppleTalk internetwork. |
zone-name | Name of a new or existing zone to which the AppleTalk user will belong. |
To specify the interval at which the Cisco IOS software sends ZIP queries, use the appletalk zip-query-interval global configuration command. To return to the default interval, use the no form of this command.
appletalk zip-query-interval intervalinterval | Interval, in seconds, at which the software sends ZIP queries. It can be any positive integer. The default is 10 seconds. |
To configure a ZIP reply filter, use the appletalk zip-reply-filter interface configuration command. To remove a filter, use the no form of this command.
appletalk zip-reply-filter access-list-numberaccess-list-number | Number of the access list. This is a decimal number from 600 to 699. |
To set the zone name for the connected AppleTalk network, use the appletalk zone interface configuration command. To delete a zone, use the no form of this command.
appletalk zone zone-nameTo delete all entries or a specified entry from the AARP table, use the clear appletalk arp EXEC command.
clear appletalk arp [network.node]network.node | (Optional) AppleTalk network address to be deleted from the AARP table. The argument network is the 16-bit network number in the range 0 to 65279. The argument node is the 8-bit node number in the range 0 to 254. Both numbers are decimal. |
To delete all entries or a specified entry from the neighbor table, use the clear appletalk neighbor EXEC command.
clear appletalk neighbor [neighbor-address]neighbor-address | (Optional) Network address of the neighboring router to be deleted from the neighbor table. The address is in the format network.node. The argument network is the 16-bit network number in the range 1 to 65279. The argument node is the 8-bit node number in the range 0 to 254. Both numbers are decimal. |
To delete entries from the routing table, use the clear appletalk route EXEC command.
clear appletalk route [network]network | (Optional) Number of the network to which the route provides access. |
To reset AppleTalk traffic counters, use the clear appletalk traffic EXEC command.
clear appletalk trafficTo remove all fast-switching entries in the Sample Multicast Routing Protocol (SMRP) fast-switching cache table, use the clear smrp mcache EXEC command.
clear smrp mcacheTo check host reachability and network connectivity, use the ping privileged EXEC command.
ping [appletalk] [network.node]appletalk | (Optional) Specifies the AppleTalk protocol. |
network.node | (Optional) AppleTalk address of the system to ping. |
To check host reachability and network connectivity, use the ping user EXEC command.
ping appletalk network.nodeappletalk | Specifies the AppleTalk protocol. |
network.node | AppleTalk address of the system to ping. |
To display the AppleTalk access lists currently defined, use the show appletalk access-lists user EXEC command.
show appletalk access-listsTo display routes to networks that are directly connected or that are one hop away, use the show appletalk adjacent-routes privileged EXEC command.
show appletalk adjacent-routesTo display the entries in the ARP cache, use the show appletalk arp privileged EXEC command.
show appletalk arpTo display the pending events in the AURP update-events queue, use the show appletalk aurp events privileged EXEC command.
show appletalk aurp eventsTo display entries in the AURP private path database, which consists of all paths learned from exterior routers, use the show appletalk aurp topology privileged EXEC command.
show appletalk aurp topologyTo display the routes in the AppleTalk fast-switching table on an extended AppleTalk network, use the show appletalk cache EXEC command.
show appletalk cacheTo display all domain-related information, use the show appletalk domain EXEC command.
show appletalk domain [domain-number]domain-number | (Optional) Number of an AppleTalk domain about which to display information. It can be a decimal integer from 1 to 1000000. |
To display information about interfaces configured for Enhanced IGRP, use the show appletalk eigrp interfaces EXEC command.
show appletalk eigrp interfaces [type number]type | (Optional) Interface type. |
number | (Optional) Interface number. |
To display the neighbors discovered by Enhanced IGRP, use the show appletalk eigrp neighbors EXEC command.
show appletalk eigrp neighbors [interface]interface | (Optional) Displays information about the specified neighbor router. |
To display the AppleTalk Enhanced IGRP topology table, use the show appletalk eigrp topology EXEC command.
show appletalk eigrp topology [network-number | active | zero-successors]network-number | (Optional) Number of the AppleTalk network whose topology table entry you want to display. |
active | (Optional) Displays the entries for all active routes. |
zero-successors | (Optional) Displays the entries for destinations for which no successors exist. These entries are destinations that the Cisco IOS software currently does not know how to reach via Enhanced IGRP. This option is useful for debugging network problems. |
To display information and settings about the AppleTalk internetwork and other parameters, use the show appletalk globals EXEC command.
show appletalk globalsTo display the status of the AppleTalk interfaces configured in the Cisco IOS software and the parameters configured on each interface, use the show appletalk interface privileged EXEC command.
show appletalk interface [brief] [type number]brief | (Optional) Displays a brief summary of the status of the AppleTalk interfaces. |
type | (Optional) Interface type. It can be one of the following types: asynchronous, dialer, Ethernet (IEEE 802.3), Token Ring (IEEE 802.5), FDDI, High-Speed Serial Interface (HSSI), Virtual Interface, ISDN Basic Rate Interface (BRI), ATM interface, loopback, null, or serial. |
number | (Optional) Interface number. |
To display status information about all known MacIP clients, use the show appletalk macip-clients EXEC command.
show appletalk macip-clientsTo display status information about related servers, use the show appletalk macip-servers EXEC command.
show appletalk macip-serversTo display statistics about MacIP traffic through the router, use the show appletalk macip-traffic privileged EXEC command.
show appletalk macip-trafficTo display a list of NBP services offered by nearby routers and other devices that support NBP, use the show appletalk name-cache privileged EXEC command.
show appletalk name-cacheTo display the contents of the NBP name registration table, use the show appletalk nbp EXEC command.
show appletalk nbpTo display information about the AppleTalk routers that are directly connected to any of the networks to which this router is directly connected, use the show appletalk neighbors EXEC command.
show appletalk neighbors [neighbor-address]neighbor-address | (Optional) Displays information about the specified neighbor router. |
To display domain remapping information, use the show appletalk remap EXEC command.
show appletalk remap [domain domain-number [{in | out} [{to | from} domain-network]]]domain domain-number | (Optional) Number of an AppleTalk domain about which to display remapping information. It can be a decimal integer from 1 through 1000000. |
in | (Optional) Displays remapping information about inbound packets, that is, on packets entering the local segment of the domain. |
out | (Optional) Displays remapping information about outbound packets, that is on packets exiting from the local segment of the domain. |
to | (Optional) Displays information about the network number or cable range to which an address has been remapped. |
from | (Optional) Displays information about the original network number or cable range. |
domain-network | (Optional) Number of an AppleTalk network. |
To display all entries or specified entries in the AppleTalk routing table, use the show appletalk route EXEC command.
show appletalk route [network | type number]network | (Optional) Displays the routing table entry for the specified network. |
type number | (Optional) Displays the routing table entries for networks that can be reached via the specified interface type and number. |
To display all information or specified information about process-level operation in the sockets of an AppleTalk interface, use the show appletalk sockets privileged EXEC command.
show appletalk sockets [socket-number]socket-number | (Optional) Displays information about the specified socket number. |
To display information about the statically defined routes, including floating static routes, use the show appletalk static EXEC command.
show appletalk staticTo display statistics about AppleTalk traffic, including MacIP traffic, use the show appletalk traffic EXEC command.
show appletalk trafficTo display all entries or specified entries in the zone information table, use the show appletalk zone EXEC command.
show appletalk zone [zone-name]zone-name | (Optional) Displays the entry for the specified zone. |
To display all entries or specific entries in the SMRP forwarding table, use the show smrp forward EXEC command.
show smrp forward [appletalk [group-address]]appletalk | (Optional) Displays SMRP forwarding table entries for all AppleTalk networks. Currently SMRP services are supported over AppleTalk only. |
---|---|
group-address | (Optional) SMRP group address. All members of a group listen for multicast packets on this address. |
To display global information about SMRP--such as whether SMRP is enabled and running and settings for timers, most of which are used internally--use the show smrp globals EXEC command.
show smrp globalsTo display all entries or specific entries in the SMRP group table, use the show smrp group EXEC command.
show smrp group [appletalk [group-address]]appletalk | (Optional) Displays SMRP group table entries for all AppleTalk networks. Currently SMRP services are supported over AppleTalk networks only. |
---|---|
group-address | (Optional) SMRP group address. |
To display the SMRP fast-switching cache table, use the show smrp mcache EXEC command.
show smrp mcache [appletalk [group-address]]appletalk | (Optional) Displays the SMRP fast-switching cache table entries for all AppleTalk network groups. Currently, SMRP services are supported over AppleTalk only. |
---|---|
group-address | (Optional) SMRP group address. Use this argument to display only this group's fast-switching cache table entry. |
To display all entries or specific entries in the SMRP neighbor table, use the show smrp neighbor EXEC command.
show smrp neighbor [appletalk [network-address]]appletalk | (Optional) Displays SMRP neighbor table entries for all AppleTalk networks. Currently SMRP services are supported over AppleTalk networks only. |
---|---|
network-address | (Optional) Network address of the neighbor router. |
To display all entries or specific entries in the SMRP port table, use the show smrp port EXEC command.
show smrp port [appletalk [type number]]appletalk | (Optional) Displays SMRP port table entries for all AppleTalk networks. Currently SMRP services are supported over AppleTalk networks only. |
---|---|
type | (Optional) Interface type. |
number | (Optional) Interface number. |
To display all entries or specific entries in the SMRP routing table, use the show smrp route EXEC command.
show smrp route [appletalk [network] | type number]appletalk | (Optional) Displays SMRP route table entries for all AppleTalk networks. Currently SMRP services are supported over AppleTalk networks only. |
---|---|
network | (Optional) SMRP network range. |
type | (Optional) Interface type. |
number | (Optional) Interface number. |
To display all entries or specific entries in the SMRP traffic table, use the show smrp traffic EXEC command.
show smrp traffic [all | group | neighbor | port | route | transaction]all | (Optional) Displays SMRP traffic for SMRP groups, neighbors, ports, routes, and transactions. |
---|---|
group | (Optional) Displays SMRP traffic for SMRP groups. |
neighbor | (Optional) Displays SMRP traffic for neighbors. |
port | (Optional) Displays SMRP traffic for ports. |
route | (Optional) Displays SMRP traffic for routes. |
transaction | (Optional) Displays SMRP traffic for transactions. |
To enable SMRP fast-switching on a port, use the smrp mroute-cache protocol appletalk interface configuration command. To disable SMRP fast-switching, use the no form of the command.
smrp mroute-cache protocol appletalkTo make SMRP multicast services available over AppleTalk for a specific interface, use the smrp protocol appletalk interface configuration command. To disable SMRP over AppleTalk for a specific interface, use the no form of the command.
smrp protocol appletalk [network-range beginning-end]network-range | (Optional) SMRP network range for the interface. We recommend that you do not specify an SMRP network range. When you omit the range, the Cisco IOS software uses the AppleTalk cable range configured for the interface as the SMRP network range. If you specify a range, it must fall within the SMRP network range 1 to 65535. |
beginning-end | (Optional) The beginning and end of the SMRP network range for this AppleTalk network. If you specify a range, it must fall within the SMRP network range 1 to 65535. |
To enable the use of the multicast transport services provided by the SMRP, use the smrp routing global configuration command. To disable SMRP services for all interfaces, use the no form of this command.
smrp routingTo enter the test mode, use the test appletalk privileged EXEC command.
test appletalkTo set the encapsulation mode for the tunnel interface, use the tunnel mode interface configuration command. To set to the default, use the no form of this command.
tunnel mode {aurp | cayman | dvmrp | eon | gre ip | nos}aurp | AppleTalk Update Routing Protocol (AURP). |
cayman | Cayman TunnelTalk AppleTalk encapsulation. |
dvmrp | Distance Vector Multicast Routing Protocol (DVMRP). |
eon | EON-compatible Connectionless Network Service (CLNS) tunnel. |
gre ip | Generic routing encapsulation (GRE) protocol over IP. |
nos | KA9Q/NOS compatible IP over IP. |
To set a tunnel interface's source address, use the tunnel source interface configuration command. To remove the source address, use the no form of this command.
tunnel source {ip-address | type number}ip-address | IP address to use as the source address for packets in the tunnel. |
type | All interface types. |
number | Specifies the port, connector, or interface card number. The numbers are assigned at the factory at the time of installation or when added to a system, and can be displayed with the show interfaces command. |
|