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>port link-mode routeundo shutdownspeed <interface_speed>duplex full# Configure layer 3 sub-interfacesinterface interface-number.subnumberdescription <vlan_description>dot1q termination vid <vlanid>ip address <subinterface_ipaddress> <subinterface_netmask>bfd min-transmit-interval <value> //BFD parameterbfd min-receive-interval <value> //BFD parameterbfd detect-multiplier <value> //BFD parameter# 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># Configure BFD for eBGPpeer <bgp_peer_address> bfd
Feedback