· 7 years ago · Jan 28, 2018, 11:20 AM
1King#sho ip int bri
2Interface IP-Address OK? Method Status Protocol
3FastEthernet0/0 192.168.122.1 YES NVRAM up up
4Serial1/0 192.168.112.1 YES NVRAM up up
5Serial1/1 unassigned YES NVRAM administratively down down
6Serial1/2 unassigned YES NVRAM administratively down down
7Serial1/3 unassigned YES NVRAM administratively down down
8Loopback0 1.1.1.1 YES manual up up
9King#
10King#
11King#sho run | sec bgp
12router bgp 100
13 no synchronization
14 bgp log-neighbor-changes
15 neighbor 2.2.2.2 remote-as 100
16 neighbor 2.2.2.2 update-source Loopback0
17 no auto-summary
18King#
19King#sho run | sec eigrp
20router eigrp 100
21 network 0.0.0.0
22 auto-summary
23King#
24
25Kong#sho ip int bri
26Interface IP-Address OK? Method Status Protocol
27FastEthernet0/0 192.168.122.2 YES NVRAM up up
28Serial1/0 192.168.112.2 YES NVRAM up up
29Serial1/1 unassigned YES NVRAM administratively down down
30Serial1/2 unassigned YES NVRAM administratively down down
31Serial1/3 unassigned YES NVRAM administratively down down
32Loopback0 2.2.2.2 YES manual up up
33Kong#
34Kong#
35Kong#sho run | sec bgp
36router bgp 100
37 no synchronization
38 bgp log-neighbor-changes
39 neighbor 1.1.1.1 remote-as 100
40 no auto-summary
41Kong#
42Kong#sho run | sec eigrp
43router eigrp 100
44 network 0.0.0.0
45 auto-summary
46Kong#