0% found this document useful (0 votes)
10 views11 pages

Lab Demo Routing 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views11 pages

Lab Demo Routing 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 11

Last login: Wed Nov 20 10:34:07 on ttys001

The default interactive shell is now zsh.


To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
Flo
Flo
Flo
Flo telnet 192.168.1.21
Trying 192.168.1.21...
Connected to 192.168.1.21.
Escape character is '^]'.

Router LAB

User Access Verification

Username: flo
Password:

RT-LAB#
RT-LAB#
RT-LAB#
RT-LAB#telnet 172.16.3.14
Trying 172.16.3.14 ... Open

Bienvenidos al curso para ISDEFE

Router RT-D

RT-D>
RT-D>
RT-D>
RT-D>
RT-D>show ip int brief
Interface IP-Address OK? Method Status
Protocol
FastEthernet0/0 172.16.2.14 YES NVRAM up up
FastEthernet0/1 172.16.3.14 YES NVRAM up up
Serial0/1/0 unassigned YES NVRAM administratively down down
Serial0/1/1 unassigned YES NVRAM administratively down down
Loopback20 3.3.3.3 YES NVRAM up up
RT-D>
RT-D>
RT-D>
RT-D>enabl
Password:
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#show run | i
RT-D#show run | include ip route
RT-D#
RT-D#
RT-D#
RT-D#show ip prot
RT-D#show ip protocols
*** IP Routing is NSF aware ***

Routing Protocol is "ospf 15"


Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 3.3.3.3
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
172.16.0.0 0.0.255.255 area 0
Routing Information Sources:
Gateway Distance Last Update
172.16.1.13 110 05:13:23
172.16.2.12 110 05:14:04
172.16.1.11 110 05:13:35
10.3.255.1 110 05:11:02
Distance: (default is 110)

RT-D#
RT-D#
RT-D#show run | include ip route
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#show run | section ospf
router ospf 15
network 172.16.0.0 0.0.255.255 area 0
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#show run | begin ospf
router ospf 15
network 172.16.0.0 0.0.255.255 area 0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
ip access-list standard ACCESO
permit 172.24.0.0 0.0.255.255
!
ip access-list extended FILTRO
deny icmp 172.24.0.0 0.0.255.255 host 172.21.255.101
deny icmp 172.24.0.0 0.0.255.255 host 172.21.255.102
deny icmp 172.24.0.0 0.0.255.255 host 172.20.1.101
deny icmp 172.24.0.0 0.0.255.255 host 172.20.2.102
deny icmp 172.24.0.0 0.0.255.255 host 172.20.0.101
deny icmp 172.24.0.0 0.0.255.255 host 172.20.0.102
deny icmp 172.24.0.0 0.0.255.255 host 10.3.200.101
deny icmp 172.24.0.0 0.0.255.255 host 10.3.200.100
deny icmp 172.24.0.0 0.0.255.255 host 10.3.200.102
deny icmp 172.24.0.0 0.0.255.255 host 172.20.255.101

RT-D#
RT-D#
RT-D#
RT-D#
RT-D#conf t
Enter configuration commands, one per line. End with CNTL/Z.
RT-D(config)#router ospf 33
RT-D(config-router)#?
Router configuration commands:
address-family Enter Address Family command mode
area OSPF area parameters
auto-cost Calculate OSPF interface cost according to bandwidth
bfd BFD configuration commands
capability Enable specific OSPF feature
compatible OSPF compatibility list
default Set a command to its defaults
default-information Control distribution of default information
default-metric Set metric of redistributed routes
discard-route Enable or disable discard-route installation
distance Define an administrative distance
distribute-list Filter networks in routing updates
domain-id OSPF domain-id
domain-tag OSPF domain-tag
event-log OSPF Event Logging
exit Exit from routing protocol configuration mode
help Description of the interactive help system
ignore Do not complain about specific event
interface-id Source of the interface ID
ispf Enable incremental SPF computation
limit Limit a specific OSPF feature
local-rib-criteria Enable or disable usage of local RIB as route criteria
log-adjacency-changes Log changes in adjacency state
max-lsa maximum number of LSAs OSPF process will receive
max-metric Set maximum metric
maximum-paths Forward packets over multiple paths
mpls Configure MPLS routing protocol parameters
neighbor Specify a neighbor router
network Enable routing on an IP network
no Negate a command or set its defaults
nsf Non-stop forwarding
passive-interface Suppress routing updates on an interface
prefix-suppression OSPF prefix suppression
priority OSPF topology priority
queue-depth OSPF Hello/Router process queue depth
redistribute Redistribute information from another routing protocol
router-id router-id for this OSPF process
shutdown Shutdown the OSPF protocol under the current instance
snmp Modify snmp parameters
summary-address Configure IP address summaries
timers Adjust routing timers
traffic-share How to compute traffic share over alternate paths
ttl-security TTL security check
RT-D(config-router)#netw 5.0.0.0 0.255.255.255. area 1
^
% Invalid input detected at '^' marker.

