bird2: channel down in direct protocol

Alarig Le Lay alarig at swordarmor.fr
Tue Aug 21 15:08:39 CEST 2018


On mar. 21 août 15:02:06 2018, Ondrej Zajicek wrote:
> If you restart the protocol does the cahnnel became up? If you restart
> BIRD will the channel be started as down or up?

The channel is up after either a restart of the protocol or the entire
bird.

bird> restart direct1
direct1: restarted
bird> show protocols all direct1
Name       Proto      Table      State  Since         Info
direct1    Direct     ---        up     15:07:20.289
  Channel ipv6
    State:          UP
    Table:          master6
    Preference:     240
    Input filter:   ACCEPT
    Output filter:  REJECT
    Routes:         2 imported, 0 exported
    Route change stats:     received   rejected   filtered    ignored   accepted
      Import updates:              2          0          0          0          2
      Import withdraws:            0          0        ---          0          0
      Export updates:              0          0          0        ---          0
      Export withdraws:            0        ---        ---        ---          0

samis ~ # rc-service bird restart
 * Caching service dependencies ...                                       [ ok ]
 * Stopping BIRD ...                                                      [ ok ]
 * Starting BIRD ...                                                      [ ok ]
samis ~ # birdc
BIRD 2.0.2 ready.
bird> show protocols all direct1
Name       Proto      Table      State  Since         Info
direct1    Direct     ---        up     15:07:37.150
  Channel ipv6
    State:          UP
    Table:          master6
    Preference:     240
    Input filter:   ACCEPT
    Output filter:  REJECT
    Routes:         2 imported, 0 exported
    Route change stats:     received   rejected   filtered    ignored   accepted
      Import updates:              2          0          0          0          2
      Import withdraws:            0          0        ---          0          0
      Export updates:              0          0          0        ---          0
      Export withdraws:            0        ---        ---        ---          0

bird>

Thanks a lot :)
(but strange behavior BTW)

-- 
Alarig


More information about the Bird-users mailing list