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# Set eBGPset protocols bgp group ebgp type external // Define protocol group. Changing ebgp name is allowed.set protocols bgp group ebgp neighbor <bgp_peer_address> loacal-as <as_number> // If not configured, the global AS number will be usedby default (set routing-options autonomous-system XX)set protocols bgp group ebgp neighbor <bgp_peer_address> peer-as <bgp_peer_as_number>set protocols bgp group ebgp neighbor <bgp_peer_address> authentication-key <bgp_auth_key>set protocols bgp group ebgp neighbor <bgp_peer_address> description <bgp_peer_desc>commit# Configure BFD for eBGPset protocols bgp group ebgp neighbor <bgp_peer_address> bfd-liveness-detection minimum-interval <value>
フィードバック