Track 2 - Internet Routing and IP Network management (7-Oct-96)

Autonomous Systems and EGP

5) Cisco's BGP statement (reference)

  1. cisco dcoument on BGP (paper copy)

  2. router commands
    1. router bgp 100
    2. neighbor 3.3.3.4 remote-as 100
    3. neighbor 2.2.2.1 remote-as 100
    4. neighbor 2.2.2.1 send-community
    5. neighbor 2.2.2.1 route-map setcommunity out

  3. 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

  4. access-list command

    • access-list 1 permit 175.220.0.0 0.0.255.255

  5. redistribute command
    • redistribute rip 10
    • redistribute static

  6. ip as-path
    • ip as-path access-list 5 permit ^100$

      (AS paths starts with 100)