Information Technology Reference
In-Depth Information
Example 5-45 Final Configuration for R9 (Continued)
!
router bgp 65103
no synchronization
bgp log-neighbor-changes
redistribute eigrp 100 route-map DENY_DEFAULT
neighbor 10.1.3.10 remote-as 65100
neighbor 10.1.3.10 route-map SET_MED out
no auto-summary
bgp bestpath compare-routerid
!
ip prefix-list DEFAULT seq 5 permit 0.0.0.0/0
ip prefix-list DEFAULT seq 10 deny 0.0.0.0/0 le 32
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-46 Final Configuration for R10
hostname R10
!
interface Loopback0
ip address 172.16.10.1 255.255.255.0
!
interface Ethernet0/0
ip address 10.1.3.10 255.255.255.0
!
interface Serial2/0
ip address 10.1.100.14 255.255.255.252
!
interface Serial3/0
ip address 10.1.100.2 255.255.255.252
!
router eigrp 101
passive-interface Ethernet0/0
network 10.0.0.0
network 172.16.0.0
no auto-summary
no eigrp log-neighbor-changes
!
router bgp 65100
no synchronization
Search WWH ::




Custom Search