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># Configure NQA detection for static routesnqa entry <admin-name> < test-name>type icmp-echo //Default detection typedestination-address x.x.x.x(nexthop-address )//Detection addressinterval seconds 2 //Detection intervalfrequency <value> //Detection frequencyhistory-record enableprobe count <value> //Number of packets per detectionprobe timeout <value> //Timeout period# Configure Tracktrack <number> nqa entry <admin-name>< test-name> //Associate Track with NQA# Configure static routingip route-static <Destination_IP_address> <Mask_of_the-IP_address> <VLAN_interface> track <number>
Feedback