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.



46
47
48
# File 'lib/cisco_node_utils/vtp.rb', line 46

def destroy
  Feature.vtp_disable
end