Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Lets start the bird daemon and ensure the BGP Sessions are ESTABLISHED.

Code Block
languagebash
# bird -c /etc/bird.conf
Code Block
languagebash
[root@02d05ac0aa07 log]# birdc 'show protocols all toCustomerA' 
BIRD 1.4.5 ready.
name     proto    table    state  since       info
toCustomerA BGP      T200     up     18:40:12    Established   
  Preference:     100
  Input filter:   ACCEPT
  Output filter:  ACCEPT
  Import limit:   1000
    Action:       restart
  Routes:         2 imported, 0 exported, 4 preferred
  Route change stats:     received   rejected   filtered    ignored   accepted
    Import updates:              2          0          0          0          2
    Import withdraws:            0          0        ---          0          0
    Export updates:              3          2          0        ---          1
    Export withdraws:            0        ---        ---        ---          1
  BGP state:          Established
    Neighbor address: 10.0.0.1
    Neighbor AS:      200
    Neighbor ID:      10.0.0.1
    Neighbor caps:    refresh restart-aware AS4
    Session:          external route-server AS4
    Source address:   10.0.0.7
    Route limit:      2/1000
    Hold timer:       140/240
    Keepalive timer:  36/80
[root@02d05ac0aa07 log]# birdc 'show protocols all toCustomerB'
BIRD 1.4.5 ready.
name     proto    table    state  since       info
toCustomerB BGP      T300     up     18:33:54    Established   
  Preference:     100
  Input filter:   ACCEPT
  Output filter:  ACCEPT
  Import limit:   1000
    Action:       restart
  Routes:         2 imported, 1 exported, 1 preferred
  Route change stats:     received   rejected   filtered    ignored   accepted
    Import updates:              2          0          0          0          2
    Import withdraws:            0          0        ---          0          0
    Export updates:              3          2          0        ---          1
    Export withdraws:            0        ---        ---        ---          0
  BGP state:          Established
    Neighbor address: 10.0.0.8
    Neighbor AS:      300
    Neighbor ID:      10.0.0.8
    Neighbor caps:    refresh restart-aware AS4
    Session:          external route-server AS4
    Source address:   10.0.0.7
    Route limit:      2/1000
    Hold timer:       186/240
    Keepalive timer:  25/80
[root@02d05ac0aa07 log]# 

...