Method: Cisco::Vtp#destroy

Defined in:
lib/cisco_node_utils/vtp.rb

#destroyObject

The only way to remove a vtp domain is to turn the vtp feature off.



44
45
46
# File 'lib/cisco_node_utils/vtp.rb', line 44

def destroy
  Feature.vtp_disable
end