RT-D(config-router)#netw 5.0.0.0 0.255.255.255 area 1


RT-D(config-router)#
RT-D(config-router)#
RT-D(config-router)#end
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#show run | begin ospf
router ospf 15
network 172.16.0.0 0.0.255.255 area 0
!
router ospf 33
network 5.0.0.0 0.255.255.255 area 1
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
ip access-list standard ACCESO
permit 172.24.0.0 0.0.255.255
!
ip access-list extended FILTRO
deny icmp 172.24.0.0 0.0.255.255 host 172.21.255.101
deny icmp 172.24.0.0 0.0.255.255 host 172.21.255.102
deny icmp 172.24.0.0 0.0.255.255 host 172.20.1.101
deny icmp 172.24.0.0 0.0.255.255 host 172.20.2.102
deny icmp 172.24.0.0 0.0.255.255 host 172.20.0.101
deny icmp 172.24.0.0 0.0.255.255 host 172.20.0.102
deny icmp 172.24.0.0 0.0.255.255 host 10.3.200.101
deny icmp 172.24.0.0 0.0.255.255 host 10.3.200.100

RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#show ip protocols
*** IP Routing is NSF aware ***

Routing Protocol is "ospf 15"


Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 3.3.3.3
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
172.16.0.0 0.0.255.255 area 0
Routing Information Sources:
Gateway Distance Last Update
172.16.1.13 110 05:20:37
172.16.2.12 110 05:21:18
172.16.1.11 110 05:20:49
10.3.255.1 110 05:18:16
Distance: (default is 110)

Routing Protocol is "ospf 33"


Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 172.16.3.14
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
5.0.0.0 0.255.255.255 area 1
Routing Information Sources:
Gateway Distance Last Update
Distance: (default is 110)

RT-D#
RT-D#
RT-D#
RT-D#show ip ospf ?
<1-65535> Process ID number
border-routers Border and Boundary Router Information
database Database summary
events OSPF event information
flood-list Link state flood list
interface Interface information
max-metric Max-metric origination information
mpls MPLS related information
neighbor Neighbor list
nsf NSF state information
request-list Link state request list
retransmission-list Link state retransmission list
rib Routing Information Base (RIB)
sham-links Sham link information
statistics Various OSPF Statistics
summary-address Summary-address redistribution Information
timers OSPF timers information
topology-info Topology Info
traffic Traffic related statistics
virtual-links Virtual link information
| Output modifiers
<cr>

RT-D#show ip ospf nei


RT-D#show ip ospf neighbor

Neighbor ID Pri State Dead Time Address Interface


172.16.1.13 1 FULL/BDR 00:00:38 172.16.3.13 FastEthernet0/1
172.16.3.15 1 FULL/DR 00:00:36 172.16.3.15 FastEthernet0/1
172.16.2.12 1 FULL/DR 00:00:31 172.16.2.12 FastEthernet0/0
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#conf t
Enter configuration commands, one per line. End with CNTL/Z.
RT-D(config)#no router ospf 33
RT-D(config)#end
RT-D#
RT-D#show ip ospf neighbor

Neighbor ID Pri State Dead Time Address Interface


172.16.1.13 1 FULL/BDR 00:00:35 172.16.3.13 FastEthernet0/1
172.16.3.15 1 FULL/DR 00:00:36 172.16.3.15 FastEthernet0/1
172.16.2.12 1 FULL/DR 00:00:30 172.16.2.12 FastEthernet0/0
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#show ip protocols
*** IP Routing is NSF aware ***

Routing Protocol is "ospf 15"


Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 3.3.3.3
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
172.16.0.0 0.0.255.255 area 0
Routing Information Sources:
Gateway Distance Last Update
172.16.1.13 110 00:00:20
172.16.2.12 110 00:00:20
172.16.1.11 110 05:25:01
10.3.255.1 110 00:00:20
Distance: (default is 110)

RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override

Gateway of last resort is 172.16.2.12 to network 0.0.0.0

O*E2 0.0.0.0/0 [110/1] via 172.16.2.12, 00:01:10, FastEthernet0/0


