Keepalive and holdtime for the BGP connection between the two peers. The holdtime is three times the interval at which keepalive messages are sent. The recommended holdtime value is 180s.# Configure portsinterfaces <interface_number>description <interface_desc>undo shutdownspeed <interface_speed>duplex fullundo negotiation autocommit# Set virtual tunnelsinterfaces <interface_number>.<subinterface_number>description <subinterface_desc>vlan-type dot1q <subinterface_vlanid>ip address <subinterface_ipaddress> <subinterface_netmask>commit# Set eBGPbgp <as_number>router-id <route_id>peer <bgp_peer_address> as-number <bgp_peer_as_number>peer <bgp_peer_address> password cipher <bgp_auth_key>peer <bgp_peer_address> description <bgp_desc>ipv4-family unicastpeer <bgp_peer_address> enablecommit# Configure BFD for eBGPbgp <as_number>router-id <route_id>peer <bgp_peer_address> bfd min-tx-interval <time value> min-rx-interval <time value> detect-multiplier <value>
Feedback