Track 2 - Internet Routing and IP Network management (7-Oct-96)
Autonomous Systems and EGP
5) Cisco's BGP statement (reference)
- cisco dcoument on BGP (paper copy)
- router commands
- router bgp 100
- neighbor 3.3.3.4 remote-as 100
- neighbor 2.2.2.1 remote-as 100
- neighbor 2.2.2.1 send-community
- neighbor 2.2.2.1 route-map setcommunity out
- route-map commands
- route-map mymap permit 10
- match ip address 1.1.1.1
- set metric 5
- set community 300
- set community 200 additive
- set MEDOUT permit 10
- access-list command
- access-list 1 permit 175.220.0.0 0.0.255.255
- redistribute command
- redistribute rip 10
- redistribute static
- ip as-path