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>commit# Configure IP SLA (NQA)ip sla <operation-number>icmp-echo x.x.x.x<nexthop_address> source-ip x.x.x.x <source_address>frequency <value> //Set a detection frequencytimeout <value> //Set a timeout periodip sla schedule <operation-number> life forever start-time nowen# Configure Track-associated IP SLAtrack <operation-number> ip sla <operation-number> reachabilityend# Configure static routingrouter staticvrf <vrf-name> //If no VRF is specified, the static route is in the default VRF mode.address-family <ipv4 | ipv6> unicast<ip-prefix/netmask> <next_hop_ip> <interface_number> <description_text> <distance> <tag tag_value> track <operation-number>commit
Feedback