CLI

To view the ip routes use the command:

PC1# show ip route

Example

Result of show ip route:

    192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
C    192.168.1.0/24 is directly connected, GigabitEthernet0/0
L    192.168.1.1/32 is directly connected, GigabitEthernet0/0
  • C - Connected route - The network the interface is connected to.

  • L - Local route - The actual IP address on the interface (with a /32 mask).

Last updated