|
|
Restricts incoming and outgoing connections between a particular virtual terminal line and the addresses in an access list.
access class 23 in
Begins a SLIP connection.
Router>slip 131.108.2.5Router>slip default
Cancels SLIP support on the line.
slip access-class number {in|out}Configures an access list to be used on packets to or from the SLIP host.
slip access-class 3 inslip address dynamic [IP-address]
When issued without an IP address, allows the IP address associated with a SLIP line to be assigned upon access. This feature is supported when a TACACS server is used. When issued with an IP address (IP-address), allows a default address to be specified upon access.
slip address dynamic 124.201.14.3slip address IP-address
Specifies the Internet address assigned to the SLIP client at the other end of the serial line connection.
slip address 128.73.98.2slip dedicated
Places the line in SLIP mode permanently. The router does not create an EXEC on this line, so the line is not available for normal interactive use.
slip hold-queue packetsSpecifies the limit of the SLIP output queue, which stores packets received from the network waiting to be sent to the SLIP client. Default is 2.
slip hold-queue 4slip interactive
Allows the line to be used in either SLIP mode or interactive mode. Interactive mode is restored when the modem is disconnected or the line is cleared.
slip mtu bytesSpecifies the size of the largest Internet packet that the SLIP support can handle. Default is 1500 bytes.
slip mtu 3000speed baud
Sets the transmit and receive speeds for the line.
speed 9600
Specifies an autonomous system (AS) number. The no form removes the AS number.
autonomous-system 109[no] ip as-path access-list list {permit|deny} as-regular-expression
Defines a BGP-related access list.
ip as-path access-list 4 permit ^109[no] ip default-network network-number
Instructs a smart router to generate dynamic default information and pass it to other routers. The no form removes the instruction.
ip default-network 128.99.0.0[no] ip route IP-address mask {IP-address|interface} [distance]
Allows a static route to be overridden by dynamic routing information.
ip route 131.161.7.12 255.0.0.0 131.108.3.4 110[no] router protocol [autonomous-system]
Selects the IP routing process. Must be entered before the router
subcommands that further define and tune the routing process.
router igrp 120 router hello[no] router egp 0
A specific version of the router global configuration command that specifies a core gateway. Allows a specific router to have an EGP process that will enable it to behave like a peer to any reachable autonomous system.
[no] router ospf ospf-process-idEnables OSPF for the router. You can specify multiple OSPF routing processes in each router.
router ospf 109
Enables or disables GDP routing with all default parameters.
[no] ip gdp holdtime secondsEnables or disables GDP routing, keeping priority and reporting interval at their default settings.
ip gdp holdtime 20[no] ip gdp priority number
Enables or disables GDP routing, maintaining report time at 5 seconds and holdtime at 15 seconds for Ethernet networks.
ip gdp priority 95[no] ip gdp reporttime seconds
Enables or disables GDP routing maintaining a priority of 100 and hold time of 15 seconds.
ip gdp reporttime 10[no] ip irdp
Enables or disables ICMP Router Discover Protocol (IRDP) processing on an interface. Default is disabled. When enabled, default values are used. These values are as follows:
| Function | Default Value |
|---|---|
| router preference | 100 (range 0-255) |
| maximum interval between advertisements | 600 seconds |
| minimum interval between advertisements | 400 seconds |
You can change these values using the ip irdp preference, ip irdp maxadvertinterval, and ip irdp minadvertinterval commands.
[no] ip irdp address IP-address [number]Specifies an address to proxy-advertise and its preference value when IRDP processing is enabled.
ip irdp address 131.108.14.6 50[no] ip irdp holdtime seconds
Determines how long the advertisements are valid when IRDP processing is enabled.
ip irdp holdtime 6000[no] ip irdp maxadvertinterval seconds
Changes the default maximum interval between advertisements when IRDP processing is enabled. Default is 600.
ip irdp maxadvertinterval 400[no] ip irdp minadvertinterval seconds
Changes the default minimum interval between advertisements when IRDP processing is enabled. Default is 400. If you change the maximum interval between advertisements, this value defaults to two-thirds of the new value.
ip irdp minadvertinterval 100[no] ip irdp preference number
Changes the default router preference level when IRDP processing is enabled. A lower value increases the preference level. Default is 100.
ip irdp preference 50[no] ip ospf authentication-key 8-bytes-of-password
Assigns or cancels a password to be used by neighboring routers on a wire that employs OSPF's simple password authentication.
ip ospf authentication-key yourpassword[no] ip ospf cost cost
Specifies or removes the cost of sending a packet on an interface.

