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 portswitchundo shutdownspeed <interface_speed>duplex fullundo negotiation autocommit# Configure virtual tunnels (layer 3 sub-interfaces)interface <interface_number>.subinterface-numberdescription <subinterface_desc>dot1q termination vid <vlanid>ip address <subinterface_ipaddress> <subinterface_netmask># 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>
피드백