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 portsset interfaces <interface_number> description <interface_desc>set interfaces <interface_number> vlan-taggingset interfaces <interface_number> link-mode full-duplexset interfaces <interface_number> speed <interface_speed> // Whether this command can be configured depends on whether the module supports itset interfaces <interface_number> gigether-options no-auto-negotiation // This command is recommended to be used in combination withUsagecommit# Configure virtual tunnelsset interfaces <interface_number> unit <subinterface_number> vlan-id <subinterface_vlanid>set interfaces <interface_number> unit <subinterface_number> description <subinterface_desc>set interfaces <interface_number> unit <subinterface_number> family inet address<subinterface_ipaddress>/<subinterface_netmask>commit# Configure static routing# Configure a static route to the user IP globallyset routing-options static route <customer_prefix/mask> next-hop <customer_interface_ip># Configure BFD for the static routes. To configure RPM for the static routes, consult equipment vendors.set routing-options static route <customer_prefix/mask>bfd-liveness-detection minimum-interval <value>such as set routing-options static route 1.1.1.0/24 next-hop 192.168.1.2 bfd-liveness-detection minimum-interval 1000# Configure a static route to the user IP in VRF modeset routing-instances <vrf_name> routing-options static route <customer_prefix/mask> next-hop<customer_interface_ip>such as set routing-instances cap routing-options static route 1.1.1.0/24 next-hop 192.168.1.2commit
フィードバック