Method: Cisco::RouteMap#set_extcommunity_rt_asn

Defined in:
lib/cisco_node_utils/route_map.rb

#set_extcommunity_rt_asnObject



2392
2393
2394
2395
2396
2397
# File 'lib/cisco_node_utils/route_map.rb', line 2392

def set_extcommunity_rt_asn
  str = config_get('route_map', 'set_extcommunity_rt', @get_args)
  return default_set_extcommunity_rt_asn if str.nil?
  str.delete!('additive')
  str.split
end