|
|
This chapter describes the function and displays the syntax of each AppleTalk command. For more information about defaults and usage guidelines, see the corresponding chapter of the Router Products Command Reference publication.
To define the default action to take for access checks that apply to zones, use the accesslist additional-zones global configuration command.
| access-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 accesslist cable-range global configuration command. To remove an access list, use the no form of this command.
| access-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-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 entry for a particular NBP named entity (object), class of NBP named entities (type), or NBP named entities belonging to a specific area (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-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. |
| seq | 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. |
| type | Characterizes string as the portion of an NBP name that identifies a category or type of named entity. |
| object | Characterizes string as the portion of an NBP name that identifies a particular object or 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 type, object, 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-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. |
To define the default action to take for access checks that apply to networks or cable ranges, use the access-list other-access global configuration command.
| access-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-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-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 arguments 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 accesslist zone global configuration command. To remove an access list, use the no form of this command.
| access-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.
| access-list-number | Number of the access list. This is a decimal number from 600 to 699. |
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.
| network.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 8bit node number in the range 0 to 254. Both numbers are decimal. |
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.
To specify the time interval between the retransmission of ARP packets, use the appletalk arp interval global configuration command. To restore both default intervals, use the no form of this command.
| probe | (Optional) Indicates that the interval specified is to be used with AARP requests that are trying to determined the address of the local router when the router 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 AppleTalk ARP transmissions. When used with the probe keyword, the default interval is 200 milliseconds. When used with the request keyword, the default interval is 1000 milliseconds. |
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.
| probe | (Optional) Indicates that the number specified is to be used with AARP requests that are trying to determine the address of the local router when the router 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 arptimeout interface configuration command. To return to the default timeout, use the no form of this command.
| interval | Time, in minutes, after which an entry is removed from the AppleTalk ARP table. The default is 240 minutes, or 4 hours. |
To set the 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.
| seconds | 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 updateinterval global configuration command. To return to the default interval, use the no form of this command.
| seconds | 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 cablerange interface configuration command to enable an extended AppleTalk network. To disable an extended AppleTalk network, use the no form of this command.
| cable-range | Cable range value. The argument specifies the start and end of the cable range, separated by a hyphen. These arguments 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 8bit node number. Both numbers are decimal. 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.
To allow users to access an AppleTalk zone when dialing into an asychronous line via the router's auxiliary port, use the appletalk client-mode interface configuration command. To disable this function, use the no form of this command.
To place an interface into discovery mode, use the appletalk discovery interface configuration command. To disable discovery mode, use the no form of this command.
To 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.
| access-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.
| access-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.
| domain-number | Number of an AppleTalk domain. It can be a decimal integer from 1 through 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.
| domain-number | Number of an AppleTalk domain. It can be a decimal integer from 1 through 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.
| domain-number | Number of an AppleTalk domain. It can be a decimal integer from 1 through 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 sequence :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.
| domain-number | Number of an AppleTalk domain. It can be a decimal integer from 1 through 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 configure split horizon, use the appletalk eigrp-splithorizon interface configuration command. To disable split horizon, use the no form of this command.
To 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.
| hello-interval | Interval between hello packets, in seconds. The default interval is 5 seconds. It can be a maximum of 30 seconds. |
| hold-time | Hold time, in seconds. The hold time is advertised in hello packets and indicates to neighbors the length of time they should consider the sender valid. The hold time can be in the range of 15 to 90 seconds. The default is 45 seconds. |
To log significant network events, use the appletalk eventlogging global configuration command. To disable this function, use the no form of this command.
To 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.
To filter GetZoneList (GZL) replies, use the appletalk getzonelist-filter interface configuration command. To remove a filter, use the no form of this command.
| access-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.
To allow a router to start functioning even if the network is misconfigured, use the appletalk ignoreverifyerrors global configuration command. To disable this function, use the no form of this command.
To enable IPTalk encapsulation on an interface that already has a configured IP address, use the appletalk iptalk interface configuration command. To disable IPTalk encapsulation, use the no form of this command.
| network.node | AppleTalk network address assigned to the interface. The argument network is the 16bit network number, and the argument node is the 8bit node number. Both numbers are decimal. |
| zone | Name of the zone for the connected AppleTalk network. |
To specify the 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.
| port-number | First UDP port number in the range of UDP ports used in mapping AppleTalk well-known DDP socket numbers to UDP ports. The default is 768. |
To specify which NBP service types are retained in the name cache, use the appletalk lookuptype global configuration command. To disable the caching of services, use the no form of this command.
| service-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. For a list of possible types, see AppleTalk service types table in the Router Products Command Reference publication. The default is to retain ciscoRouter entries in name cache. |
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.
| ip-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 the Apple Computer, Inc. specification Inside AppleTalk. |
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.
| ip-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 the Apple Computer, Inc. specification Inside AppleTalk. |
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.
| ip-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 serverzone 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, Inc. specification Inside AppleTalk. |
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.
| seconds | 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 1200 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. The default is 0 seconds. |
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 return to the default behavior, which is 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.
To 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.
To 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.
| 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. RTMP 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.
| network-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 router as if it were a real network number. |
| zone-name | Name of the zone that contains the routers 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 requireroutezones global configuration command. To disable this option and allow the router to advertise to its neighbors routes that have no network-zone association, use the no form of this command.
To 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.
To redistribute RTMP routes into AppleTalk Enhanced IGRP and vice versa, use the appletalk routeredistribution global configuration command. To keep Enhanced IGRP and RTMP routes separate, use the no form of this command.
To enable AppleTalk routing, use the appletalk routing global configuration command. To disable AppleTalk routing, use the no form of this command. If you omit the keyword and argument, this command enables AppleTalk routing without enabling Enhanced IGRP. In this case, the routing protocol used is RTMP.
| eigrp router-number | (Optional) Specifies the Enhanced IGRP routing protocol. The argument routernumber can be a decimal integer from 1 to 65535. It must be unique in your AppleTalk Enhanced IGRP internetwork. |
To allow a router 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. By default, the router sends routing updates.
To define a 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.
| 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. |
| to network.node | AppleTalk network address of the remote router. The argument network is the 16bit network number in the range 0 to 65279. The argument node is the 8bit 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 on a nonextended network, use the appletalk static network global configuration command. To remove a static route, use the no form of this command.
| network-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 router 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 8bit 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 strictrtmp-checking global configuration command. To disable the maximum checking, use the no form of this command.
To 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.
| update-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 router 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.
| network-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 router sends ZIP queries, use the appletalk zipqueryinterval global configuration command. To return to the default interval, use the no form of this command.
| interval | Interval, in seconds, at which the router sends ZIP queries. It can be any positive integer. The default is 10 seconds. |
To configure a ZIP reply filter, use the appletalk zipreply-filter interface configuration command. To remove a filter, use the no form of this command.
| access-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.
| 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 delete all entries or a specified entry from the AARP table, use the clear appletalk arp EXEC command. If no network node is specified, this command deletes all entries from the table.
| network.node | (Optional) Specific AppleTalk network address to be deleted from the router's AARP table. The argument network is the 16-bit network number in the range 0 to 65279. The argument node is the 8bit 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. If no neighbor address is specified, this command deletes all entries from the table.
| neighbor-address | (Optional) Network address of the specific neighboring router to be deleted from the neighbor table. The address is in the format network.node. The argument network is the 16bit network number in the range 1 to 65279. The argument node is the 8bit node number in the range 0 to 254. Both numbers are decimal. |
To delete all entries or a specified entry from the routing table, use the clear appletalk route EXEC command. If no network is specified, this command deletes all entries from the table
| network | (Optional) Number of the specific network the route is to. |
To reset AppleTalk traffic counters, use the clear appletalk traffic EXEC command.
To check host reachability and network connectivity, use the ping appletalk user EXEC and privileged EXEC command.
| appletalk | Specifies the AppleTalk protocol. |
| network.node | AppleTalk address of the system to ping. |
To check host reachability and network connectivity, use the ping appletalk privileged EXEC command.
| appletalk | (Optional) Specifies the AppleTalk protocol. |
| network.node | (Optional) AppleTalk address of the system to ping. |
To display the AppleTalk access lists currently defined, use the show appletalk access-lists user EXEC command.
To display routes to networks that are directly connected or that are one hop away, use the show appletalk adjacent-routes privileged EXEC command.
To display the entries in the AARP cache, use the show appletalk arp privileged EXEC command.
To display the pending events in the AURP update-events queue, use the show appletalk aurp events privileged EXEC command.
To 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.
To display the routes in the AppleTalk fast-switching table on an extended AppleTalk network, use the show appletalk cache EXEC command.
To display all domain-related information, use the show appletalk domain EXEC command.
| domain-number | (Optional) Number of an AppleTalk domain about which to display information. It can be a decimal integer from 1 through 1000000. |
To display the neighbors discovered by Enhanced IGRP, use the show appletalk eigrp neighbors EXEC command.
| 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.
| 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 router 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 router's AppleTalk internetwork and other parameters, use the show appletalk globals EXEC command.
To display the status of the AppleTalk interfaces configured in the router and the parameters configured on each interface, use the show appletalk interface privileged EXEC command.
| 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, HSSI, Virtual Interface, ISDN 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.
To display status information about a router's servers, use the show appletalk macip-servers EXEC command.
To display statistics about MacIP traffic through the router, use the show appletalk macip-traffic EXEC command.
To display a list of NBP services offered by nearby routers and other devices that support NBP, use the show appletalk name-cache EXEC command.
To display the contents of the NBP name registration table, use the show appletalk nbp EXEC command.
To display information about 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. If no neighbor address is specified, this command displays information about all AppleTalk routers.
| neighbor-address | (Optional) Displays information about the specified neighbor router. |
To display domain remapping information, use the show appletalk remap EXEC command.
| 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 the entries in the AppleTalk routing table, use the show appletalk route EXEC command. If no network or unit type is specified, this command displays all entries in the routing table.
| 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 information about process-level operation in the sockets of an AppleTalk interface, use the show appletalk sockets EXEC command. If no socket number is specified, this command displays information about all sockets.
| socket-number | (Optional) Displays information about the specified socket number. |
To display information the statically defined routes, use the show appletalk static EXEC command.
To display statistics about AppleTalk traffic, including MacIP traffic, use the show appletalk traffic EXEC command.
To display the entries in the zone information table, use the show appletalk zone EXEC command. If no zone name is specified, the command displays all entries in the zone information table.
| 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.
| 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.
To display all entries or specific entries in the SMRP group table, use the show smrp group EXEC command.
| 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 all entries or specific entries in the SMRP neighbor table, use the show smrp neighbor EXEC command.
| 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.
| 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.
| 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.
| 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 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.
| 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 router 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 of 1-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 of 1-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.
|
|
Copyright 1988-1995 © Cisco Systems Inc.