Term
Configures an interface with an IP address and a subnet mask. |
|
Definition
(config-if)#ip A.B.C.D M.M.M.M |
|
|
Term
Adds a description to a switch/router interface. |
|
Definition
(config-if)#description <description> |
|
|
Term
Sets the clock rate of a serial interface in bits per second. |
|
Definition
(config-if)#clock rate <rate bps> |
|
|
Term
Sets the bandwidth of an interface in kilobits per second. |
|
Definition
(config-if)#bandwidth <rate kbps> |
|
|
Term
Command that shows whether an interface is a DCE or DTE interface. |
|
Definition
|
|
Term
Displays a routers table of known or learned destination networks. |
|
Definition
|
|
Term
Syntax for creating a static routing table entry. |
|
Definition
ip route [dest_net_IP] [mask] [next-hop IP | exitinterface] [admin_distance] |
|
|
Term
Configures static route information for a router to possibly use in its routing table. |
|
Definition
(config)#ip route A.B.C.D M.M.M.M |
|
|
Term
Syntax for creating a default route to either a next-hop IP or exit interface. |
|
Definition
(config)#ip route 0.0.0.0 0.0.0.0 [next-hop IP | exitinterface] |
|
|
Term
Configures a gateway of last resort and allows it to be advertised. |
|
Definition
(config)#ip default-network A.B.C.D |
|
|
Term
Two-step process for changing the default admin distance of a routing protocol. |
|
Definition
1.(config)#router <routing protocol> 2.(config-router)#distance [0-255] |
|
|