Method: Cisco::StpGlobal#vlan_max_age

Defined in:
lib/cisco_node_utils/stp_global.rb

#vlan_max_ageObject

Getter: Builds an array of vlan max-age commands currently on the device. cli: spanning-tree vlan 1-42 max-age 21

spanning-tree vlan 3000-3700 max-age 13

array: [[‘1-42’, ‘21’], [‘3000-3700’, ‘13’]]



590
591
592
# File 'lib/cisco_node_utils/stp_global.rb', line 590

def vlan_max_age
  config_get('stp_global', 'vlan_max_age')
end