Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

**************

Part 4.2
**************
R4_4500_7#show ip bgp
BGP table version is 37, local router ID is 192.168.1.204
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
* i192.168.0.0 192.168.1.202 0 100 0 65000 i
*> 10.0.1.5 0 0 65000 i
* i192.168.1.0 192.168.1.202 0 100 0 i
*> 0.0.0.0 0 32768 i
*>i192.168.2.0 192.168.1.202 11 100 0 65000 i
* 10.0.1.5 20 0 65000 i
* i192.168.3.0 192.168.1.202 20 100 0 i
*> 192.168.1.6 20 32768 i
R4_4500_7#config t
Enter configuration commands, one per line. End with CNTL/Z.
R4_4500_7(config)#lin console 0
R4_4500_7(config-line)#logg sy
R4_4500_7(config-line)#logg synchronous
R4_4500_7(config-line)#exit
R4_4500_7(config)#exit
R4_4500_7#
02:41:58: %SYS-5-CONFIG_I: Configured from console by console
R4_4500_7#show ip bgp
BGP table version is 40, local router ID is 192.168.1.204
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*> 192.168.0.0 10.0.1.5 0 0 65000 i
* i 192.168.1.202 0 100 0 65000 i
* i192.168.1.0 192.168.1.202 0 100 0 i
*> 0.0.0.0 0 32768 i
* 192.168.2.0 10.0.1.5 20 0 65000 i
*>i 192.168.1.202 11 100 0 65000 i
* i192.168.3.0 192.168.1.202 20 100 0 i
*> 192.168.1.6 20 32768 i

*************************************************************************
FINAL SHOW RUN
*************************************************************************
R4_4500_7#show run
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R4_4500_7
!
!
ip subnet-zero
!
!
!
!
interface Loopback0
ip address 192.168.1.204 255.255.255.255
no ip directed-broadcast
!
interface Ethernet0
ip address 10.0.1.6 255.255.255.252
no ip directed-broadcast
media-type 10BaseT
!
interface Ethernet1
ip address 192.168.1.5 255.255.255.252
no ip directed-broadcast
media-type 10BaseT
!
interface Serial0
no ip address
no ip directed-broadcast
no ip mroute-cache
shutdown
!
interface Serial1
no ip address
no ip directed-broadcast
shutdown
!
interface Serial2
no ip address
no ip directed-broadcast
shutdown
!
interface Serial3
no ip address
no ip directed-broadcast
shutdown
!
interface BRI0
no ip address
no ip directed-broadcast
shutdown
!
interface BRI1
no ip address
no ip directed-broadcast
shutdown
!
interface BRI2
no ip address
no ip directed-broadcast
shutdown
!
interface BRI3
no ip address
no ip directed-broadcast
shutdown
!
interface BRI4
no ip address
no ip directed-broadcast
shutdown
!
interface BRI5
no ip address
no ip directed-broadcast
shutdown
!
interface BRI6
no ip address
no ip directed-broadcast
shutdown
!
interface BRI7
no ip address
no ip directed-broadcast
shutdown
!
router ospf 1
network 192.168.1.4 0.0.0.3 area 0
network 192.168.1.204 0.0.0.0 area 0
!
router bgp 65010
no synchronization
network 192.168.1.0
network 192.168.3.0
neighbor 10.0.1.5 remote-as 65000
neighbor 10.0.1.5 route-map R4_pref in
neighbor 192.168.1.202 remote-as 65010
neighbor 192.168.1.202 update-source Loopback0
neighbor 192.168.1.202 next-hop-self
neighbor 192.168.1.206 remote-as 65010
neighbor 192.168.1.206 update-source Loopback0
neighbor 192.168.1.206 next-hop-self
!
ip classless
ip route 192.168.1.0 255.255.255.0 Null0
no ip http server
!
access-list 11 permit 192.168.2.0 0.0.0.255
route-map R4_pref permit 20
!
!
line con 0
logging synchronous
transport input none
line aux 0
line vty 0 4
password password
login
!

You might also like