Method: Cisco::StpGlobal#bd_max_age

Defined in:
lib/cisco_node_utils/stp_global.rb

#bd_max_ageObject

Getter: Builds an array of bd max age commands currently on the device. cli: spanning-tree bridge-domain 2-42 max-age 10

spanning-tree bridge-domain 83-92,1000-2300 max-age 40

array: [[‘2-42’, ‘10’], [‘83-92,1000-2300’, ‘40’]]



119
120
121
# File 'lib/cisco_node_utils/stp_global.rb', line 119

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