IOS Router Leased Line Command Glossary IOS Router Command ReferenceCisco IOS Command References
In depth descriptions of all IOS command options

Listed below in alphabetical order is a complete listing of the commands appearing in the sample leased line configurations and is intended as a supplemental cross-reference. Included under each command is a brief explanation of how and why the command is used in the example scenario. If more information is required, a quick link to the IOS Command Reference is provided for an easy lookup.
 
bridge bridge-group protocol {ieee | dec} Bridge Command DescriptionIOS Command Reference
This command enables the router's bridging engine, identifies the bridging process with a bridge-group number, and specifies the particular spanning tree algorithm used to avoid bridging loops. All routers on the network that expect to bridge between each other need to share the same bridge-group number. The selected spanning tree protocol must also be consistent on each router. In bridging examples, Atlanta and Boston are both configured as bridge 1 and both run the IEEE spanning tree algorithm.

bridge-group bridge-group Bridge-Group Command DescriptionIOS Command Reference
Once a bridging engine is enabled on the router with the bridge bridge-group# protocol {ieee | dec}command, the bridging process must be applied to the individual interfaces. This command applies the bridging process to an interface. All non-routed traffic is bridged between interfaces that share the same bridge-group number. In bridging examples, the interfaces on Atlanta and Boston, both belong to bridge-group 1.

description descriptive-string Description Command DescriptionIOS Command Reference
A description can be added to an interface to help keep track of serial connections (e.g. T1 to Boston)

enable secret password Enable Secret Command DescriptionIOS Command Reference
Enable Secret Command
Enable Password Command DescriptionIOS Command Reference
Enable Password Command

This command defines the enable secret password used to protect access to privileged exec commands. The password is case sensitive and can be defined on the router two different ways. A password set with the "enable password" command is stored as clear text, whereas a password set with "enable secret" is encrypted. For security, configuring the router with an enable secret is preferred. The enable secret always takes precedence if both enable secret and enable password are set.

Note: The unencrypted form of the password "cisco" is shown in the sample configurations. In an actual configuration, the password would appear in an encrypted form: (i.e. enable secret 7 13061E010803 --where 7 denotes the encryption type and 13061E010803 is an encrypted form of the password cisco.) When entering or making changes to the enable secret, always type the password in its unencrypted form. Do not enter the encryption type (7); it is set automatically.


encapsulation ppp Encapsulation PPP Command DescriptionIOS Command Reference

The default encapsulation type used on serial links between Cisco routers is HDLC. Cisco HDLC, however, is not compatible with other vendors. For a synchronous serial connection to a non-Cisco router, the encapsulation type must be set to PPP by adding "encapsulation ppp" under the serial interface.


hostname name Hostname Command DescriptionIOS Command Reference

