Enable BGP neighbor
conf t
router bgp
no neighbor x.x.x.x shutdown
Disable BGP neighbor
conf t
router bgp
neighbor x.x.x.x shutdown
Different from Cisco style, if an interface config doesn't have an ‘enable’ declaration in it, the interface is disabled.
This is a disabled interface:
interface ethernet 1/8
no fdp enable
no cdp enable
ip address x.x.x.x/x
... [the rest of int config]
This is an enabled interface:
interface ethernet 1/8
enable
no fdp enable
no cdp enable
ip address x.x.x.x/x
... [the rest of int config]
The ‘1’ is the slot in the device.
show optic 1
show telnet