Class: Ansible::Ruby::Modules::Nxos_bgp_af

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb

Overview

Manages BGP Address-family configurations on NX-OS switches.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#additional_paths_installSymbol?

Returns Install a backup path into the forwarding table and provide prefix independent convergence (PIC) in case of a PE-CE link failure.

Returns:

  • (Symbol, nil)

    Install a backup path into the forwarding table and provide prefix independent convergence (PIC) in case of a PE-CE link failure.



28
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 28

attribute :additional_paths_install

#additional_paths_receiveSymbol?

Returns Enables the receive capability of additional paths for all of the neighbors under this address family for which the capability has not been disabled.

Returns:

  • (Symbol, nil)

    Enables the receive capability of additional paths for all of the neighbors under this address family for which the capability has not been disabled.



32
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 32

attribute :additional_paths_receive

#additional_paths_selectionObject?

Returns Configures the capability of selecting additional paths for a prefix. Valid values are a string defining the name of the route-map.

Returns:

  • (Object, nil)

    Configures the capability of selecting additional paths for a prefix. Valid values are a string defining the name of the route-map.



36
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 36

attribute :additional_paths_selection

#additional_paths_sendSymbol?

Returns Enables the send capability of additional paths for all of the neighbors under this address family for which the capability has not been disabled.

Returns:

  • (Symbol, nil)

    Enables the send capability of additional paths for all of the neighbors under this address family for which the capability has not been disabled.



39
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 39

attribute :additional_paths_send

Returns Advertise evpn routes.

Returns:

  • (Symbol, nil)

    Advertise evpn routes.



43
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 43

attribute :advertise_l2vpn_evpn

#afi:ipv4, ...

Returns Address Family Identifier.

Returns:

  • (:ipv4, :ipv6, :vpnv4, :vpnv6, :l2vpn)

    Address Family Identifier.



20
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 20

attribute :afi

#asnInteger

Returns BGP autonomous system number. Valid values are String, Integer in ASPLAIN or ASDOT notation.

Returns:

  • (Integer)

    BGP autonomous system number. Valid values are String, Integer in ASPLAIN or ASDOT notation.



12
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 12

attribute :asn

#client_to_clientSymbol?

Returns Configure client-to-client route reflection.

Returns:

  • (Symbol, nil)

    Configure client-to-client route reflection.



47
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 47

attribute :client_to_client

#dampen_igp_metricObject?

Returns Specify dampen value for IGP metric-related changes, in seconds. Valid values are integer and keyword ‘default’.

Returns:

  • (Object, nil)

    Specify dampen value for IGP metric-related changes, in seconds. Valid values are integer and keyword ‘default’.



51
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 51

attribute :dampen_igp_metric

#dampening_half_timeObject?

Returns Specify decay half-life in minutes for route-flap dampening. Valid values are integer and keyword ‘default’.

Returns:

  • (Object, nil)

    Specify decay half-life in minutes for route-flap dampening. Valid values are integer and keyword ‘default’.



58
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 58

attribute :dampening_half_time

#dampening_max_suppress_timeObject?

Returns Specify max suppress time for route-flap dampening stable route. Valid values are integer and keyword ‘default’.

Returns:

  • (Object, nil)

    Specify max suppress time for route-flap dampening stable route. Valid values are integer and keyword ‘default’.



61
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 61

attribute :dampening_max_suppress_time

#dampening_reuse_timeObject?

Returns Specify route reuse time for route-flap dampening. Valid values are integer and keyword ‘default’.

Returns:

  • (Object, nil)

    Specify route reuse time for route-flap dampening. Valid values are integer and keyword ‘default’.



64
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 64

attribute :dampening_reuse_time

#dampening_routemapObject?

Returns Specify route-map for route-flap dampening. Valid values are a string defining the name of the route-map.

Returns:

  • (Object, nil)

    Specify route-map for route-flap dampening. Valid values are a string defining the name of the route-map.



67
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 67

attribute :dampening_routemap

#dampening_stateSymbol?

Returns Enable/disable route-flap dampening.

Returns:

  • (Symbol, nil)

    Enable/disable route-flap dampening.



54
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 54

attribute :dampening_state

#dampening_suppress_timeObject?

Returns Specify route suppress time for route-flap dampening. Valid values are integer and keyword ‘default’.

Returns:

  • (Object, nil)

    Specify route suppress time for route-flap dampening. Valid values are integer and keyword ‘default’.



70
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 70

attribute :dampening_suppress_time

#default_information_originateSymbol?

Returns Default information originate.

Returns:

  • (Symbol, nil)

    Default information originate.



73
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 73

attribute :default_information_originate

#default_metricObject?

Returns Sets default metrics for routes redistributed into BGP. Valid values are Integer or keyword ‘default’.

Returns:

  • (Object, nil)

    Sets default metrics for routes redistributed into BGP. Valid values are Integer or keyword ‘default’



77
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 77

attribute :default_metric

#distance_ebgpObject?

Returns Sets the administrative distance for eBGP routes. Valid values are Integer or keyword ‘default’.

Returns:

  • (Object, nil)

    Sets the administrative distance for eBGP routes. Valid values are Integer or keyword ‘default’.



80
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 80

attribute :distance_ebgp

#distance_ibgpObject?

Returns Sets the administrative distance for iBGP routes. Valid values are Integer or keyword ‘default’.