3.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 3.0.0.0/8 is directly connected, Loopback20
L 3.3.3.3/32 is directly connected, Loopback20
10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
O 10.3.100.0/24 [110/3] via 172.16.2.12, 00:01:10, FastEthernet0/0
O 10.3.200.0/24 [110/2] via 172.16.2.12, 00:01:10, FastEthernet0/0
O 10.3.255.1/32 [110/3] via 172.16.2.12, 00:01:10, FastEthernet0/0
172.16.0.0/16 is variably subnetted, 5 subnets, 2 masks
O 172.16.1.0/24 [110/2] via 172.16.3.13, 00:01:10, FastEthernet0/1
C 172.16.2.0/24 is directly connected, FastEthernet0/0
L 172.16.2.14/32 is directly connected, FastEthernet0/0
C 172.16.3.0/24 is directly connected, FastEthernet0/1
L 172.16.3.14/32 is directly connected, FastEthernet0/1
O 192.168.1.0/24 [110/3] via 172.16.2.12, 00:01:10, FastEthernet0/0
O 192.168.11.0/24 [110/3] via 172.16.2.12, 00:01:10, FastEthernet0/0
O 192.168.12.0/24 [110/3] via 172.16.2.12, 00:01:10, FastEthernet0/0
O 192.168.21.0/24 [110/3] via 172.16.2.12, 00:01:10, FastEthernet0/0
O 192.168.22.0/24 [110/3] via 172.16.2.12, 00:01:10, FastEthernet0/0
O 192.168.100.0/24 [110/3] via 172.16.2.12, 00:01:10, FastEthernet0/0
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/4 ms
RT-D#
RT-D#
RT-D#trace 8.8.8.8
Type escape sequence to abort.
Tracing the route to 8.8.8.8
VRF info: (vrf in name/id, vrf out name/id)
1 172.16.2.12 4 msec 0 msec 0 msec
2 10.3.200.1 0 msec 4 msec 0 msec
3 192.168.1.1 4 msec 4 msec 0 msec
4 10.0.8.210 0 msec 4 msec 4 msec
5 172.16.1.225 4 msec 4 msec 4 msec
6 *
10.220.99.12 4 msec 4 msec
7 * * *
8 * * *
9 91.232.81.211 4 msec 4 msec 4 msec
10 192.178.110.85 4 msec
108.170.252.225 4 msec
108.170.252.213 4 msec
11 142.251.54.149 8 msec
142.251.51.141 4 msec 4 msec
12 8.8.8.8 4 msec 4 msec 4 msec
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override

Gateway of last resort is 172.16.2.12 to network 0.0.0.0

O*E2 0.0.0.0/0 [110/1] via 172.16.2.12, 00:05:42, FastEthernet0/0


3.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 3.0.0.0/8 is directly connected, Loopback20
L 3.3.3.3/32 is directly connected, Loopback20
10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
O 10.3.100.0/24 [110/3] via 172.16.2.12, 00:05:42, FastEthernet0/0
O 10.3.200.0/24 [110/2] via 172.16.2.12, 00:05:42, FastEthernet0/0
O 10.3.255.1/32 [110/3] via 172.16.2.12, 00:05:42, FastEthernet0/0
172.16.0.0/16 is variably subnetted, 5 subnets, 2 masks
O 172.16.1.0/24 [110/2] via 172.16.3.13, 00:05:42, FastEthernet0/1
C 172.16.2.0/24 is directly connected, FastEthernet0/0
L 172.16.2.14/32 is directly connected, FastEthernet0/0
C 172.16.3.0/24 is directly connected, FastEthernet0/1
L 172.16.3.14/32 is directly connected, FastEthernet0/1
O 192.168.1.0/24 [110/3] via 172.16.2.12, 00:05:42, FastEthernet0/0
O 192.168.11.0/24 [110/3] via 172.16.2.12, 00:05:42, FastEthernet0/0
O 192.168.12.0/24 [110/3] via 172.16.2.12, 00:05:42, FastEthernet0/0
O 192.168.21.0/24 [110/3] via 172.16.2.12, 00:05:42, FastEthernet0/0
O 192.168.22.0/24 [110/3] via 172.16.2.12, 00:05:42, FastEthernet0/0
O 192.168.100.0/24 [110/3] via 172.16.2.12, 00:05:42, FastEthernet0/0
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#show ip route conn
RT-D#show ip route connected
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override

Gateway of last resort is 172.16.2.12 to network 0.0.0.0

3.0.0.0/8 is variably subnetted, 2 subnets, 2 masks


C 3.0.0.0/8 is directly connected, Loopback20
L 3.3.3.3/32 is directly connected, Loopback20
172.16.0.0/16 is variably subnetted, 5 subnets, 2 masks
C 172.16.2.0/24 is directly connected, FastEthernet0/0
L 172.16.2.14/32 is directly connected, FastEthernet0/0
C 172.16.3.0/24 is directly connected, FastEthernet0/1
L 172.16.3.14/32 is directly connected, FastEthernet0/1
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#sh run int
RT-D#sh run interface loo
RT-D#sh run interface loopback 20
Building configuration...