This command gives the router an identity and changes the command prompt (e.g. Atlanta#). In dial up networking applications, this name may be used for PPP authentication purposes.


ip address ip-address subnet-mask IP Address Command DescriptionIOS Command Reference

This command configures an interface with an IP address and subnet mask. In IP routing examples, 10.1.1.1 is the IP address of the ethernet interface in Atlanta and 255.0.0.0 is the corresponding subnet mask. For examples in which IP is bridged, all interfaces on the router are configured with the same IP address because the router is reduced to a simple node on an IP network with only one IP address.


ip classless IP Classless Command DescriptionIOS Command Reference

This command allows the router to forward packets destined to an unrecognized subnet of a directly connected network onto the best supernet route. For example, the 10.0.0.0 network is subnetted with a 255.255.255.0 subnet mask. Let's pretend that the 10.1.1.0 subnet is directly attached to ethernet0 (i.e. interface ethernet0 has the ip address 10.1.1.1 255.255.255.0). Suppose the router receives a packet destined to 10.2.2.0 and the router has no explicit entry for this network. Without the IP classless command, the packet is discarded. However, with the IP classless command, the packet is not discarded, but instead forwarded to the best supernet route if one exists (i.e. a default route).


ip http server IP HTTP Server Command DescriptionIOS Command Reference

This command allows remote configuration and management of the router via a web browser and is available in IOS software versions 11.1 and higher. This command has been included as a convenience to the user and is not necessary for configurations to operate properly.


ip route network subnet-mask {address | interface} IP Route Command DescriptionIOS Command Reference

This command defines a static IP route. The first and second fields define the destination network number and subnet mask. The third field defines the next hop and can either be specified as an IP address or an interface.

Note: Under most circumstances, the third field contains the IP address of the next hop. However, for routes over unnumbered point-to-point connections, specify the interface used to reach the destination.

In some statically routed examples, Atlanta has a static IP route to Boston (e.g. ip route 20.0.0.0 255.0.0.0 Serial0). In these cases, Atlanta knows that IP network 20.0.0.0 (Boston) with a subnet mask of 255.0.0.0 can be reached via interface Serial0. In other examples, a static IP default route is defined using 0.0.0.0 as both the destination network number and subnet mask. The default route is used if the router does not already have an explicit routing table entry for a destination network. For instance, in some examples, "ip route 0.0.0.0 0.0.0.0 Serial0" defines a static IP default route on Boston to Atlanta. In these cases, Boston forwards all packets not destined for its local network onto Atlanta using interface Serial0.


ip subnet-zero IP Subnet-Zero Command DescriptionIOS Command Reference

When subnetting an IP network, the all zeroes subnet and the all ones subnet are normally discarded as invalid. This command allows the router to recognize the zero subnet range as a valid range of addresses. This command is not necessary if the network is not subnetted, although it does not hurt to include the command in the configuration. For instance, if a router is configured with the address of 206.1.1.1 255.255.255.192 without including the ip subnet-zero command, the error "Bad mask /26 for address 206.1.1.1" would be displayed because 206.1.1.1 is part of the zero subnet.


ip unnumbered source-interface IP Unnumbered Command DescriptionIOS Command Reference

This command configures a point-to-point interface to use unnumbered IP addressing. IP unnumbered helps conserve IP addresses and network space. Essentially, the IP address of the source interface is borrowed and used on the serial interface. In the examples, Ethernet0 is used as the source interface.

IP Unnumbered TutorialInfo On IP Unnumbered
Faxback Doc #ip_unnum
 

ipx network network [encapsulation encapsulation-type [secondary]] IPX Network Command DescriptionIOS Command Reference

This command binds an IPX network number and frame type to an interface. If no IPX frame-type is specified, the router will default to Novell 802.3 encapsulation. The network number and frame-type should match the settings bound to existing IPX servers and clients. If no servers exist at the site a new, unique IPX network number must be created.

Possible IPX Frame Types
novell-ether Novell Ethernet 802.3 (default)
arpa Novell Ethernet II
sap IEEE 802.2 on Ethernet, FDDI, Token Ring
snap IEEE 802.2 SNAP on Ethernet, Token Ring, FDDI

It is possible to add more than one IPX network to the same LAN interface as long as different frame types are used. The keyword "secondary" flags the router to add a network as an additional network. Secondary networks can be added for each additional frame type. For instance, in IPX examples, Atlanta has two networks on Ethernet0. IPX network 100 is using 802.2 framing and IPX network 101 is using 802.3 framing.

The leased line interface also requires its own unique IPX network segment. In IPX examples, the IPX network number for the segment between Atlanta and Boston is AAAA. Therefore, Atlanta's interface Serial0 to Boston is assigned the AAAA IPX network number and Boston's interface Serial0 to Atlanta is also assigned the AAAA IPX network number.

Note: Depending on the version of IOS, the field "encapsulation NOVELL-ETHER" may not appear in the configuration because NOVELL-ETHER is the default value.


ipx route network network.node IPX Route Command DescriptionIOS Command Reference

This command creates a static IPX route. The first field specifies the destination IPX network number. The second field specifies the IPX address of the next hop used to reach the destination. Normally, routing information would be resolved automatically with a routing protocol (e.g. IPX RIP/SAP). However, in the static IPX routing examples, routing protocols are disabled on the serial interfaces. Instead, each router has a static IPX route entry for every remote IPX internal and external network number.

For example, For workstations in Atlanta to access BostonFS, Atlanta requires a static route to the internal IPX network number of BostonFS (IPX network 2000). The command "ipx route 2000 AAAA.0000.0cbb.2222" informs Atlanta that IPX network 2000 can be reached via the next hop IPX address AAAA.0000.0cbb.2222. AAAA is the IPX network number of the segment between Atlanta and Boston. 0000.0cbb.2222 is the MAC address Boston uses for the IPX routing process. This is the same MAC address that appears in Boston's ipx routing command.


ipx router rip IPX Router RIP Command DescriptionIOS Command Reference

This command enables the IPX RIP/SAP routing engine.

Note: Once the command "ipx routing" is entered, IPX RIP/SAP is automatically enabled on all networks and will not appear in the configuration listing because it is the default action. However, in static IPX routing examples, this command will show up in the configuration because the default setting is modified when disabling IPX RIP updates on leased line interfaces.


ipx routing [node-address] IPX Routing Command DescriptionIOS Command Reference

This command enables the IPX RIP/SAP routing engine on the router. The router associates the specified node-address with the IPX routing process. If no node-address value is supplied the router will automatically supply a node address for the routing process. It is recommended that the router assign the address automatically so that accidental node address duplication does not occur.


ipx sap service-type name network.node IPX-socket hop-count IPX SAP Command DescriptionIOS Command Reference

This command creates a static IPX service announcement and defines the IPX service-type (e.g. type 4 = file service), name, IPX address, IPX socket number, and hops to reach the service. Normally, service announcement information is resolved automatically with a routing protocol (e.g. IPX RIP/SAP). However, in static IPX routing examples, routing protocols are disabled on leased line interfaces. Instead, a static SAP is created for every remote IPX service that must be reached.

For instance, if clients in Atlanta wish to access BostonFS, Atlanta needs a static SAP for BostonFS. The command "ipx sap 4 BostonFS 2000.0000.0000.0001 451 2" tells Atlanta that an IPX type 4 file service named BostonFS has an IPX address of 2000.0000.0000.0001, uses IPX socket 451, and is two hops away. 2000 is the internal IPX network number of the file server. 0000.0000.0001 is the internal node number of the file server. The service type, service name, and socket number will vary depending on the service (e.g. print servers, file servers).


ipx sap-interval interval IPX SAP-Interval Command DescriptionIOS Command Reference

This command specifies how often (in minutes) the router sends IPX SAPs out of an interface or subinterface. The default value is one minute. In static IPX routing examples, IPX SAPs are disabled on an interface by setting the interval to zero.


line vty 0 4 Line VTY Command DescriptionIOS Command Reference

This command defines the number of virtual terminal (telnet) sessions to the router. In the examples, five telnet sessions can be accommodated, numbered 0 to 4. The number of telnet sessions supported varies by platform and amount of memory.


network network Network Command DescriptionIOS Command Reference

This command adds an IP network to RIP routing updates advertised by the router. Only directly connected IP networks should be added. In the examples, Atlanta includes network 10.0.0.0 in its router rip definition because this is directly attached to Ethernet0. Likewise, Boston will include any directly attached networks in its router rip configuration.

Note: Only the major network number is entered for RIP. If a subnet is entered (e.g. 10.1.1.0), it is automatically rounded off to the major network number (e.g. 10.0.0.0).


no auto-summary No Auto-Summary Command DescriptionIOS Command Reference

This command turns off auto-summarization of routes. When using RIP version 2, variable length subnet masks are accommodated.


no ip domain-lookup No IP Domain-Lookup Command DescriptionIOS Command Reference

This command disables the router from translating unfamiliar words typed during a console session into IP addresses. During this lookup, a user cannot enter any commands into the router. Though a useful feature to some, many find it frustrating to wait for the lookup to timeout for every mistyped command. Therefore, the command has been included in the configurations as a convenience and is not a necessary parameter for configurations to operate properly.


no ip routing No IP Routing Command DescriptionIOS Command Reference

IP routing is on by default. For examples in which IP is bridged, this command disables the IP routing engine.


no network network No IPX Network Command DescriptionIOS Command Reference

This command excludes the specified IPX network number in IPX RIP routing broadcasts. In static IPX routing examples, IPX RIP is disabled for leased line interface network numbers (e.g. AAAA and BBBB).


password password Password Command DescriptionIOS Command Reference

This command sets the password for either a console, telnet, or modem connection into the router. A console password is set under line con, a telnet password is set under line vty, and a modem connection password is also set under the corresponding line command.


router rip Router RIP Command DescriptionIOS Command Reference

This command enables the RIP routing process on the router for TCP/IP.


version 2 Version Command DescriptionIOS Command Reference

This command specifies RIP version 2 as the routing protocol and is available in IOS software versions 11.1 and later. RIP version 2 is backwards compatible with RIP version 1 and adds the enhanced capability to support variable length subnet masks.


All contents copyright © Cisco Systems, Inc. Important notices.