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 shutdownno switchportspeed <interface_speed>duplex fullno negotiation autoend# Configure layer 3 sub-interfacesinterface interface-number.subnumberdescription <vlan_description>encapsulation dot1q <vlanid>ip address <subinterface_ipaddress> <subinterface_netmask>bfd interval <value> min_rx <value> multiplier <value> //BFD parameterend# Set eBGProuter bgp <as_number>bgp router-id <router_id>neighbor <bgp_peer_address> remote-as <bgp_peer_as_number>neighbor <bgp_peer_address> password encrypted <bgp_auth_key>neighbor <bgp_peer_address> description <bgp_peer_desc>neighbor <bgp_peer_address> activateneighbor <bgp_peer_address> fall-over bfd single-hop //Configure BFD for BGP
피드백