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>end# 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 nowend# Configure Track-associated IP SLAtrack <operation-number> ip sla <operation-number> reachabilityend# Configure static routes and associate trackip route <ip_prefix> <netmask> <interface_number | vlan_id> <next_hop_ip> <name nexthop_name> <distance> <tag tag_value> track <operation-number>
피드백