The following table lists the media types supported and their default costs.
| Media | Default Cost |
|---|---|
| 56-kbps Serial Link | 1785 |
| 64-kbps Serial Link | 1562 |
| T1 (1.544-Mbps Serial Link) | 65 |
| E1 (2.048-Mbps Serial Link) | 48 |
| 4-Mbps Token Ring | 25 |
| Ethernet | 10 |
| 16-Mbps Token Ring | 6 |
| FDDI | 1 |
Sets or cancels the number of seconds that neighboring routers wait after seeing this router's Hello packets before declaring the router down. This value is advertised in the router's Hello packets in the DeadInt field and must be the same for all routers attached to a common network. Default is four times the Hello interval.
is ospf dead-interval 60[no] ip ospf hello-interval number-of-seconds
Sets or cancels the number of seconds between the Hello packets that the router sends on the interface. This value is advertised in the router's Hello packets and must be the same for all routers attached to a common network.
is ospf hello-interval 15[no] ip ospf priority 8-bit-number
Establishes or cancels a Router Priority, which helps determine the Designated Router for a network. Default is zero.
ip ospf priority 4[no] ip ospf retransmit-interval number-of-seconds
Sets the number of seconds between link state advertisement retrans-missions for adjacencies belonging to the interface. Default is 5 seconds.
ip ospf retransmit-interval 7[no] ip ospf transmit-delay number-of-seconds
Sets or cancels the estimated number of seconds it takes to transmit a link state update packet on the interface. The value should include the trans-mission and propagation delays for the interface. Default is 1 second.
ip ospf transmit-delay 2
Enables authentication for an area; for OSPF only. The authentication type (AuType0 or AuType1) must be the same for all routers in an area.
area 12 authentication[no] area area-id stub
The two commands define an area as a stub area; for OSPF only. This command is used only on an area border router attached to a stub.
area 12 stub area 12 default-cost 1001[no] area area-id range IP-address mask
Advertises a single summary route to other areas; for OSPF only. This command is used only with area border routers.
area 9 range 131.120.18.0 255.255.0.0[no] area area-id virtual-link router-id [hello-interval number-of-seconds] [retransmit-interval number-of-seconds] [transmit-delay number-of-seconds] [dead-interval number-of-seconds] [authentication-key 8-bytes-of-password]
Defines virtual links; for OSPF only.
Controls the handling of default information between multiple IGRP processes. Default is enabled.
no default-information allowed out[no] default-information originate
Configures EGP to generate a default route. If the next hop for the default route can be advertised as a third party, it is included as a third party.
[no] default-information originate metric metric-value metric-typeEnables or disables the generation of a default route into an OSPF domain. Must be used with a redistribute command.
default-information originate metric 100 metric-type 1default-metric bandwidth delay reliability loading mtu
Sets metrics for IGRP only.
default-metric 10000 2000 254 1 1500default-metric number
Sets metrics for RIP, EGP, BGP, and HELLO, which use scalar, single-valued metrics.
default-metric 10000no default-metric
Instructs the current routing protocol to resume using the built-in
automatic metric translations.
Defines or deletes an administrative distance.
distance 90 192.31.7.0 0.0.0.255[no] distance bgp external-distance internal-distance local-distance
Specifies administrative distance.
distance bgp 40 200 200[no] distribute-list access-list-number in [interface-name]
Filters networks received in updates, or cancels the filter.
distribute-list 1 in Ethernet 0[no] distribute-list access-list-number out [interface-name|routing-process]
Suppresses networks so that they are not sent in updates.
distribute-list 3 out igrp 109[no] metric holddown
For IGRP only. Disables or re-enables holddown. Use this command only if the entire autonomous system (AS) is running Version 8.2(5) or later.
[no] metric maximum-hops hopsFor IGRP only. Causes the IP routing software to advertise as unreachable those routes with a hop count greater than the assigned value.
metric maximum-hops 150[no] metric weights TOS K1 K2 K3 K4 K5
Allows the tuning of the IGRP metric calculation for a particular Type of Service (TOS).
Controls how an BGP process determines which neighbors will be treated as peers.
Controls how an EGP process determines which routers to treat as peers. Used with the router egp 0 router subcommand.
neighbor any 2 neighbor any third-party 10.1.1.1[no] neighbor IP-address
Creates a list of neighbor routers. The no form removes the entry.
neighbor 192.31.7.0[no] neighbor IP-address distribute-list list {in|out}
Distributes neighbor information as specified in an address list for BGP.
neighbor 192.31.7.0 distribute-list 41 out neighbor 120.23.4.1 distribute-list 39 in[no] neighbor IP-address filter-as number deny
Filters neighbor information for an address in a specific autonomous system (AS) for BGP. Instructs the router to ignore the information learned about the network.
neighbor 120.23.4.1 filter-as 20 deny[no] neighbor IP-address filter-as number permit weight
Filters neighbor information for an address in a specific autonomous system (AS) for BGP. Allows incoming information to be added to the routing table.
neighbor 120.23.4.1 filter-as 20 permit 60[no] neighbor IP-address filter-list list {in|out}
Establishes or removes filters. You can specify multiple weight filters for a single neighbor, but only one in or out filter.
neighbor 192.31.7.0 filter-list 41 out neighbor 120.23.4.1 filter-list weight 10[no] neighbor IP-address interface interface [priority 8-bit-number] [poll-interval number-of-seconds]
Configures routers interconnecting to non-broadcast networks; for OSPF only. The no form removes the neighbor with the specified IP address from the list.
neighbor 120.23.4.77 interface ethernet 2[no] neighbor IP-address remote-as autonomous-system
Adds a neighbor entry to the routing table for BGP.
neighbor 131.108.1.2 remote-as 109[no] neighbor IP-address third-party third-party-IP-address [internal|external]
Adds third-party information to EGP routing updates.
neighbor 131.108.6.5 third-party 131.108.6.99 internal[no] neighbor IP-address version value
Configures the router to handle only Version 2 of the BGP protocol. The no form returns the version to the default state for that neighbor.
neighbor 131.104.27.2 version 2[no] neighbor IP-address weight weight
Specifies a weight to assign to all routes learned from this neighbor. The router chooses as the preferred route the route with the highest weight.
neighbor 131.99.87.2 weight 50[no] network IP-address
Specifies a list of networks to be advertised as originating within an AS for BGP. For EGP, it specifies the network to be advertised to the EGP peers of an EGP routing process. For IGRP, HELLO, and RIP, it specifies the interface on which to run the protocol and the networks to advertise. The no form removes an entry from the list.
network 129.140.0.0[no] network IP-address wildcard-mask area area-id
Specifies a range of IP addresses for any area in which OSPF is used as a routing protocol.
network 131.108.20.0 0.0.0.255 area 10.9.50.0 network 131.108.0.0. 0.0.255.255 area 2[no] network IP-address backdoor
Specifies to BGP that a back-door route will provide better information about the network.
network 192.31.7.0 backdoor[no] offset-list list {in|out} offset
For IGRP, RIP, and HELLO only. Adds or removes a positive offset to incoming and outgoing metrics for networks matching an access list.
offset-list 121 out 110[no] passive-interface interface
Disables or enables the routing of updates on an interface.
passive-interface fddi 1[no] redistribute process-name [AS-number]
Passes routing information among routing protocols.
redistribute egp 4 redistribute static[no] redistribute protocol [source-id] [metric metric-value] metric-type type-value] tag tag-value] [subnets]
Redistributes routes from other OSPF routing domains and non-OSPF routing domains into a specific OSPF routing domain.
redistribute hello metric 100 metric-type 1[no] synchronization
Enables or disables the synchronization between BGP and your IGRP. Synchronization allows a router within an AS to have the route before BGP makes it available to other ASes. It can also be used when there are routers in the AS that do not speak BGP. Disable to allow the router to advertise a network route without waiting for the IGP. The default is enabled.
[no] timers basic update invalid holddown flush sleeptimeAdjusts timers. Use the show ip protocols command to display defaults and current values. The no form restores the default.
timers basic 5 15 15 30 100[no] timers bgp keepalive holdtime
Adjusts BGP timers. The no form restores the default.
timers bgp 50 100[no] timers egp hello poll
Adjusts EGP timers. The no form restores the default.
timers egp 30 90variance multiplier
Controls the amount of load balancing that IGRP can perform. Default is 1.
variance 5
Specifies the rate at which ESH and ISH packets are sent. The no form restores the default of 60.
clns configuration-time 45[no] clns holding-time seconds
Allows the sender of an ESH or ISH packet to specify the length of time during which the information in the hello packets will be believed. The no form restores the default of 300 seconds.
clns holding-time 240clns host name nsap
Creates a name for a Network Service Access Point (NSAP). The name can be used instead of the long set of numbers associated with an NSAP.
clns host nsap1 47.0004.004d.3132.3334.3536.00[no] clns net NET-address
Assigns static network addresses. If a router is configured to support ISO CLNS and is not configured to dynamically route CLNS packets using a ISO-IGRP or IS-IS, you must use this command to assign an address to the router. The no clns net command removes any previously configured NET address. Default is none.
clns net 47.0005.0001.0000.0001.000.00[no] clns packet-lifetime number
Specifies the initial lifetime for locally generated packets. Default is 64.
clns packet-lifetime 32[no] clns routing
Enables or disables routing of CLNS packets.
[no] clns want-erpduSpecifies whether the router requests error PDUs on packets sourced by the router. Default is enabled.
Enables or disables checksum generation when ISO CLNS routing soft-ware sources a CLNS packet. The no form restores the default, which is disabled.
[no] clns cluster-alias Configures or cancels DECnet Phase V cluster aliasing. When enabled,
the router can advertise the same system identifier as other systems in
end-system hello messages.
Sets the congestion experience bit if the output queue contains more than the specified number of packets. The no form prevents this bit from being set. Default is 4.
clns congestion-threshold 3[no] clns enable
Enables static or dynamic routing. The no form configures the interface to pass ISO CLNS packet traffic to end systems.
[no] clns erpdu-interval millisecondsDetermines the minimum interval time in milliseconds between ERPDUs. The no form turns off the interval rate and sets no limit. Default is 10.
clns erpdu-interval 5
[no] clns {es-neighbor|is-neighbor} nsap snpa [X.25-facilities-info]Lists all End Systems or Intermediate Systems that will be used when mapping information is statically entered. The SNPAs are the X.25 network addresses (X.121 addresses). These are usually assigned by the X.25 network provider.
clns is-neighbor 47.0004.0021.0001.0000.0000.00 3101 clns is-neighbor 47.0004.0021.0001.0000.0000.00 3101 windowsize 7 7 packetsize 512 512 clns is-neighbor 47.0004.004d.3132.3334.3536.00 310117[no] clns mtu size
Sets the MTU packet size for the interface. The no form restores the default, which is the maximum packet size for the interface.
clns mtu 512[no] clns net {NSAP-address|name}
Assigns an NSAP address or node name for a router interface. The no form removes any previously configured NSAP address.
clns net 47.0004.004D.0003.0000.0C00.62E6.00[no] clns rdpdu-interval milliseconds
Determines the minimum interval time in milliseconds between RDPDUs. The no form sets no limit. Default is 100.
clns rpdu-interval 50[no] clns rdpdu-mask
Enables or disables the address mask on RDPDUs.
[no] clns route-cacheEnables or disables fast switching through the cache. Default is enabled.
[no] clns send-erpduAllows CLNS to send an error PDU when it detects an error in a data PDU. The no form disables the function. Default is enabled.
[no] clns send-rdpduAllows CLNS to send redirect PDUs when a better route for a given host is known. The no form disables the function. Default is enabled.
Creates a static route for a specific interface. The no form with the NSAP-prefix argument cancels the static route.
clns route 38.0002 serial 0 clns route 38.0003 ethernet 1 0000.0c00.1550 clns route 39.0003 serial 1 4085551212[no] clns route NSAP-prefix {next-hop-NET|name}
Establishes a specific static route.
clns route 47.0004.000c 47.0005.0001.0000.0001. 0000.00 clns route 39.0001 serial 0[no] clns route NSAP-prefix discard
Tells a router to discard packets with the specified NSAP-prefix.
clns route 47.0004.000c discard[no] router [isis|iso-igrp] area-tag
Identifies the area the router will work in and lets the router know that it will be routing dynamically rather than statically.
router isis area1
Assigns or deletes an administrative distance for a particular routing protocol. The no form restores the following defaults: static routes = 10, ISO-IGRP routes = 100, IS-IS routes = 110.
[no] is-type [level-1|level-1-2|level-2-only]Configures the level at which the router should operate. The no is-type command resets routing level to the default, which is Level 1 and 2.
is-type level-1[no] net NET
Configures a Network Entity Title (NET) for the routing process.
net 47.0004.004d.0001.0000.0c11.1111.00[no] redistribute [iso-igrp|isis] area-tag
Redistributes routing information throughout a routing area. The no form disables this CLNS routing protocol on this interface.
redistribute iso-igrp area2[no] redistribute static
Causes the router to inject any static CLNS routes into the domain. The no form stops redistribution.
Establishes a specific static route for a named interface.
clns route 39.0001 serial 0 clns route 38.0002 ethernet 10000.0c00.1550[no] clns router isis area-tag
Enables IS-IS routing for OSI on a specific interface. The no form with an area tag disables IS-IS routing for the system.
clns router isis area1[no] clns router iso-igrp area-tag [level2]
Specifies ISO-IGRP routing. The no form with an area tag disables ISO IGRP routing for the system.
clns router iso-igrp area3 level2[no] isis circuit-type [level-1|level-1-2|level-2-only]
Configures the type of adjacency desired for this interface. The no form restores the default, which is level-1-2.
Configures the metric (or cost) for the specified interface.
isis metric 8 level-1[no] isis password password [level-1|level-2]
Configures the authentication password for an interface. The no form restores the default, which is disabled.
isis password yourpassword level-1[no] isis priority value [level-1|level-2]
Sets the priority for designated router election. Priorities can be configured for Level 1 and Level 2 individually. The no form restores the default, which is 64.
isis priority 32
Specifies standard Novell IPX access lists. The no form removes any access list in the current image with the specified number.
access list 800 deny -1 2 access list 800 deny 1.0000.0c00.1111 access-list 800 permit 1.1111.1111.1111 0000.0000.0000 2.2222.2222.2222 0000.0000.0000[no] access-list number {deny|permit} novell-protocol source-network[.source-address [source-mask]] source-socket destination-network[.destination-address [destination-mask]]destination-socket
Specifies extended Novell IPX access lists. The no form removes any access list in the current image with the specified number.
access list 900 deny 1 1 1234 2 1234 access list 900 deny 1 1.1111.1111.1111 0000.0000. 0000 1234 2.2222.2222.2222 0000.0000.0000 1234[no] access-list number {permit|deny} network[.address] [service-type]
Defines an access list for filtering SAP-based messages generated by Novell servers and Cisco routers as they broadcast their capabilities.
access-list 1001 deny -1 4 access-list 1001 permit -1[no] novell maximum-paths paths
Follows the novell routing command to set the maximum number
of multiple paths that the router will remember and use. The no form restores the default, which is 1.
novell maximum-paths 3[no] novell route network network.address
Specifies or removes static routes for a Novell network.
novell route 5e 3abc.0000.0c00.1ac9[no] novell routing [host-address]
Enables or disables Novell routing and Novell RIP routing and SAP services.
novell routing 0000.0c00.23fe[no] novell sap service-type name net.address socket hop-count
Specifies or removes static Novell SAP table entries.
novell sap 107 MAILSERV 160.0000.0c01.2b72 8104 1
Assigns a Novell IPX access list group number to a specific interface. The no form removes the number.
novell access-group 815novell encapsulation {novell-ether|arpa}
Selects which data format or encapsulation is used on an Ethernet inter-face. Default is Novell IPX over Ethernet using Novell's variant of IEEE 802.2 encapsulation.
Choose one of these keywords:
novell encapsulation arpa[no] novell helper-address net.host
Forwards broadcast packets that match the access list specified by the novell helper-list subcommand. Useful for hosts that use a protocol other than SAP to advertise their availability.
novell helper-address 3abc.0000.0c00.1ac9[no] novell helper-list access-list-number
Forwards packets that pass the specified Novell access list to the Novell helper host. The no form disables the function.
novell helper-list 801[no] novell input-network-filter access-list-number
Interface subcommand that explicitly specifies the networks that are added to the Novell IPX routing table. The no form disables the function.
novell input-network-filter 801[no] novell input-sap-filter access-list-number
Explicitly specifies the services that are added to the Novell SAP table.
The no form disables this function.
novell input-sap-filter 1000[no] novell network number
Enables and disables Novell routing on a particular interface.
novell network 5e[no] novell output-network-filter access-list-number
Explicitly specifies the list of networks that are sent in routing updates. The no form disables the function.
novell output-network-filter 821[no] novell output-sap-delay delay
Establishes a delay between SAP packets so that the router interface operates at the slower speed of the Novell server. The no form disables
the mechanism.
novell output-sap-delay 200[no] novell output-sap-filter access-list-number
Explicitly specifies the list of services that are included in a SAP update. The no form disables this function.
novell input-sap-filter 1000[no] novell route-cache
Enables or disables Novell fast switching. Default is enabled.
[no] novell router-filter access-list-numberInterface subcommand that specifies or removes the list of routers from which data will be accepted.
novell router-filter 823[no] novell router-sap-filter access-list-number
Configures the routers to filter Novell SAP messages. The no form removes the filters.
novell router-sap-filter 1000novell sap-interval interval
Establishes less frequent SAP update interval for use over slow links. Default is 1 minute.
novell sap-interval 5[no] novell source-network-update
When enabled, repairs corrupted network numbers by setting the source network field of any packet with a hop count of zero to the local network number.
[no] novell update-time secondsAllows the Novell routing update timers to be set individually for each interface. This command can be used only in an all-Cisco environment, and all timers should be the same for routers connected to the same network segment. The no form restores the default of 60 seconds.
novell update-time 40
Enables or disables PUP routing.
[no] pup addressEnables or disables PUP routing on a particular interface.
pup 10#371pup map address
Maps a PUP network onto one subnetted IP network.
pup map 10#371[no] pup helper-address address
Sets the helper address so that broadcasts to the PUP Miscellaneous Services socket can be forwarded to another network (the helper address) where the appropriate servers can be found.
pup helper-address 10#371
| Command | Display |
|---|---|
| show pup arp | PUP-specific ARP entries. |
| show pup route | Routing entries obtained from the PUP routing protocol. |
| show pup traffic | Statistical summaries of PUP packets. |
Commands create or delete a VINES access list.
vines access-list 1 permit IP 0:1 ffffffff:0 0:1 ffffffff:0 vines access-list 1 deny IP 0:0 ffffffff:ffff 0:0 ffffffff:ffff no vines access-list 1[no] vines host name address
Adds or deletes an entry in the VINES name-to-address mapping table. Once entered, a VINES name can be used anywhere that a VINES address is requested.
vines host STUFF 0027AF92:8001[no] vines routing [address]
Enables or disables VINES routing.
vines routing 3001082D:1
Assigns an outgoing VINES access list to the defined interface. The no form removes the access list.
vines access-group 2[no] vines arp-enable
Enables or disables the processing of ARP packets received on the defined interface. When enabled, the router responds to ARP packets and assigns network addresses to clients.
vines encapsulation {arpa|snap|vines-tr} Sets the MAC-level encapsulation used for VINES broadcasts on the defined interface. The current defaults are: arpa for Ethernet lines,
snap for IEEE 802.2 media, and vines-tr for Token Rings.
Enables or disables the processing of VINES processing on this interface.
Determines how frequently the router sends an ICP redirect message on a given interface.
vines redirect-interval 0[no] vines serverless
Configures a Banyan VINES network without a server. This command can be used on several routes to build a path to a network that contains servers. The no vines serverless command is the default.
Configures or removes an XNS access list.
access-list 400 deny -1 2 access-list 400 deny 21.0000.0c00.1111 access-list 400 deny 21.011.1622.0015 0000.0000.0000 31.01D3.020C.0022 0000.0000.0000[no] access-list number {deny|permit} XNS-protocol
Configures or removes an extended XNS access list.
access-list 500 deny 1 1 1234 2 1234 access-list 500 deny 1 21.110011.1622.001500.0000. 0000 31.01D3.020C.0022 0000.0000.0000. 1234no access-list number
Removes the specified XNS access list.
no access-list 401[no] xns forward-protocol type
Defines the protocol types that will be forwarded when a broadcast is received on an interface that has an XNS helper address. The no form disables forwarding of the specified protocol.
xns forward-protocol 2[no] xns maximum-paths paths
Sets the maximum number of equal-cost paths the router will use. Default is 1.
xns maximum-paths 2[no] xns route network host-address
Adds a static route to the XNS routing table.
xns route 25 51.0456.acd3.1243[no] xns routing [address]
Enables XNS routing. The no form disables all XNS packet processing.
xns routing 0123.4567.abcd[no] xns ub-emulation
Enables Ungermann-Bass Net/One routing. Causes hello packets and routing updates in Ungermann-Bass format to be sent out through all
the interfaces on which XNS is enabled. Also causes the router to get
its routing information for remote networks from Ungermann-Bass updates. The no form restores the router to standard XNS mode.
Makes the router behave exactly as it would if you issued the xns
ub-emulation command for the system as a whole, as well as the
xns hear-rip, xns flood broadcast allnets, and xns flood specific allnets commands for all interfaces on which XNS is enabled.
Assigns an XNS access list number to an interface. Also compares all XNS packets that ordinarily would have been forwarded by the router through this interface to the access list. If the packet fails the access list, it is discarded and not transmitted.
xns access-group 500xns encapsulation {snap|ub|3com}
Selects encapsulation for a Token Ring interface. Default is snap.
xns encapsulation ub[no] xns flood broadcast allnets
Floods packets with destinations of -1.FFFF.FFFF.FFFF.
[no] xns flood broadcast net-zeroFloods packets with destinations of 0.FFFF.FFFF.FFFF.
[no] xns flood specific allnetsFloods packets with destinations of -1.
[no] xns hear-rip [access-list]Configures the router to receive RIP updates on some interfaces as if they were Ungermann-Bass updates.
Sets a helper address to forward broadcasts. The no form disables XNS helpering.
xns helper-address -1.FFFF.FFFF.FFFF[no] xns input-network-filter access-list-number
Defines the networks that are added to your router's routing table.
xns input-network-filter 429[no] xns network number
Assigns a decimal XNS network number to an interface, thereby enabling that interface to run XNS protocols.
xns network 20[no] xns output-network-filter access-list-number
Defines the list of networks your router sends out in routing updates.
xns output-network-filter 439[no] xns route-cache
Enables or disables fast switching.
[no] xns router-filter access-list-numberControls the list of routers from which data will be accepted.
xns router-filter 466xns update-time seconds
Sets the XNS routing update timers. Use this command only in an all-Cisco environment. Make sure that all timers are the same for routers attached to the same network segment. Default is 30 seconds.
xns update-time 20
Prepares access control information for filtering of frames by canonical (Ethernet ordered) MAC address. The no form removes a single access list entry.
access-list 700 deny 0800.2000.0000 0000.00FF. FFFF access-list 700 permit 0000.0000.0000 FFFF.FFFF. FFFF[no] access-list list {permit|deny} type-code wild-mask
Prepares access control information for filtering frames by protocol type. The no form removes a single access list entry.
access-list 201 permit 0x6005 0x0000 access-list 201 deny 0x0000 0xFFFF[no] access-list list {permit|deny} source-addr source-mask dest dest-mask offset-into-packet size:1-4 operation operand
Defines an extended access list for finer control of bridged traffic.
access-list 1102 permit 000c.1b00.0000 0000.00ff. ffff 0000.0000.0000 ffff.ffff.ffff 0x1e 2 lt 0x55aa[no] bridge group acquire
Enables or disables the dynamic learning process. Default is enabled.
bridge 1 acquire[no] bridge group address MAC-address [forward|discard] [interface]
Adds or removes an address from the forwarding database. The no form followed by the MAC address removes an address from the forwarding database.
bridge 1 address 0800.cb00.45e9 forward ethernet 1[no] bridge group domain domain-number
Enables or disables multiple domain spanning trees. Only those devices in the domain can share spanning tree information. This command works only when the bridge group is running the IEEE spanning tree protocol. Non-Cisco bridges might not work correctly on networks containing Cisco bridges' domain numbers other than zero.
bridge 1 domain 3bridge group forward-time seconds
Sets the default of the forward delay interval; that is, the amount of time the bridge listens for topology change information after an interface has been activated for bridging and before forwarding actually begins. Default is 30 seconds.
bridge 1 forward-time 60bridge group hello-time seconds
Specifies the interval between Bridge Protocol Data Units (BPDUs). Default is 1 second.
bridge 2 hello-time 5[no] bridge group lat-service-filtering
Enables or disables LAT service filtering. The no form restores the default, which is disabled.
Specifies the interval that the bridge waits to hear BPDUs from the root bridge before recomputing the bridge spanning tree topology. Default
is 15 seconds.
bridge 2 max-age 20[no] bridge group multicast-source
Allows or disallows the forwarding of frames with multicast source addresses. This command does not affect the learning of frames.
bridge 2 multicast-sourcebridge group priority number
Sets the priority of an individual bridge for selection as the root bridge. A lower number increases the likelihood for selection. Minimum = 1, maximum = 65000, default = 128.
bridge 2 priority 1000[no] bridge group protocol {dec|ieee}
Defines or removes a spanning tree protocol and spanning tree group.
bridge 9 protocol dec
Assigns the network interface to the spanning tree group. The no form removes the network interface.
bridge-group 2[no] bridge-group group [cbus-flooding]
Assigns each network interface to a spanning-tree group.
Establishes load balancing, marking a serial interface as belonging to circuit group number. Parallel serial interfaces on both bridges all must
be flagged as being members of the same circuit group.
bridge-group 3 circuit 1[no] bridge-group group input-address-list list
Assigns or removes an access list to or from a particular interface for filtering by the MAC source addresses.
bridge-group 1 input-address-list 200[no] bridge-group group input-lat-service-deny grouplist
Specifies the group codes with which to deny access upon input. Default is no filtering.
bridge-group 1 input-lat-service-deny 1 5 12-14[no] bridge-group group input-lat-service-permit grouplist
Specifies the group codes with which to permit access upon input. Default is no filtering.
bridge-group 1 input-lat-service-permit 1 5 12-14bridge-group group input-lsap-list list
Adds or removes a filter for IEEE 802-encapsulated packets on input. This access list is applied to all IEEE 802 frames received on that interface prior to the bridge-learning process.
bridge-group 2 input-lsap-list 250bridge-group group input-type-list list
Adds or removes a filter for Ethernet- and SNAP-encapsulated packets
on input. The bridge applies the access list to all Ethernet frames received on that interface prior to the bridge learning process.
bridge-group 4 input-type-list 200[no] bridge-group group lat-compression
Reduces the amount of bandwidth that LAT traffic consumes on serial interfaces. LAT compression can be specified for serial compression only.
bridge-group 2 lat-compression[no] bridge-group group output-address-list list
Assigns or removes an access list to or from a particular interface for filtering by the MAC destination addresses.
bridge-group output-address-list 204bridge-group group output-lat-service-deny grouplist
Specifies the group codes with which to deny access upon output. Default is no filtering.
bridge-group 1 output-lat-service-deny 1 5 12-14bridge-group group output-lat-service-permit grouplist
Specifies the group codes with which to permit access upon output. Default is no filtering.
bridge-group 1 output-lat-service-permit 1 5 12-14bridge-group group output-lsap-list list
Adds or removes a filter for IEEE 802-encapsulated packets on output. This access list is applied just before sending out a frame to an interface.
bridge-group 3 output-lsap-list 223bridge-group group output-type-list list
Adds or removes a filter for Ethernet- and SNAP-encapsulated packets on output. The bridge applies the access list just before sending out a frame to an interface.
bridge-group 5 output-type-list 299[no] bridge-group group path-cost cost
Sets or removes a different path cost. Default is 100.
bridge-group 2 path-cost 20bridge-group group priority number
Assigns a priority to an interface. This priority is used in tie-breaking when computing a network topology. Default is 0.
bridge-group 1 priority 10[no] ethernet-transit-oui [90-compatible|standard|cisco]
Chooses the OUI Code to be used in the encapsulation of Ethernet
Type II frames across Token Ring backbone networks.
Controls the maximum amount of time that the router allows incoming I-frames to stay unacknowledged. Minimum = 1, maximum = 60000, default = 3200.
llc2 ack-delay-time 800llc2 ack-max packet-count
Controls the maximum number of information frames (I-frames) received by the router before it must send an acknowledgment to these frames. Minimum = 1, maximum = 255, default = 3.
llc2 ack-max 5llc2 idle-time milliseconds
Controls the frequency of polls during periods of idle traffic.
Minimum = 1, maximum = 60000, default = 10000.
llc2 idle-time 1500llc2 local-window packet-count
Controls the maximum number of information frames sent by the router before it waits for an acknowledgment to these frames.
Minimum = 1, maximum = 127, default = 7.
llc2 local-window 5llc2 n2 retry-count
Controls the number of times the router retries operations such as sending an unacknowledged frame or polling a remote busy station.
Minimum = 1, maximum = 255, default = 8.
llc2 n2 5llc2 t1-time milliseconds
Controls how long the router waits for an acknowledgment to transmitted I-frames. Minimum = 1, maximum = 60000, default = 1000.
llc2 t1-time 10000llc2 tbusy-time milliseconds
Controls the amount of time that the router waits while the other LLC2 station is in a busy state before attempting to poll the remote station again. Minimum = 1, maximum = 60000, default = 9600.
llc2 tbusy-time 10000llc2 tpf-time milliseconds
Controls the amount of time the router waits for a final response to a poll frame that it sent before the router resends the original poll frame. Minimum = 1, maximum = 60000, default = 1000.
llc2 tpf-time 10000llc2 trej-time milliseconds
Controls the amount of time the router waits for a resend of a rejected frame before sending the reject (REJ) command to the remote station. Minimum = 1, maximum = 60000, default = 3200.
llc2 trej-time 30000llc2 xid-neg-val-time milliseconds
Controls the frequency of exchange of identification (XID) frame transmissions by the router. It is recommended that you do not change this parameter unless asked to by technical personnel. Minimum = 1, maximum = 60000, default = 0.
llc2 xid-neg-val-time 10llc2 xid-retry-time milliseconds
Controls how long the router waits for a reply to the exchange of identification (XID) frames that it sends to remote stations.
Minimum = 1, maximum = 60000, default = 60000.
llc2 xid-retry-time 10000
| Command | Display |
|---|---|
| show llc2 | State of the LLC2 connections. |
Assigns the set of secondary stations attached to the serial link.
sdlc address c1[no] sdlc fair-poll-timer milliseconds
Specifies how long the router can continue to send output before it begins polling the secondary station for input. The no form restores the default, which is 500 milliseconds. Minimum = 100, maximum = 10000.
sdlc fair-poll 750[no] sdlc frmr-disable
Indicates whether the secondary devices off this link support Frame Rejects (FRMRs). The no version restores the default, which is enabled.
sdlc holdq SDLC-address queue-size Controls the maximum number of outstanding packets that can be held for transmission to a remote SDLC device. Minimum = 1,
maximum = none, default = 12.
sdlc holdq c1 30sdlc k windowsize
Controls the router's local send window size. Minimum = 1,
maximum = 7, default = 7.
sdlc k 7sdlc n1 bit-count
Controls the maximum number of bits allowed for incoming frames on this link. Minimum = 1, maximum = 12000, default = 12000.
sdlc n1 3000sdlc n2 retry-count
Controls the number of times the router attempts to retry an operation that has timed out. Minimum = 1, maximum = 255, default = 20.
sdlc n2 5[no] sdlc poll-limit-value count
Controls how many times the router can poll a particular secondary station before it must poll the next station in the poll list. The no form restores the default, which is 1. Minimum = 1, maximum = 10.
sdlc poll-limit-value 3[no] sdlc poll-pause-timer milliseconds
Controls how long the router pauses between sending each series of poll frames. The no version restores the default, which is 100 milliseconds. Minimum = 100, maximum = 10000.
sdlc poll-pause timer 150sdlc t1 timeout
Controls the amount of time that the router waits for a reply to a frame or sequence of frames. Minimum = 1, maximum = 64000,
default = 3000.
sdlc t1 6000
Configures the access list mechanism for filtering frames by protocol type.
access-list 201 permit 0xE0E0 0x0101[no] lnm snmp-only
Prevents any LNM stations from modifying parameters in the router. The no form allows modifications.
[no] locaddr-priority-list list address-number queue-keywordEstablishes queuing priorities based on the address of the logical unit (LU).
locaddr-priority-list 1 02 high[no] netbios access-list bytes name {permit|deny} offset pattern
Defines the offset and patterns with which to match byte offsets in NetBIOS packets.
netbios access-list bytes marketing permit 3 0xabcd[no] netbios access-list host name {permit|deny} pattern
Assigns the name of the access list to a station or set of stations on the network. The no form removes an entire list or the entry specified with the pattern argument.
netbios access-list host marketing permit ABCD[no] netbios name-cache MAC-address NetBIOS-name interface-name
Defines a static NetBIOS name cache entry. The no form removes the entry.
netbios name-cache 0110.2222.3333 DEF ring-group 2[no] netbios name-cache query-timeout seconds
Specifies the dead time for NetBIOS name caching that starts when a host sends any ADD_NAME_QUERY, ADD_GROUP_NAME, or STATUS_QUERY frame. The router drops any repeat or duplicate frame sent by the same host during this time period. The no form restores the default of 6 seconds.
netbios name-cache query-timeout 15[no] netbios name-cache recognized-timeout seconds
Specifies the dead time that starts when a host sends any NAME_RECOGNIZED frames. The router drops any duplicate frame sent by the same host during this time period. The no form restores the default of 1 second.
netbios name-cache recognized-timeout 3[no] netbios name-cache timeout minutes
Enables NetBIOS name caching and specifies the timeout for entries.
The no form restores the default of 15 minutes.
netbios name-cache timeout 10rif MAC-address [RIF-string] [interface-name|ring-group ring]
Inserts or removes an entry into the RIF cache.
rif 1000.5A01.0203 0830.0155.100a.5550[no] rif timeout minutes
Defines the period of inactivity allowed before unused RIF cache entries are removed. The no form resets the RIF timeout period to the default, which is 15 minutes.
rif timeout 20[no] source-bridge enable-80d5
Enables or disables the conversion of frames between Token Ring LLC2 and Ethernet Type II 0x80d5 format. When disabled, Token Ring LLC2 frames are converted to IEEE 802.3 format LLC2 frames. This command applies only to frames going through the Source-Route Translational Bridge (SR/TLB) and not to frames going across a Source-Route Transparent (SRT) bridge.
[no] source-bridge fst-peername local-interface-addressSets up a Fast Sequenced Transport (FST) peer name; this is the first step in configuring a remote source-route bridge to use FST.
source-bridge fst-peername 150.136.64.98[no] source-bridge largest-frame ring-group size
Defines the largest frame size to communicate with all peers in the ring group.
source-bridge 5 2052[no] source-bridge passthrough ring-number
Specifies that frames destined to ring number should never be terminated with Local Acknowledgment. The no form removes this restriction.
source-bridge passthrough 5[no] source-bridge proxy-netbios-only
Allows using proxy explorers only for the NetBIOS name caching function and not for their general local response to explorers.
[no] source-bridge remote-peer ring-group interface [interface-nameDefines or removes a serial interface over which to run bridged Token Ring traffic.
source-bridge remote-peer 5 interface serial0[no] source-bridge remote-peer ring-group tcp IP-address [lf size]
Defines or removes a remote peer for the specified ring group.
source-bridge remote-peer 5 tcp 131.108.2.29[no] source-bridge ring-group ring-number
Establishes or removes a ring group.
source-bridge ring-group 5[no] source-bridge sap-80d5 SAP
When used in conjunction with the source-bridge enable-80d5 command, enables or disables the translation of Token Ring LLC2
frames to Ethernet Type 2 80d5 format frames.
If the source-bridge enable-80d5 command is not issued, this command has no effect. You can issue multiple commands, one SAP
per line.
source-bridge sap-80d5 1c[no] source-bridge sdllc-local-ack
Activates/deactivates Local Acknowledgment for SDLLC sessions.
[no] source-bridge tcp-queue-max numberSets the maximum output TCP queue length, in packets, that the router will accept for routing to remote source-route bridge peers. The no version restores the default of 100.
source-bridge tcp-queue-max 125[no] source-bridge transparent ring-group pseudo-ring bridge-number
Establishes a Source-Route Translational Bridging (SR/TLB) link between the source-bridged ring-group and the transparent bridge group tb-group.
source-bridge transparent 10 3 1 1
Defines an access expression for a given interface--for Token Ring only.
access-expression in lsap(201 | (lsap(202) & dm ac(701))[no] lnm alternate number
Enables an LRM other than the default LRM to change parameters. The no form restores the default of zero.
lnm alternate 2[no] lnm crs
Enables the Configuration Report Server (CRS), which keeps track of the current logical configuration of a Token Ring. Reports any changes to LNM. Also reports on various other activities such as the change of the Active Monitor on a Token Ring.
[no] lnm loss-threshold numberConfigures the threshold of dropped frames when the router sends a message to all attached LNMs. Default is 10 (0.1%).
lnm loss-threshold 2[no] lnm password number password
Assigns a password to a reporting link to prevent unauthorized access from an LRM to a bridge and to control access to the different reporting links.
lnm password 4 yourpassword[no] lnm rem
Enables or disables the Ring Error Monitor (REM), which monitors errors reported by any station on the ring. Also monitors whether the ring is in a functional state or in a failure state.
[no] lnm rpsEnables or disables the Ring Parameter Server (RPS), which ensures that all stations on a ring are using a consistent set of reporting parameters. Reports to LNM when any new station joins a Token Ring.
[no] lnm softerr numberControls the frequency of error reports sent from stations on a Token Ring to the Ring Error Monitor. The no form restores the timer value to its default of 200 (two seconds).
lnm softerr 100[no] locaddr-priority list
Assigns a priority group to an input interface.
locaddr-priority 1mac-address IEEE-address
Sets the MAC layer address. Forces the use of a different MAC address on the specified interface, thereby avoiding the TI MAC firmware problem. It is up the network administrator to ensure that no other host on the network is using that MAC address.
mac-address 79c1.39de.0003[no] multiring {protocol-keyword|all|other}
Enables or disables the ability of the specified interface to collect and use source-route (RIF) information for routable protocols.
multiring clns[no] netbios enable-name-cache
Enables the NetBIOS name cache on the specified interface. By default the name cache is disabled. The no form restores the default.
[no] netbios input-access-filter bytes nameDefines or removes an access list filter on incoming messages.
netbios input-access-filter bytes marketing[no] netbios input-access-filter host name
Defines or removes an access list filter on incoming messages.
netbios input-access-filter host marketing[no] netbios output-access-filter bytes name
Defines or removes an access list filter on outgoing messages.
netbios output-access-filter bytes marketing[no] netbios output-access-filter host name
Defines or removes an access list filter on outgoing messages.
netbios output-access-filter host marketing[no] source-bridge local-ring bridge-number target-ring
Enables or disables source bridging on a specific interface.
source-bridge 129 1 130[no] source-bridge input-address-list list
Interface subcommand that assigns an access list to a particular interface for filtering the Token Ring or IEEE 802 source addresses. The no version of this command removes the application of the access list.
source-bridge input-address-list 201source-bridge input-lsap-list list
Interface subcommand that alters IEEE 802-encapsulated packets on input. This access list is applied to all IEEE 802 frames received on that interface prior to the source-routing process. Specify the value zero to disable the filter.
source-bridge input-lsap-list 201source-bridge input-type-list list
Interface subcommand that filters SNAP-encapsulated packets on input. This access list is then applied to all SNAP frames received on that interface prior to the source-routing process. Specify the value zero to disable the filter.
source-bridge input-type-list 201[no] source-bridge max-hops count
Limits the maximum number of source-route bridge hops of your
network. The no form restores the count to the maximum value.
source-bridge max-hops 7[no] source-bridge old-sna
Enables or disables a workaround for some source-route bridging behavior exhibited by older SNA nodes.
[no] source-bridge output-address-list listAssigns or removes an access list to or from a particular interface for filtering the Token Ring or IEEE 802 destination addresses.
source-bridge output-address-list 201source-bridge output-lsap-list list
Filters IEEE 802-encapsulated packets on output. This access list is then applied just before sending out a frame to an interface. Specify zero to disable the filter.
source-bridge output-lsap-list 201source-bridge output-type-list list
Filters SNAP-encapsulated packets on output. This access list is then applied just before sending out a frame to an interface. Specify zero to disable the filter.
source-bridge output-type-list 201[no] source-bridge proxy-explorer
Enables or disables the proxy explorer function. Default is disabled.
[no] source-bridge route-cache [cbus]Enables fast switching to allow for faster implementations of local source-route bridging between the 4- or 16-megabit token ring card or between two high-speed cBus token ring cards in the same router. By default, the system enables fast switching in the source-route bridging software. The no form restores the default, which is disabled.
[no] source-bridge spanningManually changes the forwarding state of spanning explorer packet. The no form disables forwarding.
Supports device-initiated connections for SDLLC.
Indicates the largest I-frame size that can be sent or received by the LLC2 side of the SDLLC connection. The default value is 516 bytes.
Indicates the largest I-frame size that can be sent or received by the SDLC station.
Enables the use of SDLLC on a serial interface.
sdllc traddr 0220.3333.4400 9 1 100[no] sdllc xid address xxxxxxxx
Specifies an XID value to be associated with the SDLC station.
Enables or disables STUN.
stun peer-name 131.108.254.6[no] stun poll-interval milliseconds
Changes the interval between each sequence of proxy polls generated on the secondary side of the connection. The no form restores the default, which is 20 milliseconds or 1/50th of a second.
stun poll-interval 100[no] stun primary-pass-through seconds
Changes the interval between each pass-through of polls exchanged by the primary and secondary SDLC devices. The no form restores the default of 20 seconds.
stun primary-pass-through 20[no] stun protocol-group group-number [protocol] [sdlc-tg]
Associates or removes group numbers with protocol names. With SDLC tag, accommodates a multilink SDLC Transmission Groups (TG) across STUN connections between IBM communications controllers.
stun protocol-group 3 sdlc-tg[no] stun schema name offset constant-offset length address-length
Specifies a format, or schema, for a user-defined protocol. The no form removes the schema.
| Formats | Base | Length |
|---|---|---|
| Decimal | Base 10 addresses (0-9) | 4 |
| Hexadecimal | Base 16 addresses (0-F) | 8 |
| Octal | Base 8 addresses (0-7) | 4 |
stun schema new-sdlc offset 0 length 1 format octal
Places a STUN-enabled interface in a defined group.
stun group 20[no] stun proxy-poll address address modulus modulus
Enables or disables proxy polling. Default is disabled.
stun proxy-poll address C1 modulus 8 secondary stun proxy-poll address C1 discovery[no] stun route all tcp IP-address
Enables or disables forwarding of frames on the interface.
stun route address 7 interface serial 1 stun route address 10 tcp 131.108.8.1 stun route all tcp 131.108.10.1 stun route address C1 tcp 131.108.1.1
| Command | Description |
|---|---|
| show stun | Current status of STUN. |
| show stun sdlc | Proxy state of interfaces on an address-by-address basis. |
|
|