diff --git a/README.md b/README.md
index 58187e9ec..4c3094111 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,7 @@ Name | Description
[cisco.ios.ios_user](https://github.com/ansible-collections/cisco.ios/blob/main/docs/cisco.ios.ios_user_module.rst)|Module to manage the aggregates of local users.
[cisco.ios.ios_vlans](https://github.com/ansible-collections/cisco.ios/blob/main/docs/cisco.ios.ios_vlans_module.rst)|Resource module to configure VLANs.
[cisco.ios.ios_vrf](https://github.com/ansible-collections/cisco.ios/blob/main/docs/cisco.ios.ios_vrf_module.rst)|Module to configure VRF definitions.
+[cisco.ios.ios_vrf_address_family](https://github.com/ansible-collections/cisco.ios/blob/main/docs/cisco.ios.ios_vrf_address_family_module.rst)|Resource module to configure VRF definitions.
[cisco.ios.ios_vrf_global](https://github.com/ansible-collections/cisco.ios/blob/main/docs/cisco.ios.ios_vrf_global_module.rst)|Resource module to configure global VRF definitions.
[cisco.ios.ios_vrf_interfaces](https://github.com/ansible-collections/cisco.ios/blob/main/docs/cisco.ios.ios_vrf_interfaces_module.rst)|Manages VRF configuration on interfaces.
[cisco.ios.ios_vxlan_vtep](https://github.com/ansible-collections/cisco.ios/blob/main/docs/cisco.ios.ios_vxlan_vtep_module.rst)|Resource module to configure VXLAN VTEP interface.
diff --git a/changelogs/fragments/add_vrf_address_family.yaml b/changelogs/fragments/add_vrf_address_family.yaml
new file mode 100644
index 000000000..ccab55287
--- /dev/null
+++ b/changelogs/fragments/add_vrf_address_family.yaml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Adds a new module `ios_vrf_address_family` to manage VRFs address families on Cisco IOS devices.
diff --git a/docs/cisco.ios.ios_vrf_address_family_module.rst b/docs/cisco.ios.ios_vrf_address_family_module.rst
new file mode 100644
index 000000000..74f8e6b88
--- /dev/null
+++ b/docs/cisco.ios.ios_vrf_address_family_module.rst
@@ -0,0 +1,7459 @@
+.. _cisco.ios.ios_vrf_address_family_module:
+
+
+********************************
+cisco.ios.ios_vrf_address_family
+********************************
+
+**Resource module to configure VRF definitions.**
+
+
+Version added: 7.0.0
+
+.. contents::
+ :local:
+ :depth: 1
+
+
+Synopsis
+--------
+- This module provides declarative management of VRF definitions on Cisco IOS.
+
+
+
+
+Parameters
+----------
+
+.. raw:: html
+
+
+
+ Parameter |
+ Choices/Defaults |
+ Comments |
+
+
+
+
+ config
+
+
+ list
+ / elements=dictionary
+
+ |
+
+ |
+
+ A list of device configurations for VRF.
+ |
+
+
+ |
+
+
+ address_families
+
+
+ list
+ / elements=dictionary
+
+ |
+
+ |
+
+ Enable address family and enter its config mode - AFI/SAFI configuration
+ |
+
+
+ |
+ |
+
+
+ afi
+
+
+ string
+
+ |
+
+
+ |
+
+ Address Family Identifier (AFI)
+ |
+
+
+ |
+ |
+
+
+ bgp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Commands pertaining to BGP configuration.
+ |
+
+
+ |
+ |
+ |
+
+
+ next_hop
+
+
+ dictionary
+
+ |
+
+ |
+
+ Next-hop for the routes of a VRF in the backbone.
+ |
+
+
+ |
+ |
+ |
+ |
+
+
+ loopback
+
+
+ integer
+
+ |
+
+ |
+
+ Loopback interface for next-hop
+ |
+
+
+
+
+ |
+ |
+
+
+ export
+
+
+ dictionary
+
+ |
+
+ |
+
+ VRF export
+ |
+
+
+ |
+ |
+ |
+
+
+ ipv4
+
+
+ dictionary
+
+ |
+
+ |
+
+ Address family based VRF export
+ |
+
+
+ |
+ |
+ |
+ |
+
+
+ multicast
+
+
+ dictionary
+
+ |
+
+ |
+
+ Export prefixes to IPv4 Multicast table
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map name
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ prefix
+
+
+ integer
+
+ |
+
+ |
+
+ Upper limit on export prefixes without hogging memory
+ |
+
+
+
+ |
+ |
+ |
+ |
+
+
+ unicast
+
+
+ dictionary
+
+ |
+
+ |
+
+ Export prefixes to IPv4 Unicast table
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ allow_evpn
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Allow EVPN routes into global table
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map name
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ prefix
+
+
+ integer
+
+ |
+
+ |
+
+ Upper limit on export prefixes without hogging memory
+ |
+
+
+
+
+ |
+ |
+ |
+
+
+ map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map name
+ |
+
+
+
+ |
+ |
+
+
+ import_config
+
+
+ dictionary
+
+ |
+
+ |
+
+ VRF import
+ |
+
+
+ |
+ |
+ |
+
+
+ ipv4
+
+
+ dictionary
+
+ |
+
+ |
+
+ Address family based VRF import
+ |
+
+
+ |
+ |
+ |
+ |
+
+
+ multicast
+
+
+ dictionary
+
+ |
+
+ |
+
+ Import prefixes from IPv4 Multicast table
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map name
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ prefix
+
+
+ integer
+
+ |
+
+ |
+
+ Upper limit on import prefixes without hogging memory
+ |
+
+
+
+ |
+ |
+ |
+ |
+
+
+ unicast
+
+
+ dictionary
+
+ |
+
+ |
+
+ Import prefixes from IPv4 Unicast table
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ allow_evpn
+
+
+ boolean
+
+ |
+
+
+ |
+
+ allow Global->VRF routes into EVPN
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ limit
+
+
+ integer
+
+ |
+
+ |
+
+ Upper limit on import prefixes without hogging memory
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map based VRF import
+ |
+
+
+
+
+ |
+ |
+ |
+
+
+ map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map name
+ |
+
+
+
+ |
+ |
+
+
+ inter_as_hybrid
+
+
+ dictionary
+
+ |
+
+ |
+
+ Inter AS hybrid mode
+ |
+
+
+ |
+ |
+ |
+
+
+ csc
+
+
+ dictionary
+
+ |
+
+ |
+
+ Carrier Supporting Carrier
+ |
+
+
+ |
+ |
+ |
+ |
+
+
+ next_hop
+
+
+ string
+
+ |
+
+ |
+
+ Next-hop for the routes of a VRF in the backbone.
+ |
+
+
+
+ |
+ |
+ |
+
+
+ next_hop
+
+
+ string
+
+ |
+
+ |
+
+ Next-hop for the routes of a VRF in the backbone.
+ |
+
+
+
+ |
+ |
+
+
+ mdt
+
+
+ dictionary
+
+ |
+
+ |
+
+ Backbone Multicast Distribution Tree
+ |
+
+
+ |
+ |
+ |
+
+
+ auto_discovery
+
+
+ dictionary
+
+ |
+
+ |
+
+ BGP auto-discovery for MVPN
+ |
+
+
+ |
+ |
+ |
+ |
+
+
+ ingress_replication
+
+
+ dictionary
+
+ |
+
+ |
+
+ BGP auto-discovery for Ingress-Replication
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ inter_as
+
+
+ dictionary
+
+ |
+
+ |
+
+ Enable Inter-AS BGP auto-discovery
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ mdt_hello_enable
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Enable PIM Hellos over MDT interface
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ mdt_hello_enable
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Enable PIM Hellos over MDT interface
+ |
+
+
+
+ |
+ |
+ |
+ |
+
+
+ pim
+
+
+ dictionary
+
+ |
+
+ |
+
+ BGP auto-discovery for PIM
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ inter_as
+
+
+ dictionary
+
+ |
+
+ |
+
+ Enable Inter-AS BGP auto-discovery
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ mdt_hello_enable
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Enable PIM Hellos over MDT interface
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ pim_tlv_announce
+
+
+ dictionary
+
+ |
+
+ |
+
+ Announce PIM TLV for data MDT
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ mdt_hello_enable
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Enable PIM Hellos over MDT interface
+ |
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ mdt_hello_enable
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Enable PIM Hellos over MDT interface
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ pim_tlv_announce
+
+
+ dictionary
+
+ |
+
+ |
+
+ Announce PIM TLV for data MDT
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ mdt_hello_enable
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Enable PIM Hellos over MDT interface
+ |
+
+
+
+
+ |
+ |
+ |
+ |
+
+
+ receiver_site
+
+
+ boolean
+
+ |
+
+
+ |
+
+ BGP receiver only site for MVPN
+ |
+
+
+
+ |
+ |
+ |
+
+
+ data
+
+
+ dictionary
+
+ |
+
+ |
+
+ MDT data trees
+ |
+
+
+ |
+ |
+ |
+ |
+
+
+ ingress_replication
+
+
+ dictionary
+
+ |
+
+ |
+
+ Use Ingress-Replication to create the data MDT
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ immediate_switch
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Switch immediately to Data MDT tree
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ list
+
+
+ dictionary
+
+ |
+
+ |
+
+ Access-list
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ access_list_name
+
+
+ string
+
+ |
+
+ |
+
+ IP Named Extended Access list
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ access_list_number
+
+
+ integer
+
+ |
+
+ |
+
+ Access-list number
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ number
+
+
+ integer
+
+ |
+
+ |
+
+ Number of data MDT
+ |
+
+
+
+ |
+ |
+ |
+ |
+
+
+ list
+
+
+ dictionary
+
+ |
+
+ |
+
+ Access-list
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ access_list_name
+
+
+ string
+
+ |
+
+ |
+
+ IP Named Extended Access list
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ access_list_number
+
+
+ integer
+
+ |
+
+ |
+
+ Access-list number
+ |
+
+
+
+ |
+ |
+ |
+ |
+
+
+ threshold
+
+
+ integer
+
+ |
+
+ |
+
+ MDT switching threshold
+ |
+
+
+
+ |
+ |
+ |
+
+
+ default
+
+
+ dictionary
+
+ |
+
+ |
+
+ Default MDT configuration
+ |
+
+
+ |
+ |
+ |
+ |
+
+
+ ingress_replication
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Use Ingress-Replication for the default MDT
+ |
+
+
+
+ |
+ |
+ |
+
+
+ direct
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Direct MDT's
+ |
+
+
+ |
+ |
+ |
+
+
+ log_reuse
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Event logging for data MDT reuse
+ |
+
+
+ |
+ |
+ |
+
+
+ mode
+
+
+ dictionary
+
+ |
+
+ |
+
+ The type of encapsulation
+ |
+
+
+ |
+ |
+ |
+ |
+
+
+ gre
+
+
+ boolean
+
+ |
+
+
+ |
+
+ GRE encapsulation
+ |
+
+
+
+ |
+ |
+ |
+
+
+ mtu
+
+
+ integer
+
+ |
+
+ |
+
+ The MTU
+ |
+
+
+ |
+ |
+ |
+
+
+ overlay
+
+
+ dictionary
+
+ |
+
+ |
+
+ MDT overlay Protocol
+ |
+
+
+ |
+ |
+ |
+ |
+
+
+ bgp
+
+
+ dictionary
+
+ |
+
+ |
+
+ BGP Overlay signalling
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ shared_tree_prune_delay
+
+
+ integer
+
+ |
+
+ |
+
+ Delay before shared tree is pruned at C-RP PE
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ source_tree_prune_delay
+
+
+ integer
+
+ |
+
+ |
+
+ Delay before source tree is pruned at C-S PE
+ |
+
+
+
+ |
+ |
+ |
+ |
+
+
+ use_bgp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Use BGP for MDT overlay signaling
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ spt_only
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Enable SPT-only ASM mode
+ |
+
+
+
+
+ |
+ |
+ |
+
+
+ partitioned
+
+
+ dictionary
+
+ |
+
+ |
+
+ Partitioned Multicast Distribution Tree
+ |
+
+
+ |
+ |
+ |
+ |
+
+
+ ingress_replication
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Use Ingress-Replication for the partitioned MDT
+ |
+
+
+
+ |
+ |
+ |
+
+
+ strict_rpf
+
+
+ dictionary
+
+ |
+
+ |
+
+ Enable strict RPF check
+ |
+
+
+ |
+ |
+ |
+ |
+
+
+ interface
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Interface based strict RPF check
+ |
+
+
+
+
+ |
+ |
+
+
+ protection
+
+
+ dictionary
+
+ |
+
+ |
+
+ Configure local repair
+ |
+
+
+ |
+ |
+ |
+
+
+ local_prefixes
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Enable protection for local prefixes
+ |
+
+
+
+ |
+ |
+
+
+ route_replicate
+
+
+ dictionary
+
+ |
+
+ |
+
+ Replicate (import) routes from another topology (and another VRF)
+ |
+
+
+ |
+ |
+ |
+
+
+ from_config
+
+
+ dictionary
+
+ |
+
+ |
+
+ Replicate routes from another VRF
+ |
+
+
+ |
+ |
+ |
+ |
+
+
+ multicast
+
+
+ dictionary
+
+ |
+
+ |
+
+ Multicast SAFI
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ all
+
+
+ dictionary
+
+ |
+
+ |
+
+ All routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ bgp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Border Gateway Protocol (BGP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ eigrp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Enhanced Interior Gateway Routing Protocol (EIGRP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ isis
+
+
+ dictionary
+
+ |
+
+ |
+
+ Intermediate System-to-Intermediate System (ISIS)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ iso_tag
+
+
+ string
+
+ |
+
+ |
+
+ ISO routing area tag
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ mobile
+
+
+ dictionary
+
+ |
+
+ |
+
+ Mobile routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ odr
+
+
+ dictionary
+
+ |
+
+ |
+
+ On-Demand Stub routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ ospf
+
+
+ dictionary
+
+ |
+
+ |
+
+ Open Shortest Path First (OSPF)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ process_id
+
+
+ integer
+
+ |
+
+ |
+
+ OSPF process ID
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ rip
+
+
+ dictionary
+
+ |
+
+ |
+
+ Routing Information Protocol (RIP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ static
+
+
+ dictionary
+
+ |
+
+ |
+
+ Static routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ topology
+
+
+ dictionary
+
+ |
+
+ |
+
+ Topology name
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ base
+
+
+ dictionary
+
+ |
+
+ |
+
+ Base topology
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ all
+
+
+ dictionary
+
+ |
+
+ |
+
+ All routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ bgp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Border Gateway Protocol (BGP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ eigrp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Enhanced Interior Gateway Routing Protocol (EIGRP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ isis
+
+
+ dictionary
+
+ |
+
+ |
+
+ Intermediate System-to-Intermediate System (ISIS)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ iso_tag
+
+
+ string
+
+ |
+
+ |
+
+ ISO routing area tag
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ mobile
+
+
+ dictionary
+
+ |
+
+ |
+
+ Mobile routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ odr
+
+
+ dictionary
+
+ |
+
+ |
+
+ On-Demand Stub routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ ospf
+
+
+ dictionary
+
+ |
+
+ |
+
+ Open Shortest Path First (OSPF)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ process_id
+
+
+ integer
+
+ |
+
+ |
+
+ OSPF process ID
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ rip
+
+
+ dictionary
+
+ |
+
+ |
+
+ Routing Information Protocol (RIP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ static
+
+
+ dictionary
+
+ |
+
+ |
+
+ Static routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+
+
+ unicast
+
+
+ dictionary
+
+ |
+
+ |
+
+ Unicast SAFI
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ all
+
+
+ dictionary
+
+ |
+
+ |
+
+ All routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ bgp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Border Gateway Protocol (BGP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ connected
+
+
+ dictionary
+
+ |
+
+ |
+
+ Connected routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ eigrp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Enhanced Interior Gateway Routing Protocol (EIGRP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ isis
+
+
+ dictionary
+
+ |
+
+ |
+
+ Intermediate System-to-Intermediate System (ISIS)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ iso_tag
+
+
+ string
+
+ |
+
+ |
+
+ ISO routing area tag
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ mobile
+
+
+ dictionary
+
+ |
+
+ |
+
+ Mobile routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ odr
+
+
+ dictionary
+
+ |
+
+ |
+
+ On-Demand Stub routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ ospf
+
+
+ dictionary
+
+ |
+
+ |
+
+ Open Shortest Path First (OSPF)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ process_id
+
+
+ integer
+
+ |
+
+ |
+
+ OSPF process ID
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ rip
+
+
+ dictionary
+
+ |
+
+ |
+
+ Routing Information Protocol (RIP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ static
+
+
+ dictionary
+
+ |
+
+ |
+
+ Static routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+
+ |
+ |
+ |
+ |
+
+
+ vrf
+
+
+ dictionary
+
+ |
+
+ |
+
+ Specify a source VRF
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ global
+
+
+ dictionary
+
+ |
+
+ |
+
+ global VRF
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ multicast
+
+
+ dictionary
+
+ |
+
+ |
+
+ Multicast SAFI
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ all
+
+
+ dictionary
+
+ |
+
+ |
+
+ All routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ bgp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Border Gateway Protocol (BGP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ eigrp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Enhanced Interior Gateway Routing Protocol (EIGRP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ isis
+
+
+ dictionary
+
+ |
+
+ |
+
+ Intermediate System-to-Intermediate System (ISIS)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ iso_tag
+
+
+ string
+
+ |
+
+ |
+
+ ISO routing area tag
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ mobile
+
+
+ dictionary
+
+ |
+
+ |
+
+ Mobile routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ odr
+
+
+ dictionary
+
+ |
+
+ |
+
+ On-Demand Stub routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ ospf
+
+
+ dictionary
+
+ |
+
+ |
+
+ Open Shortest Path First (OSPF)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ process_id
+
+
+ integer
+
+ |
+
+ |
+
+ OSPF process ID
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ rip
+
+
+ dictionary
+
+ |
+
+ |
+
+ Routing Information Protocol (RIP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ static
+
+
+ dictionary
+
+ |
+
+ |
+
+ Static routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ topology
+
+
+ dictionary
+
+ |
+
+ |
+
+ Topology name
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ base
+
+
+ dictionary
+
+ |
+
+ |
+
+ Base topology
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ all
+
+
+ dictionary
+
+ |
+
+ |
+
+ All routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ bgp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Border Gateway Protocol (BGP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ eigrp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Enhanced Interior Gateway Routing Protocol (EIGRP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ isis
+
+
+ dictionary
+
+ |
+
+ |
+
+ Intermediate System-to-Intermediate System (ISIS)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ iso_tag
+
+
+ string
+
+ |
+
+ |
+
+ ISO routing area tag
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ mobile
+
+
+ dictionary
+
+ |
+
+ |
+
+ Mobile routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ odr
+
+
+ dictionary
+
+ |
+
+ |
+
+ On-Demand Stub routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ ospf
+
+
+ dictionary
+
+ |
+
+ |
+
+ Open Shortest Path First (OSPF)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ process_id
+
+
+ integer
+
+ |
+
+ |
+
+ OSPF process ID
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ rip
+
+
+ dictionary
+
+ |
+
+ |
+
+ Routing Information Protocol (RIP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ static
+
+
+ dictionary
+
+ |
+
+ |
+
+ Static routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ unicast
+
+
+ dictionary
+
+ |
+
+ |
+
+ Unicast SAFI
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ all
+
+
+ dictionary
+
+ |
+
+ |
+
+ All routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ bgp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Border Gateway Protocol (BGP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ connected
+
+
+ dictionary
+
+ |
+
+ |
+
+ Connected routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ eigrp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Enhanced Interior Gateway Routing Protocol (EIGRP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ isis
+
+
+ dictionary
+
+ |
+
+ |
+
+ Intermediate System-to-Intermediate System (ISIS)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ iso_tag
+
+
+ string
+
+ |
+
+ |
+
+ ISO routing area tag
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ mobile
+
+
+ dictionary
+
+ |
+
+ |
+
+ Mobile routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ odr
+
+
+ dictionary
+
+ |
+
+ |
+
+ On-Demand Stub routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ ospf
+
+
+ dictionary
+
+ |
+
+ |
+
+ Open Shortest Path First (OSPF)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ process_id
+
+
+ integer
+
+ |
+
+ |
+
+ OSPF process ID
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ rip
+
+
+ dictionary
+
+ |
+
+ |
+
+ Routing Information Protocol (RIP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ static
+
+
+ dictionary
+
+ |
+
+ |
+
+ Static routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ multicast
+
+
+ dictionary
+
+ |
+
+ |
+
+ Multicast SAFI
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ all
+
+
+ dictionary
+
+ |
+
+ |
+
+ All routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ bgp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Border Gateway Protocol (BGP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ eigrp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Enhanced Interior Gateway Routing Protocol (EIGRP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ isis
+
+
+ dictionary
+
+ |
+
+ |
+
+ Intermediate System-to-Intermediate System (ISIS)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ iso_tag
+
+
+ string
+
+ |
+
+ |
+
+ ISO routing area tag
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ mobile
+
+
+ dictionary
+
+ |
+
+ |
+
+ Mobile routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ odr
+
+
+ dictionary
+
+ |
+
+ |
+
+ On-Demand Stub routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ ospf
+
+
+ dictionary
+
+ |
+
+ |
+
+ Open Shortest Path First (OSPF)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ process_id
+
+
+ integer
+
+ |
+
+ |
+
+ OSPF process ID
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ rip
+
+
+ dictionary
+
+ |
+
+ |
+
+ Routing Information Protocol (RIP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ static
+
+
+ dictionary
+
+ |
+
+ |
+
+ Static routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ topology
+
+
+ dictionary
+
+ |
+
+ |
+
+ Topology name
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ base
+
+
+ dictionary
+
+ |
+
+ |
+
+ Base topology
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ all
+
+
+ dictionary
+
+ |
+
+ |
+
+ All routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ bgp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Border Gateway Protocol (BGP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ eigrp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Enhanced Interior Gateway Routing Protocol (EIGRP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ isis
+
+
+ dictionary
+
+ |
+
+ |
+
+ Intermediate System-to-Intermediate System (ISIS)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ iso_tag
+
+
+ string
+
+ |
+
+ |
+
+ ISO routing area tag
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ mobile
+
+
+ dictionary
+
+ |
+
+ |
+
+ Mobile routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ odr
+
+
+ dictionary
+
+ |
+
+ |
+
+ On-Demand Stub routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ ospf
+
+
+ dictionary
+
+ |
+
+ |
+
+ Open Shortest Path First (OSPF)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ process_id
+
+
+ integer
+
+ |
+
+ |
+
+ OSPF process ID
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ rip
+
+
+ dictionary
+
+ |
+
+ |
+
+ Routing Information Protocol (RIP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ static
+
+
+ dictionary
+
+ |
+
+ |
+
+ Static routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ name
+
+
+ string
+
+ |
+
+ |
+
+ Source VRF name
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+ unicast
+
+
+ dictionary
+
+ |
+
+ |
+
+ Unicast SAFI
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ all
+
+
+ dictionary
+
+ |
+
+ |
+
+ All routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ bgp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Border Gateway Protocol (BGP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ connected
+
+
+ dictionary
+
+ |
+
+ |
+
+ Connected routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ eigrp
+
+
+ dictionary
+
+ |
+
+ |
+
+ Enhanced Interior Gateway Routing Protocol (EIGRP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ as_number
+
+
+ integer
+
+ |
+
+ |
+
+ Autonomous System Number
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ isis
+
+
+ dictionary
+
+ |
+
+ |
+
+ Intermediate System-to-Intermediate System (ISIS)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ iso_tag
+
+
+ string
+
+ |
+
+ |
+
+ ISO routing area tag
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ mobile
+
+
+ dictionary
+
+ |
+
+ |
+
+ Mobile routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ odr
+
+
+ dictionary
+
+ |
+
+ |
+
+ On-Demand Stub routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ ospf
+
+
+ dictionary
+
+ |
+
+ |
+
+ Open Shortest Path First (OSPF)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ process_id
+
+
+ integer
+
+ |
+
+ |
+
+ OSPF process ID
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ rip
+
+
+ dictionary
+
+ |
+
+ |
+
+ Routing Information Protocol (RIP)
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ static
+
+
+ dictionary
+
+ |
+
+ |
+
+ Static routes
+ |
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ route_map
+
+
+ string
+
+ |
+
+ |
+
+ Route-map reference
+ |
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+ recursion_policy
+
+
+ dictionary
+
+ |
+
+ |
+
+ Route replication recursion policy
+ |
+
+
+ |
+ |
+ |
+ |
+
+
+ destination
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Recurse in destination topology
+ |
+
+
+
+
+ |
+ |
+
+
+ route_target
+
+
+ dictionary
+
+ |
+
+ |
+
+ Specify Target VPN Extended Communities.
+ |
+
+
+ |
+ |
+ |
+
+
+ both
+
+
+ string
+
+ |
+
+ |
+
+ Both export and import Target-VPN community
+ |
+
+
+ |
+ |
+ |
+
+
+ export
+
+
+ string
+
+ |
+
+ |
+
+ Export Target-VPN community.
+ |
+
+
+ |
+ |
+ |
+
+
+ import_config
+
+
+ string
+
+ |
+
+ |
+
+ Export Target-VPN community.
+ |
+
+
+
+ |
+ |
+
+
+ safi
+
+
+ string
+
+ |
+
+ Choices:
+ - multicast
+ - unicast
+
+ |
+
+ Address Family modifier
+ |
+
+
+
+ |
+
+
+ name
+
+
+ string
+ / required
+
+ |
+
+ |
+
+ Name of the VRF.
+ |
+
+
+
+
+
+ running_config
+
+
+ string
+
+ |
+
+ |
+
+ This option is used only with state parsed.
+ The value of this option should be the output received from the IOS device by executing the command show running-config vrf.
+ The state parsed reads the configuration from running_config option and transforms it into Ansible structured data as per the resource module's argspec and the value is then returned in the parsed key within the result.
+ |
+
+
+
+
+ state
+
+
+ string
+
+ |
+
+ Choices:
+ - parsed
+ - gathered
+ - deleted
+ merged ←
+ - replaced
+ - rendered
+ - overridden
+
+ |
+
+ The state the configuration should be left in
+ The states rendered, gathered and parsed does not perform any change on the device.
+ The state rendered will transform the configuration in config option to platform specific CLI commands which will be returned in the rendered key within the result. For state rendered active connection to remote host is not required.
+ The state gathered will fetch the running configuration from device and transform it into structured data in the format as per the resource module argspec and the value is returned in the gathered key within the result.
+ The state parsed reads the configuration from running_config option and transforms it into JSON format as per the resource module parameters and the value is returned in the parsed key within the result. The value of running_config option should be the same format as the output of command show running-config vrf. connection to remote host is not required.
+ |
+
+
+