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>no shutdownspeed <interface_speed>duplex fullno negotiation autocommit# Configure virtual tunnelsinterfaces <interface_number>.<subinterface_number>description <subinterface_desc>encapsulation dot1q <subinterface_vlanid>ipv4 address <subinterface_ipaddress> <subinterface_netmask>bfd interval <value> min_rx <value> multiplier <value> //BFD parametercommit# Set eBGProuter bgp <as_number>#bgp router-id <router_id>neighbor <bgp_peer_address>remote-as <bgp_peer_as_number>password encrypted <bgp_auth_key>description <bgp_peer_desc>remote-as <bgp_peer_as_number> fall-over bfd //Configure BFD for BGPcommit
피드백