Method: Cisco::RouterBgpAF#create
- Defined in:
- lib/cisco_node_utils/bgp_af.rb
#create ⇒ Object
63 64 65 66 67 68 69 70 |
# File 'lib/cisco_node_utils/bgp_af.rb', line 63 def create if platform == :nexus Feature.bgp_enable Feature. if @safi[/evpn/] end set_args_keys(state: '') config_set('bgp', 'address_family', @set_args) end |