SóProvas


ID
1209166
Banca
CESPE / CEBRASPE
Órgão
TJ-SE
Ano
2014
Provas
Disciplina
Redes de Computadores
Assuntos

router bgp 100 bgp log-neighbor-changes
timers bgp 10 30
neighbor 192.168.1.1 remote-as 100
neighbor 192.168.1.1 update-source Loopback0
neighbor hh.0.0.1 remote-as 200
no auto-summary


Considerando o trecho acima, utilizado para configuração de BGP em um roteador Cisco, julgue os seguintes itens.

O parâmetro timers bgp 10 30 relaciona o tempo de conexão em cache à quantidade de pacotes por segundo tratada no roteador.

Alternativas
Comentários
  • Pelo que entendi, este comando diz que o tempo para o estabelecimento de uma sessão é de 10 segundos e a sessão deve durar 30 segundos.

  • keepalive - tempo que o equipamento leva para enviar mensagens de keepalive para o seu par.

    Holdtime - após esse tempo sem receber um keepalive, o equipamento declara o seu par offline.

    bons estudos.

  • Alternativa Errada.

    Fonte: http://www.cisco.com/c/en/us/td/docs/ios/iproute_bgp/command/reference/irg_book/irg_bgp4.html

    The timers configured for a specific neighbor or peer group override the timers configured for all BGP neighbors using the timers bgpcommand.

    When configuring the holdtime argument for a value of less than twenty seconds, the following warning is displayed:

    % Warning: A hold time of less than 20 seconds increases the chances of peer flapping

    If the minimum acceptable hold-time interval is greater than the specified hold-time, a notification is displayed:

    % Minimum acceptable hold time should be less than or equal to the configured hold time

    Note When the minimum acceptable hold-time is configured on a BGP router, a remote BGP peer session is established only if the remote peer is advertising a hold-time that is equal to, or greater than, the minimum acceptable hold-time interval. If the minimum acceptable hold-time interval is greater than the configured hold-time, the next time the remote session tries to establish, it will fail and the local router will send a notification stating "unacceptable hold time."

    Examples

    The following example changes the keepalive timer to 70 seconds and the hold-time timer to 210 seconds for the BGP peer 192.168.47.0:

    router bgp 109  neighbor 192.168.47.0 timers 70 210

    The following example changes the keepalive timer to 70 seconds, the hold-time timer to 130 seconds, and the minimum hold-time interval to 100 seconds for the BGP peer 192.168.1.2:

    router bgp 45000

    neighbor 192.168.1.2 timers 70 130 100