Information Technology Reference
In-Depth Information
Example 5-47 Final Configuration for R11 (Continued)
ip prefix-list NO_DEFAULT seq 5 deny 0.0.0.0/0
ip prefix-list NO_DEFAULT seq 10 permit 0.0.0.0/0 le 32
!
route-map DENY_DEFAULT permit 10
match ip address prefix-list NO_DEFAULT
!
route-map DEFAULT_ROUTE permit 10
match ip address prefix-list DEFAULT
!
route-map SET_MED permit 10
set metric-type internal
!
Example 5-48 Final Configuration for R12
hostname R12
!
interface Loopback0
ip address 172.16.12.1 255.255.255.0
!
interface Ethernet0/0
ip address 10.1.3.12 255.255.255.0
!
interface Serial2/0
no ip address
shutdown
no fair-queue
!
router bgp 65105
no synchronization
bgp log-neighbor-changes
neighbor 10.1.3.10 remote-as 65100
neighbor 10.1.3.10 default-originate
no auto-summary
bgp bestpath compare-routerid
!
Example 5-49 Final Configuration for R13
hostname R13
!
interface Loopback0
ip address 172.16.13.1 255.255.255.0
!
interface Ethernet0/0
ip address 10.1.1.13 255.255.255.0
!
router bgp 65105
Search WWH ::




Custom Search