Returns:

  • (Object, nil)

    Sets the administrative distance for iBGP routes. Valid values are Integer or keyword ‘default’.



83
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 83

attribute :distance_ibgp

#distance_localObject?

Returns Sets the administrative distance for local BGP routes. Valid values are Integer or keyword ‘default’.

Returns:

  • (Object, nil)

    Sets the administrative distance for local BGP routes. Valid values are Integer or keyword ‘default’.



86
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 86

attribute :distance_local

#inject_mapObject?

Returns An array of route-map names which will specify prefixes to inject. Each array entry must first specify the inject-map name, secondly an exist-map name, and optionally the copy-attributes keyword which indicates that attributes should be copied from the aggregate. For example [[‘lax_inject_map’, ‘lax_exist_map’], [‘nyc_inject_map’, ‘nyc_exist_map’, ‘copy-attributes’], [‘fsd_inject_map’, ‘fsd_exist_map’]].

Returns:

  • (Object, nil)

    An array of route-map names which will specify prefixes to inject. Each array entry must first specify the inject-map name, secondly an exist-map name, and optionally the copy-attributes keyword which indicates that attributes should be copied from the aggregate. For example [[‘lax_inject_map’, ‘lax_exist_map’], [‘nyc_inject_map’, ‘nyc_exist_map’, ‘copy-attributes’], [‘fsd_inject_map’, ‘fsd_exist_map’]].



89
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 89

attribute :inject_map

#maximum_pathsObject?

Returns Configures the maximum number of equal-cost paths for load sharing. Valid value is an integer in the range 1-64.

Returns:

  • (Object, nil)

    Configures the maximum number of equal-cost paths for load sharing. Valid value is an integer in the range 1-64.



92
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 92

attribute :maximum_paths

#maximum_paths_ibgpObject?

Returns Configures the maximum number of ibgp equal-cost paths for load sharing. Valid value is an integer in the range 1-64.

Returns:

  • (Object, nil)

    Configures the maximum number of ibgp equal-cost paths for load sharing. Valid value is an integer in the range 1-64.



95
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 95

attribute :maximum_paths_ibgp

#networksObject?

Returns Networks to configure. Valid value is a list of network prefixes to advertise. The list must be in the form of an array. Each entry in the array must include a prefix address and an optional route-map. For example [[‘10.0.0.0/16’, ‘routemap_LA’], [‘192.168.1.1’, ‘Chicago’], [‘192.168.2.0/24’], [‘192.168.3.0/24’, ‘routemap_NYC’]].

Returns:

  • (Object, nil)

    Networks to configure. Valid value is a list of network prefixes to advertise. The list must be in the form of an array. Each entry in the array must include a prefix address and an optional route-map. For example [[‘10.0.0.0/16’, ‘routemap_LA’], [‘192.168.1.1’, ‘Chicago’], [‘192.168.2.0/24’], [‘192.168.3.0/24’, ‘routemap_NYC’]].



98
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 98

attribute :networks

#next_hop_route_mapObject?

Returns Configure a route-map for valid nexthops. Valid values are a string defining the name of the route-map.

Returns:

  • (Object, nil)

    Configure a route-map for valid nexthops. Valid values are a string defining the name of the route-map.



101
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 101

attribute :next_hop_route_map

#redistributeObject?

Returns A list of redistribute directives. Multiple redistribute entries are allowed. The list must be in the form of a nested array. the first entry of each array defines the source-protocol to redistribute from; the second entry defines a route-map name. A route-map is highly advised but may be optional on some platforms, in which case it may be omitted from the array list. For example [[‘direct’, ‘rm_direct’], [‘lisp’, ‘rm_lisp’]].

Returns:

  • (Object, nil)

    A list of redistribute directives. Multiple redistribute entries are allowed. The list must be in the form of a nested array. the first entry of each array defines the source-protocol to redistribute from; the second entry defines a route-map name. A route-map is highly advised but may be optional on some platforms, in which case it may be omitted from the array list. For example [[‘direct’, ‘rm_direct’], [‘lisp’, ‘rm_lisp’]].



104
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 104

attribute :redistribute

#safi:unicast, ...

Returns Sub Address Family Identifier.

Returns:

  • (:unicast, :multicast, :evpn)

    Sub Address Family Identifier.



24
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 24

attribute :safi

#state:present, ...

Returns Determines whether the config should be present or not on the device.

Returns:

  • (:present, :absent, nil)

    Determines whether the config should be present or not on the device.



118
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 118

attribute :state

#suppress_inactiveSymbol?

Returns Advertises only active routes to peers.

Returns:

  • (Symbol, nil)

    Advertises only active routes to peers.



107
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 107

attribute :suppress_inactive

#table_mapObject?

Returns Apply table-map to filter routes downloaded into URIB. Valid values are a string.

Returns:

  • (Object, nil)

    Apply table-map to filter routes downloaded into URIB. Valid values are a string.



111
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 111

attribute :table_map

#table_map_filterSymbol?

Returns Filters routes rejected by the route-map and does not download them to the RIB.

Returns:

  • (Symbol, nil)

    Filters routes rejected by the route-map and does not download them to the RIB.



114
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 114

attribute :table_map_filter

#vrfString

Returns Name of the VRF. The name ‘default’ is a valid VRF representing the global bgp.

Returns:

  • (String)

    Name of the VRF. The name ‘default’ is a valid VRF representing the global bgp.



16
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_bgp_af.rb', line 16

attribute :vrf