You are on page 1of 22

Упражнение №7

Име: Никола Николаев Колев


Ф.№: 1229118
Добавяме сериен порт HWIC-2T към нашите рутери, като
използваме дясното свободно място за целта.
Конфигурираме компютрите, с които ще управляваме нашите рутери
PC-A configuring R1:
Започваме с базовите конфигурации на рутерите. Започваме от R1,
достъп до него можем да получим от терминала на PC-A.
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname 1229118-R1
1229118-R1(config)#int g0/1
1229118-R1(config-if)#ip address 172.30.10.1 255.255.255.0
1229118-R1(config-if)#no shut

1229118-R1(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to
up

1229118-R1(config-if)#exit
1229118-R1(config)#int s0/0/0
1229118-R1(config-if)#clock rate 1000000
1229118-R1(config-if)#ip address 10.1.1.1 255.255.255.252
1229118-R1(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down


1229118-R1(config-if)#end
1229118-R1#
%SYS-5-CONFIG_I: Configured from console by console

1229118-R1#copy run start


Destination filename [startup-config]?
Building configuration...
[OK]
1229118-R1#

PC-B configuring R2:


Конфигурираме и R2 от PC-B
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname 1229118-R2
1229118-R2(config)#int g0/0
1229118-R2(config-if)#ip address 209.165.201.1 255.255.255.0
1229118-R2(config-if)#no shut

1229118-R2(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to


up

1229118-R2(config-if)#exit
1229118-R2(config)#int s0/0/0
1229118-R2(config-if)#ip address 10.1.1.2 255.255.255.252
1229118-R2(config-if)#no shut

1229118-R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
1229118-R2(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

1229118-R2(config-if)#exit
1229118-R2(config)#int s0/0/1
1229118-R2(config-if)#clock rate 1000000
1229118-R2(config-if)#ip address 10.2.2.2 255.255.255.252
1229118-R2(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down


1229118-R2(config-if)#end
1229118-R2#
%SYS-5-CONFIG_I: Configured from console by console

1229118-R2#copy run start


Destination filename [startup-config]?
Building configuration...
[OK]
1229118-R2#

PC-C configuring R3:


Конфигурираме и R3 от PC-C
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname 1229118-R3
1229118-R3(config)#int g0/1
1229118-R3(config-if)#ip address 172.30.30.1 255.255.255.0
1229118-R3(config-if)#no shut

1229118-R3(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to


up

1229118-R3(config-if)#exit
1229118-R3(config)#int s0/0/1
1229118-R3(config-if)#ip address 10.2.2.1 255.255.255.252
1229118-R3(config-if)#no shut

1229118-R3(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
1229118-R3(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up

1229118-R3(config-if)#end
1229118-R3#
%SYS-5-CONFIG_I: Configured from console by console

1229118-R3#copy run start


Destination filename [startup-config]?
Building configuration...
[OK]
1229118-R3#

PC-A:
1229118-R1>en
1229118-R1#show run
Building configuration...

Current configuration : 780 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname 1229118-R1
!
!
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX1524K51H-
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
ip address 172.30.10.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
ip address 10.1.1.1 255.255.255.252
clock rate 1000000
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end

1229118-R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
1229118-R1(config)#router rip
1229118-R1(config-router)#version 2
1229118-R1(config-router)#passive-interface g0/1
1229118-R1(config-router)#do show ip route connected
C 10.1.1.0/30 is directly connected, Serial0/0/0
C 172.30.10.0/24 is directly connected, GigabitEthernet0/1

1229118-R1(config-router)#network 172.30.0.0
1229118-R1(config-router)#network 10.0.0.0
1229118-R1(config-router)#end
1229118-R1#
%SYS-5-CONFIG_I: Configured from console by console

1229118-R1#copy run start


Destination filename [startup-config]?
Building configuration...
[OK]
1229118-R1

Слагаме RIPv2 и на R3 чрез PC-C:


1229118-R3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
1229118-R3(config)#router rip
1229118-R3(config-router)#version 2
1229118-R3(config-router)#do show ip route connected
C 10.2.2.0/30 is directly connected, Serial0/0/1
C 172.30.30.0/24 is directly connected, GigabitEthernet0/1

1229118-R3(config-router)#network 10.0.0.0
1229118-R3(config-router)#network 172.30.0.0
1229118-R3(config-router)#end
1229118-R3#
%SYS-5-CONFIG_I: Configured from console by console

1229118-R3#copy run start


Destination filename [startup-config]?
Building configuration...
[OK]
1229118-R3#

Слагаме RIPv2 и на R2 чрез PC-B:


1229118-R2>en
1229118-R2#ping 10.1.1.1

Type escape sequence to abort.


Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/4/19 ms

1229118-R2#ping 10.2.2.1

Type escape sequence to abort.


Sending 5, 100-byte ICMP Echos to 10.2.2.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/10/48 ms

1229118-R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
1229118-R2(config)#router rip
1229118-R2(config-router)#version 2
1229118-R2(config-router)#do show ip route connected
C 10.1.1.0/30 is directly connected, Serial0/0/0
C 10.2.2.0/30 is directly connected, Serial0/0/1
C 209.165.201.0/24 is directly connected, GigabitEthernet0/0

1229118-R2(config-router)#network 10.0.0.0
1229118-R2(config-router)#end
1229118-R2#
%SYS-5-CONFIG_I: Configured from console by console

1229118-R2#copy run start


Destination filename [startup-config]?
Building configuration...
[OK]
1229118-R2#show ip interface brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 209.165.201.1 YES manual up up
GigabitEthernet0/1 unassigned YES unset administratively down down
Serial0/0/0 10.1.1.2 YES manual up up
Serial0/0/1 10.2.2.2 YES manual up up
Vlan1 unassigned YES unset administratively down down
1229118-R2#

Ping from PC-A


Проверяваме свързаността с ping-ове от PC-A
C:\>ping 209.165.201.2

Pinging 209.165.201.2 with 32 bytes of data:

Reply from 172.30.10.1: Destination host unreachable.


Reply from 172.30.10.1: Destination host unreachable.
Reply from 172.30.10.1: Destination host unreachable.
Reply from 172.30.10.1: Destination host unreachable.

Ping statistics for 209.165.201.2:


Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\>ping 172.30.30.3

Pinging 172.30.30.3 with 32 bytes of data:

Request timed out.


Reply from 172.30.30.3: bytes=32 time=43ms TTL=125
Reply from 172.30.30.3: bytes=32 time=14ms TTL=125
Reply from 172.30.30.3: bytes=32 time=13ms TTL=125

Ping statistics for 172.30.30.3:


Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 13ms, Maximum = 43ms, Average = 23ms

C:\>ping 172.30.30.3

Pinging 172.30.30.3 with 32 bytes of data:

Reply from 172.30.30.3: bytes=32 time=24ms TTL=125


Reply from 172.30.30.3: bytes=32 time=14ms TTL=125
Reply from 172.30.30.3: bytes=32 time=12ms TTL=125
Reply from 172.30.30.3: bytes=32 time=18ms TTL=125

Ping statistics for 172.30.30.3:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 12ms, Maximum = 24ms, Average = 17ms

Ping from PC-C


Проверяваме свързаността с ping-ове от PC-C
C:\>ping 172.30.10.3

Pinging 172.30.10.3 with 32 bytes of data:

Reply from 172.30.10.3: bytes=32 time=25ms TTL=125


Reply from 172.30.10.3: bytes=32 time=12ms TTL=125
Reply from 172.30.10.3: bytes=32 time=15ms TTL=125
Reply from 172.30.10.3: bytes=32 time=19ms TTL=125

Ping statistics for 172.30.10.3:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 12ms, Maximum = 25ms, Average = 17ms

C:\>ping 209.165.201.2

Pinging 209.165.201.2 with 32 bytes of data:

Reply from 172.30.30.1: Destination host unreachable.


Request timed out.
Reply from 172.30.30.1: Destination host unreachable.
Reply from 172.30.30.1: Destination host unreachable.

Ping statistics for 209.165.201.2:


Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\>

Проверяваме връзките на R2
1229118-R2#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, E - EGP
i - IS-IS, 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

Gateway of last resort is not set


10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
C 10.1.1.0/30 is directly connected, Serial0/0/0
L 10.1.1.2/32 is directly connected, Serial0/0/0
C 10.2.2.0/30 is directly connected, Serial0/0/1
L 10.2.2.2/32 is directly connected, Serial0/0/1
R 172.30.0.0/16 [120/1] via 10.1.1.1, 00:00:01, Serial0/0/0
[120/1] via 10.2.2.1, 00:00:13, Serial0/0/1
209.165.201.0/24 is variably subnetted, 2 subnets, 2 masks
C 209.165.201.0/24 is directly connected, GigabitEthernet0/0
L 209.165.201.1/32 is directly connected, GigabitEthernet0/0

1229118-R2#

Ping from PC-B


Проверяваме свързаността с ping-ове от PC-B
C:\>ping 172.30.30.1

Pinging 172.30.30.1 with 32 bytes of data:

Request timed out.


Request timed out.
Request timed out.
Request timed out.

Ping statistics for 172.30.30.1:


Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\>ping 172.30.10.1

Pinging 172.30.10.1 with 32 bytes of data:

Request timed out.


Request timed out.
Request timed out.
Request timed out.

Ping statistics for 172.30.10.1:


Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\>
Проверяваме връзките на R3
1229118-R3>en
1229118-R3#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, E - EGP
i - IS-IS, 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

Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks


R 10.1.1.0/30 [120/1] via 10.2.2.2, 00:00:13, Serial0/0/1
C 10.2.2.0/30 is directly connected, Serial0/0/1
L 10.2.2.1/32 is directly connected, Serial0/0/1
172.30.0.0/16 is variably subnetted, 2 subnets, 2 masks
C 172.30.30.0/24 is directly connected, GigabitEthernet0/1
L 172.30.30.1/32 is directly connected, GigabitEthernet0/1

1229118-R3#

Проверяваме връзките на R1
1229118-R1>en
1229118-R1#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, E - EGP
i - IS-IS, 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

Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks


C 10.1.1.0/30 is directly connected, Serial0/0/0
L 10.1.1.1/32 is directly connected, Serial0/0/0
R 10.2.2.0/30 [120/1] via 10.1.1.2, 00:00:03, Serial0/0/0
172.30.0.0/16 is variably subnetted, 2 subnets, 2 masks
C 172.30.10.0/24 is directly connected, GigabitEthernet0/1
L 172.30.10.1/32 is directly connected, GigabitEthernet0/1
1229118-R1#show ip protocols
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 9 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: rip
Default version control: send version 2, receive 2
Interface Send Recv Triggered RIP Key-chain
Serial0/0/0 2 2
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
10.0.0.0
172.30.0.0
Passive Interface(s):
GigabitEthernet0/1
Routing Information Sources:
Gateway Distance Last Update
10.1.1.2 120 00:00:11
Distance: (default is 120)

PC-B:
1229118-R2>en
1229118-R2#show ip protocols
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 1 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: rip
Default version control: send version 2, receive 2
Interface Send Recv Triggered RIP Key-chain
Serial0/0/0 2 2
Serial0/0/1 2 2
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
10.0.0.0
Passive Interface(s):
Routing Information Sources:
Gateway Distance Last Update
10.1.1.1 120 00:00:05
10.2.2.1 120 00:00:25
Distance: (default is 120)
1229118-R2#
PC-C:
1229118-R3#show ip protocols
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 14 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: rip
Default version control: send version 2, receive 2
Interface Send Recv Triggered RIP Key-chain
Serial0/0/1 2 2
GigabitEthernet0/1 2 2
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
10.0.0.0
172.30.0.0
Passive Interface(s):
Routing Information Sources:
Gateway Distance Last Update
10.2.2.2 120 00:00:13
Distance: (default is 120)
1229118-R3#

Връщаме се в R1:
1229118-R1>en
1229118-R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
1229118-R1(config)#router rip
1229118-R1(config-router)#no auto-summary
1229118-R1(config-router)#end
1229118-R1#
%SYS-5-CONFIG_I: Configured from console by console

1229118-R1#clear ip route *
1229118-R1#

R3:
1229118-R3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
1229118-R3(config)#router rip
1229118-R3(config-router)#no auto-summary
1229118-R3(config-router)#end
1229118-R3#
%SYS-5-CONFIG_I: Configured from console by console

1229118-R3#clear ip route *

Добавяме default адреси на R2


1229118-R2>en
1229118-R2#clear ip route *
1229118-R2#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, E - EGP
i - IS-IS, 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

Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks


C 10.1.1.0/30 is directly connected, Serial0/0/0
L 10.1.1.2/32 is directly connected, Serial0/0/0
C 10.2.2.0/30 is directly connected, Serial0/0/1
L 10.2.2.2/32 is directly connected, Serial0/0/1
172.30.0.0/24 is subnetted, 2 subnets
R 172.30.10.0/24 [120/1] via 10.1.1.1, 00:00:15, Serial0/0/0
R 172.30.30.0/24 [120/1] via 10.2.2.1, 00:00:09, Serial0/0/1
209.165.201.0/24 is variably subnetted, 2 subnets, 2 masks
C 209.165.201.0/24 is directly connected, GigabitEthernet0/0
L 209.165.201.1/32 is directly connected, GigabitEthernet0/0

1229118-R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
1229118-R2(config)#ip route 0.0.0.0 0.0.0.0 209.165.201.2
1229118-R2(config)#router rip
1229118-R2(config-router)#default-information originate

Правим проверка на промените в R1


1229118-R1#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, E - EGP
i - IS-IS, 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

Gateway of last resort is 10.1.1.2 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks


C 10.1.1.0/30 is directly connected, Serial0/0/0
L 10.1.1.1/32 is directly connected, Serial0/0/0
R 10.2.2.0/30 [120/1] via 10.1.1.2, 00:00:22, Serial0/0/0
172.30.0.0/16 is variably subnetted, 4 subnets, 3 masks
R 172.30.0.0/16 [120/2] via 10.1.1.2, 00:00:22, Serial0/0/0
C 172.30.10.0/24 is directly connected, GigabitEthernet0/1
L 172.30.10.1/32 is directly connected, GigabitEthernet0/1
R 172.30.30.0/24 is possibly down, routing via 10.1.1.2, Serial0/0/0
R* 0.0.0.0/0 [120/1] via 10.1.1.2, 00:00:22, Serial0/0/0

Правим проверка на промените в R3


1229118-R3#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, E - EGP
i - IS-IS, 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

Gateway of last resort is 10.2.2.2 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks


R 10.1.1.0/30 [120/1] via 10.2.2.2, 00:00:08, Serial0/0/1
C 10.2.2.0/30 is directly connected, Serial0/0/1
L 10.2.2.1/32 is directly connected, Serial0/0/1
172.30.0.0/16 is variably subnetted, 4 subnets, 3 masks
R 172.30.0.0/16 [120/2] via 10.2.2.2, 00:00:08, Serial0/0/1
R 172.30.10.0/24 is possibly down, routing via 10.2.2.2, Serial0/0/1
C 172.30.30.0/24 is directly connected, GigabitEthernet0/1
L 172.30.30.1/32 is directly connected, GigabitEthernet0/1
R* 0.0.0.0/0 [120/1] via 10.2.2.2, 00:00:08, Serial0/0/1

Ping from PC-B:


Проверяваме дали вече имаме успешен Ping
C:\>ping 172.30.10.1

Pinging 172.30.10.1 with 32 bytes of data:

Reply from 172.30.10.1: bytes=32 time=2ms TTL=254


Reply from 172.30.10.1: bytes=32 time=1ms TTL=254
Reply from 172.30.10.1: bytes=32 time=1ms TTL=254
Reply from 172.30.10.1: bytes=32 time=10ms TTL=254

Ping statistics for 172.30.10.1:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 10ms, Average = 3ms

C:\>ping 172.30.30.1

Pinging 172.30.30.1 with 32 bytes of data:

Reply from 172.30.30.1: bytes=32 time=2ms TTL=254


Reply from 172.30.30.1: bytes=32 time=3ms TTL=254
Reply from 172.30.30.1: bytes=32 time=6ms TTL=254
Reply from 172.30.30.1: bytes=32 time=1ms TTL=254

Ping statistics for 172.30.30.1:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 6ms, Average = 3ms

PC-B:
1229118-R2#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, E - EGP
i - IS-IS, 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

Gateway of last resort is 209.165.201.2 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks


C 10.1.1.0/30 is directly connected, Serial0/0/0
L 10.1.1.2/32 is directly connected, Serial0/0/0
C 10.2.2.0/30 is directly connected, Serial0/0/1
L 10.2.2.2/32 is directly connected, Serial0/0/1
172.30.0.0/24 is subnetted, 2 subnets
R 172.30.10.0/24 [120/1] via 10.1.1.1, 00:00:26, Serial0/0/0
R 172.30.30.0/24 [120/1] via 10.2.2.1, 00:00:13, Serial0/0/1
209.165.201.0/24 is variably subnetted, 2 subnets, 2 masks
C 209.165.201.0/24 is directly connected, GigabitEthernet0/0
L 209.165.201.1/32 is directly connected, GigabitEthernet0/0
S* 0.0.0.0/0 [1/0] via 209.165.201.2

You might also like