Current configuration : 58 bytes


!
interface Loopback20
ip address 3.3.3.3 255.0.0.0
end
RT-D#
RT-D#
RT-D#
RT-D#sh run interface fa 0/1
Building configuration...

Current configuration : 120 bytes


!
interface FastEthernet0/1
description HACIA SW-A
ip address 172.16.3.14 255.255.255.0
duplex auto
speed auto
end

RT-D#sh run interface static


^
% Invalid input detected at '^' marker.

RT-D#show ip route stat


RT-D#show ip route static
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override

Gateway of last resort is 172.16.2.12 to network 0.0.0.0

RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#show ip route rip
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#show ip route ospf
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override

Gateway of last resort is 172.16.2.12 to network 0.0.0.0

O*E2 0.0.0.0/0 [110/1] via 172.16.2.12, 00:11:04, FastEthernet0/0


10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
O 10.3.100.0/24 [110/3] via 172.16.2.12, 00:11:04, FastEthernet0/0
O 10.3.200.0/24 [110/2] via 172.16.2.12, 00:11:04, FastEthernet0/0
O 10.3.255.1/32 [110/3] via 172.16.2.12, 00:11:04, FastEthernet0/0
172.16.0.0/16 is variably subnetted, 5 subnets, 2 masks
O 172.16.1.0/24 [110/2] via 172.16.3.13, 00:11:04, FastEthernet0/1
O 192.168.1.0/24 [110/3] via 172.16.2.12, 00:11:04, FastEthernet0/0
O 192.168.11.0/24 [110/3] via 172.16.2.12, 00:11:04, FastEthernet0/0
O 192.168.12.0/24 [110/3] via 172.16.2.12, 00:11:04, FastEthernet0/0
O 192.168.21.0/24 [110/3] via 172.16.2.12, 00:11:04, FastEthernet0/0
O 192.168.22.0/24 [110/3] via 172.16.2.12, 00:11:04, FastEthernet0/0
O 192.168.100.0/24 [110/3] via 172.16.2.12, 00:11:04, FastEthernet0/0
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#show ip route ospf
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override

Gateway of last resort is 172.16.2.12 to network 0.0.0.0

O*E2 0.0.0.0/0 [110/1] via 172.16.2.12, 00:13:17, FastEthernet0/0


10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
O 10.3.100.0/24 [110/3] via 172.16.2.12, 00:13:17, FastEthernet0/0
O 10.3.200.0/24 [110/2] via 172.16.2.12, 00:13:17, FastEthernet0/0
O 10.3.255.1/32 [110/3] via 172.16.2.12, 00:13:17, FastEthernet0/0
172.16.0.0/16 is variably subnetted, 5 subnets, 2 masks
O 172.16.1.0/24 [110/2] via 172.16.3.13, 00:13:17, FastEthernet0/1
O 192.168.1.0/24 [110/3] via 172.16.2.12, 00:13:17, FastEthernet0/0
O 192.168.22.0/24 [110/3] via 172.16.2.12, 00:13:17, FastEthernet0/0
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#show ip route ospf
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override

Gateway of last resort is 172.16.2.12 to network 0.0.0.0

O*E2 0.0.0.0/0 [110/1] via 172.16.2.12, 00:15:42, FastEthernet0/0


10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
O 10.3.200.0/24 [110/2] via 172.16.2.12, 00:15:42, FastEthernet0/0
O 10.3.255.1/32 [110/3] via 172.16.2.12, 00:15:42, FastEthernet0/0
172.16.0.0/16 is variably subnetted, 5 subnets, 2 masks
O 172.16.1.0/24 [110/2] via 172.16.3.13, 00:15:42, FastEthernet0/1
O 192.168.1.0/24 [110/3] via 172.16.2.12, 00:15:42, FastEthernet0/0
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#
RT-D#show ip route conn
RT-D#show ip route connected
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override

Gateway of last resort is 172.16.2.12 to network 0.0.0.0

3.0.0.0/8 is variably subnetted, 2 subnets, 2 masks


C 3.0.0.0/8 is directly connected, Loopback20
L 3.3.3.3/32 is directly connected, Loopback20
172.16.0.0/16 is variably subnetted, 5 subnets, 2 masks
C 172.16.2.0/24 is directly connected, FastEthernet0/0
L 172.16.2.14/32 is directly connected, FastEthernet0/0
C 172.16.3.0/24 is directly connected, FastEthernet0/1
L 172.16.3.14/32 is directly connected, FastEthernet0/1
RT-D#

You might also like