Front | Back |
encapsulation
dot1q vlan-id [native]
|
A
subinterface subcommand that tells the router to use 802.1Q trunking, for a
particular VLAN, and with the
native keyword, to not encapsulate in a trunking header
|
encapsulation isl vlan-identifier [
|
A subinterface subcommand that tells the router to use ISL trunking, for a particular VLAN
|
no] ip classless
|
Global command that enables (ip classless) or disables (noip classless) classless routing
|
no] ip subnet-zero
|
Global command that allows (ip subnet-zero) or disallows(no ip subnet-zero) the configuration of an interface IP address in a zeroSubnet
|
ip address ip-address mask [secondary]
|
Interface subcommand that assigns the interface’s IP address, and optionally makes the address a secondary address
|
ip route prefix mask {ip-address | interface-type interface-number}[distance] [permanent]
|
Global configuration command that creates a static route
|
ip default-network network-number
|
Global command that creates a default route based on the router’s route to reach the classful network listed in thecommand
|
show ip route
|
Lists the router’s entire routing table
|
show ip route ip-address
|
Lists detailed information about the route that a router matches for the listed IP address
|
ping {host-name | ip-address}
|
Tests IP routes by sending an ICMP packet to the destination host
|
traceroute {host-name | ip-address}
|
Tests IP routes by discovering the IP addresses of the routes between a router and the listed destination
|