Method: Rbeapi::Api::Bgp#delete
- Defined in:
- lib/rbeapi/api/bgp.rb
#delete ⇒ Boolean
delete will delete the BGP routing instance from the node.
Commands
no router bgp <bgp_as>
254 255 256 257 258 |
# File 'lib/rbeapi/api/bgp.rb', line 254 def delete config = get return true unless config configure("no router bgp #{config[:bgp_as]}") end |