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># Configure NQA detection for static routesnqa test-instance <admin-name>< test-name>test-type icmp //Default detection typedestination-address x.x.x.x(nexthop-address )//Detection addressinterval seconds <value> //Detection intervaltimeout <value> //Timeout periodprobe-count <value> //Number of packets per detectionfrequency <value> //Detection frequencystart now# Configure static routing# Configure global static routesip route-static <ip-address> <mask | mask-length> <nexthop-address>track nqa <admin-name>< test-name>//<ip-address>Destination IP ranges for users to access Tencent network servicessuch as ip route-static 172.16.0.192 255.255.255.192 10.128.152.1 track nqa user test# Configure static routes for users to access Tencent Cloud in VRF modeip route-static <vpn-instance vpn-instance-name> <ip-address> <mask | mask-length> <nexthop-address>track nqa <admin-name>< test-name>such as ip route-static vpn-instance GLOBAL 9.0.0.0 255.0.0.0 10.128.152.1 track nqa user testcommit
フィードバック