Information Technology Reference
In-Depth Information
Final Edge Router Configuration Example
The final edge router configuration for customer aggregation routers is provided in
Example 9-14.
Example 9-14 Final Customer Aggregation Edge Router BGP Configuration
router bgp 100
no auto-summary
no synchronization
bgp dampening route-map graded-dampening
bgp log-neighbor-changes
redistribute static route-map STATIC_TO_BGP
bgp router-id <BGP Router ID>
table-map QOS_Policy
!
neighbor AGG_UPLINK peer-group
neighbor AGG_UPLINK description iBGP Session to Aggregation Routers
neighbor AGG_UPLINK version 4
neighbor AGG_UPLINK password <iBGP Password>
neighbor AGG_UPLINK update-source loopback0
neighbor AGG_UPLINK next-hop-self
neighbor AGG_UPLINK remote-as 100
!
neighbor GOLD_CUST_FULL peer-group
neighbor GOLD_CUST_FULL description Gold Full Routes Customers
neighbor GOLD_CUST_FULL version 4
neighbor GOLD_CUST_FULL password <Customer Password>
neighbor GOLD_CUST_FULL route-map gold_cust_inbound in
!
neighbor SILVER_CUST_FULL peer-group
neighbor SILVER_CUST_FULL description Silver Full Routes Customers
neighbor SILVER_CUST_FULL version 4
neighbor SILVER_CUST_FULL password <Customer Password>
neighbor SILVER_CUST_FULL route-map silver_cust_inbound in
!
neighbor BRONZE_CUST_FULL peer-group
neighbor BRONZE_CUST_FULL description Bronze Full Routes Customers
neighbor BRONZE_CUST_FULL version 4
neighbor BRONZE_CUST_FULL password <Customer Password>
neighbor BRONZE_CUST_FULL route-map bronze_cust_inbound in
!
neighbor GOLD_CUST_PARTIAL peer-group
neighbor GOLD_CUST_PARTIAL description Gold Partial Routes Customers
neighbor GOLD_CUST_PARTIAL version 4
neighbor GOLD_CUST_PARTIAL password <Customer Password>
neighbor GOLD_CUST_PARTIAL route-map gold_cust_inbound in
neighbor GOLD_CUST_PARTIAL route-map PARTIAL_ROUTES out
neighbor GOLD_CUST_PARTIAL default-information originate
!
neighbor SILVER_CUST_PARTIAL peer-group
neighbor SILVER_CUST_PARTIAL description Silver Partial Routes Customers
neighbor SILVER_CUST_PARTIAL version 4
Search WWH ::




Custom Search