![]() |
Table Of Contents
authentication (OSPF virtual link)
authentication key-chain (EIGRP)
authentication key-chain (IS-IS)
authentication-key (OSPF virtual link)
A Commands
This chapter describes the Cisco NX-OS unicast routing commands that begin with the letter A.
address (VRRP)
To add a single, primary IP address to a virtual router, use the address command. To remove an IP address from a virtual router, use the no form of this command.
address ip-address [secondary]
no address
Syntax Description
ip-address
Virtual router address (IPv4). This address should be in the same subnet as the interface IP address.
secondary
(Optional) Specifies a secondary virtual router address.
Defaults
None
Command Modes
VRRP configuration mode
Supported User Rolesnetwork-admin
VDC administratorCommand History
Usage Guidelines
You can configure one virtual router IP address for a virtual router. If the configured IP address is the same as the interface IP address, this switch automatically owns the IP address. You can configure an IPv4 address only.
The master VRRP router drops the packets addressed to the virtual router's IP address because the virtual router is only intended as a next-hop router to forward packets. In NX-OS devices, some applications require that packets addressed to the virtual router's IP address be accepted and delivered. By using the secondary option to the virtual router IPv4 address, the VRRP router will accept these packets when it is the master.
This command does not require a license.
Examples
This example shows how to configure a virtual router IP address:
switch(config)# interface ethernet 2/1
switch(config-if)# vrrp 250
switch(config-if-vrrp)# address 10.0.0.10
This example shows how to remove all the IP addresses (primary and secondary) using a single command:
switch(config-if-vrrp)# show run interface ethernet 9/10version 4.0(1)interface Ethernet9/10vrrp 1address 10.10.10.10address 10.10.10.11 secondaryip address 10.10.10.1/24no shutdownswitch(config-if-vrrp)# no addressswitch(config-if-vrrp)# sh run int e9/10version 4.0(1)interface Ethernet9/10vrrp 1ip address 10.10.10.1/24no shutdownswitch(config-if-vrrp)#Related Commands
Command Descriptionshow vrrp
Displays VRRP configuration information.
clear vrrp
Clears all the software counters for the specified virtual router.
address-family (BGP)
To enter the address family mode or a VRF address-family mode and configure submode commands for the Border Gateway Protocol (BGP), use the address-family command. To disable the address family submode for configuring routing protocols, use the no form of this command.
address-family {ipv4 | ipv6} {multicast | unicast}
no address-family {ipv4 | ipv6} {multicast | unicast}
Syntax Description
ipv4
Specifies the IPv4 address family.
ipv6
Specifies the IPv6 address family.
multicast
Specifies multicast address support.
unicast
Specifies unicast address support.
Command Default
This command has no default settings.
Command Modes
Router configuration
Neighbor configuration
VRF configurationSupported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the address-family command to enter various address family configuration modes while configuring BGP routing. When you enter the address-family command from router configuration mode, you enable the address family and enter global address family configuration mode. The prompt changes to switch(config-router-af)#.
You must configure the address families if you are using route redistribution, address aggregation, load balancing, and other advanced features. IPv4 neighbor sessions support IPv4 unicast and multicast address families. IPv6 neighbor sessions support IPv6 unicast and multicast address families.
From the address family configuration mode, the following parameters are available:
Note
This applies to IPv4 multicast or unicast and IPv6 multicast or unicast.
•
suppress-inactive—Advertise only active routes to peer. See the suppress-inactive command for additional information.
•
aggregate-address—Configures BGP aggregate prefixes. See the aggregate-address command for additional information.
•
client-to-client reflection—Enables client-to-client route reflection. Route reflection allows a BGP speaker (route reflector) to advertise IBGP learned routes to certain IBGP peers. Use the no form of this command to disable client-to-client route reflection. Default: Enabled.
•
dampening [half-life | route-map name]—Configures the route flap dampening. Optionally, you can set the time (in minutes) after which a penalty is decreased. Once the route has been assigned a penalty, the penalty is decreased by half after the half-life period (which is 15 minutes by default). The process of reducing the penalty happens every 5 seconds. The default half-life is 15 minutes. Range: 1 to 45. Default: Disabled.
•
default-metric metric—Sets the default flap metric of redistributed routes. The default-metric command is used to set the metric value for routes redistributed into BGP with the redistribute command. A default metric can be configured to solve the problem of redistributing routes with incompatible metrics. Assigning the default metric will allow redistribution to occur. This value is the Multi Exit Discriminator (MED) that is evaluated by BGP during the best path selection process. The MED is a non-transitive value that is processed only within the local autonomous system and adjacent autonomous systems. The default metric is not set if the received route has a MED value. Range: 0 to 4294967295.
Note
When enabled, the default-metric command applies a metric value of 0 to redistributed connected routes. The default-metric command does not override metric values that are applied with the redistribute command.
•
default-originate—Originates a default toward this peer.
•
distance ebgp-route ibgp-route local-route—Configures a rating of the trustworthiness of a routing information source, such as an individual router or a group of routers. BGP does not use discard routes for next-hop resolution. In general, the higher the value, the lower the trust rating. An administrative distance of 255 means the routing information source cannot be trusted at all and should be ignored. Use this command if another protocol is known to be able to provide a better route to a node than was actually learned via external BGP (eBGP), or if some internal routes should be preferred by BGP. Range: 1 to 255. Default: EBGP—20, IBGP—200.
CautionChanging the administrative distance of internal BGP routes is considered dangerous and is not recommended. Improper configuration can introduce routing table inconsistencies and break routing.
•
exit—Exits from the current command mode.
•
maximum-paths [ibgp] parallel-paths—Configures the number of parallel paths to forward packets. The maximum-paths ibgp command is used to configure equal-cost or unequal-cost multipath load sharing for iBGP peering sessions. In order for a route to be installed as a multipath in the BGP routing table, the route cannot have a next hop that is the same as another route that is already installed. The BGP routing process will still advertise a best path to iBGP peers when iBGP multipath load sharing is configured. For equal-cost routes, the path from the neighbor with the lowest router ID is advertised as the best path. To configure equal-cost multipath load sharing, all path attributes must be the same. The path attributes include weight, local preference, autonomous system path (entire attribute and not just the length), origin code, Multi Exit Discriminator (MED), and Interior Gateway Protocol (IGP) distance. The optional ibgp keyword allows you to configure multipath for the IBGP paths. To return to the default, use the no form of this command. The range is from 1 to 16.
•
network—Configures an IP prefix to advertise. See the network command for additional information.
•
no—Negates a command or set its defaults
•
redistribute—Enables the redistribution of routes learned by other protocols into BGP. Redistribution is supported for both IPv4 and IPv6 routes. To disable the redistribution of routes learned by other protocols into BGP, use the no form of this command.
–
direct route-map name—Specifies directly connected routes.
–
eigrp AS-num route-map name—Specifies Enhanced Interior Gateway Protocol routes. Range: 1 to 65535.
–
isis src-protocol route-map name—Specifies ISO IS-IS routes.
–
ospf src-protocol route-map name—Specifies Open Shortest Path First (OSPF) routes.
–
rip src-protocol route-map name—Specifies Routing Information Protocol (RIP) routes.
–
static route-map name—Specifies static routes.
This command requires the Enterprise Services license.
Examples
This example shows how to place the router in global address family configuration mode for the IPv4 unicast address family:
switch(config)# feature bgpswitch(config)# router bgp 64496switch(config-router)# address-family ipv4 unicastswitch(config-router-af)#This example shows how to activate IPv4 multicast for neighbor 192.0.2.1 and place the device in neighbor address family configuration mode for the IPv4 multicast address family:
switch(config)# feature bgpswitch(config)# router bgp 64496switch(config-router)# address-family ipv4 multicastswitch(config-router-af)# exit
switch(config-router)# neighbor 192.0.2.1
switch(config-router-neighbor)# remote-as 64496
switch(config-router-neighbor)# address-family ipv4 multicast
switch(config-router-neighbor-af)Related Commands
address-family (EIGRP)
To configure an address family for the Enhanced Interior Gateway Routing Protocol (EIGRP), use the address-family command in router configuration mode.
address-family {ipv4 | ipv6} unicast
Syntax Description
ipv4
Specifies the IPv4 address family.
ipv6
Specifies the IPv6 address family.
unicast
Specifies unicast address support.
Defaults
None
Command Modes
Router configuration
Address family configurationSupported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
This command requires the Enterprise license.
Examples
The following example shows how to set the IPv4 unicast address family for an EIGRP instance:
switch(config)# router eigrp 201switch(config-router)# address-family ipv4 unicastRelated Commands
address-family (IS-IS)
To enter the address family mode or a VRF address-family mode and configure submode commands for the Intermediate System-to-Intermediate System Intradomain Routing Protocol (IS-IS), use the address-family command. To disable the address family submode for configuring routing protocols, use the no form of this command.
address-family ipv4 unicast
no address-family ipv4 unicast
Syntax Description
Command Default
None
Command Modes
Router configuration
VRF configurationSupported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the address-family command to enter various address family configuration modes while configuring IS-IS routing. When you enter the address-family command from configuration mode, you enable the address family and enter global address family configuration mode. The prompt changes to switch(config-router-af)#.
You must configure the address families if you are using route redistribution, address aggregation, load balancing, and other advanced features. IPv4 neighbor sessions support IPv4 unicast address families. .
From the address family configuration mode, the following configuration modes are available:
•
adjacency-check—Allows Intermediate System-to-Intermediate System (IS-IS) IPv4 protocol-support consistency checks to be performed on hello packets. To disable consistency checks on hello packets, use the no form of this command. Default: Enabled. IS-IS performs consistency checks on hello packets and will form an adjacency only with a neighboring router that supports the same set of protocols.
Use the no adjacency-check command in address-family configuration mode to suppress the consistency checks for IPv6 IS-IS and allow an IPv4 IS-IS router to form an adjacency with a router running IPv4 IS-IS and IPv6. IS-IS will never form an adjacency between a router running IPv4 IS-IS only and a router running IPv6 only.
Use the no adjacency-check configuration mode command to suppress the IPv4 subnet consistency check and allow IS-IS to form an adjacency with other routers regardless of whether or not they have an IPv4 subnet in common. By default, IS-IS makes checks in hello packets for IPv4 address subnet matching with a neighbor.
Tip
Use the debug isis adjacency packets command in privileged EXEC mode to check for adjacency errors. Error messages in the output may indicate where routers are failing to establish adjacencies.
•
default-information originate [always] [route-map name]—Controls the origination of a default route.
–
always—(Optional) Always advertises the default route.
–
route-map name—(Optional) Specifies the name of the route-map to announce the default routes.
•
distance value—Specifies the administrative distance. To return to the default distance, use the no form of this command. An administrative distance of 255 means the routing information source cannot be trusted at all and should be ignored. Range: 1 to 255. Default: 115.
•
distribute {level-1 | level-2} into {level-1 | level-2} {all | route-map name}—Configures domain-wide prefix distribution between levels.
–
level-1—Distributes the interarea routes into level-1 of this IS-IS instance.
–
level-2—Distributes the interarea routes into level-2 of this IS-IS instance.
–
into—Specifies from one level to another level.
–
all—Distributes all route levels.
–
route-map name—Prevents distribution of a specific route-map.
•
exit—Exits from the current command mode.
•
no—Negates a command or set its defaults.
•
redistribute protocol as-num[.as-num] [route-map map-tag]—Redistributes information from another routing protocol into IS-IS. To remove the redistribute command from the configuration file and return to the default setting, use the no form of this command. Default: Software does not redistribute routes. See the redistribute (IS-IS) command for information.
•
summary-address {ip-addr | ip-prefix/length | ipv6-addr | ipv6-prefix/length} level—Creates the IS-IS aggregate addresses. To remove the aggregate address, use the no form of this command. See the summary-address command for information.
This command requires the Enterprise Services license.
Examples
The following example places the router in address family configuration mode and specifies unicast address prefixes for the IPv4 address family:
switch(config)# router isis 100switch(config-router)# address-family ipv4 unicastswitch(config-router-af)#The following example redistributes directly connected routes into IS-IS. This example advertises only 10.1.0.0 into the IS-IS level-1 link-state PDU.
switch(config)# router isis 100switch(config-router)# address-family ipv4 unicastswitch(config-router-af)# redistribute direct route-map core1switch(config-router-af)# summary-address 10.1.0.0 255.255.0.0The following example shows how to introduce IPv6 into an existing IPv4 IS-IS network. To ensure that the checking of hello packet checks from adjacent neighbors is disabled until all the neighbor routers are configured to use IPv6, enter the no adjacency-check command.
switch(config)# router isis test2switch(config-router)# address-family ipv6 unicastswitch(config-router-af)# no adjacency-checkRelated Commands
address-family (OSPFv3)
To enter address family mode for the Open Shortest Path First version 3(OSPFv3) protocol, use the address-family command.
address-family ipv6 unicast
Syntax Description
Defaults
This command has no default settings.
Command Modes
Router configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
This command requires the Enterprise Services license.
Examples
This example shows how to enter the IPv6 unicast address family for an OSPFv3v3 instance:
switch(config)# router ospfv3v3 Enterpriseswitch(config-router)# address-family ipv6 unicastswitch(config-router-af)#Related Commands
address-family (RIP)
To configure an address family for the Routing Information Protocol (RIP), use the address-family command in router configuration mode.
address-family ipv4 unicast
Syntax Description
Defaults
This command has no default settings.
Command Modes
Router configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
This command does not require a license.
Examples
The following example shows how to set the IPv4 unicast address family for a RIP instance:
switch(config)# router rip Enterpriseswitch(config-router)# address-family ipv4 unicastRelated Commands
advertise-map
To configure Border Gateway Protocol (BGP) conditional advertisement, use the advertise-map command. To remove BGP conditional advertisement, use the no form of this command.
advertise-map adv-map {exist-map exist-rmap | non-exist-map nonexist-rmap}
Syntax Description
Defaults
None
Command Modes
BGP neighbor address-family command mode
Supported User Rolesnetwork-admin
network-operator
vdc-admin
vdc-operatorCommand History
Usage Guidelines
Use the advertise-map command to conditionally advertise selected routes. The routes or prefixes that BGP conditionally advertises are defined in two route maps, the adv-map and an exist-map or nonexist-map. The exist-map or nonexist-map specifies the prefix that the BGP tracks. The adv-map specifies the prefix that BGP advertises to the specified neighbor when the condition is met.
This command requires the Enterprise Services license.
Examples
The following example shows how to configure BGP conditional advertisement:
switch# config t
switch(config)# router bgp 65536
switch(config-router)# neighbor 192.0.2.2 remote-as 65537
switch(config-router-neighbor)# address-family ipv4 unicast
switch(config-router-neighbor-af)# advertise-map advertise exist-map exist
switch(config-router-neighbor-af)# exit
switch(config-router-neighbor)# exit
switch(config-router)# exit
switch(config)# route-map advertise
switch(config-route-map)# match as-path pathList
switch(config-route-map)# exit
switch(config)# route-map exit
switch(config-route-map)# match ip address prefix-list plist
switch(config-route-map)# exit
switch(config)# ip prefix-list plist permit 209.165.201.0/27
Related Commands
advertisement-interval (VRRP)
To specify the time interval between the advertisement packets that are being sent to other VRRP routers in the same group, use the advertisement-interval command. To return to the default interval value of 1 second, use the no form of this command.
advertisement-interval seconds
no advertisement-interval
Syntax Description
seconds
Number of seconds between advertisement frames being sent. For IPv4, the range is from 1 to 255 seconds.
Defaults
1 second
Command Modes
VRRP configuration
Supported User Rolesnetwork-admin
VDC administratorCommand History
Usage Guidelines
VRRP advertisements communicate the priority and state of the virtual router master. The advertisements are encapsulated in IP packets and are sent to the IPv4 multicast address that is assigned to the VRRP group.
VRRP uses a dedicated Internet Assigned Numbers Authority (IANA) standard multicast address (224.0.0.18) for VRRP advertisements. This addressing scheme minimizes the number of routers that must service the multicasts and allows test equipment to accurately identify VRRP packets on a segment. The IANA-assigned VRRP IP protocol number is 112.
This command does not require a license.
Examples
This example shows how to specify an advertisement interval of 200 seconds for VRRP group 250:
switch(config)# interface ethernet 2/1
switch(config-if)# vrrp 250
switch(config-if-vrrp)# advertisement-interval 200
Related Commands
Command Descriptionshow vrrp
Displays VRRP configuration information.
clear vrrp
Clears all the software counters for the specified virtual router.
aggregate-address
To create a summary address in a Border Gateway Protocol (BGP) routing table, use the aggregate-address command. To remove the summary address, use the no form of this command.
aggregate-address address/length [advertise-map map-name] [as-set] [attribute-map map-name] [summary-only] [suppress-map map-name]
no aggregate-address address/mask-length [advertise-map map-name] [as-set] [attribute-map map-name] [summary-only] [suppress-map map-name]
Syntax Description
Defaults
The atomic aggregate attribute is set automatically when an aggregate route is created with this command unless the as-set keyword is specified.
Command Modes
Address-family configuration
Neighbor address-family configuration
Router BGP configurationSupported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
You can implement aggregate routing in BGP and mBGP either by redistributing an aggregate route into BGP or mBGP, or by using the conditional aggregate routing feature.
Using the aggregate-address command with no keywords will create an aggregate entry in the BGP or mBGP routing table if any more-specific BGP or mBGP routes are available that fall within the specified range. (A longer prefix which matches the aggregate must exist in the RIB.) The aggregate route will be advertised as coming from your autonomous system and will have the atomic aggregate attribute set to show that information might be missing. (By default, the atomic aggregate attribute is set unless you specify the as-set keyword.)
Using the as-set keyword creates an aggregate entry using the same rules that the command follows without this keyword, but the path advertised for this route will be an AS_SET consisting of all elements contained in all paths that are being summarized. Do not use this form of the aggregate-address command when aggregating many paths, because this route must be continually withdrawn and updated as autonomous system path reachability information for the summarized routes changes.
Using the summary-only keyword not only creates the aggregate route (for example, 192.*.*.*) but also suppresses advertisements of more-specific routes to all neighbors. If you want to suppress only advertisements to certain neighbors, you may use the neighbor distribute-list command, with caution. If a more-specific route leaks out, all BGP or mBGP routers will prefer that route over the less-specific aggregate you are generating (using longest-match routing).
Using the suppress-map keyword creates the aggregate route but suppresses advertisement of specified routes. You can use the match clauses of route maps to selectively suppress some more-specific routes of the aggregate and leave others unsuppressed. IP access lists and autonomous system path access lists match clauses are supported.
Using the advertise-map keyword selects specific routes that will be used to build different components of the aggregate route, such as AS_SET or community. This form of the aggregate-address command is useful when the components of an aggregate are in separate autonomous systems and you want to create an aggregate with AS_SET, and advertise it back to some of the same autonomous systems. You must remember to omit the specific autonomous system numbers from the AS_SET to prevent the aggregate from being dropped by the BGP loop detection mechanism at the receiving router. IP access lists and autonomous system path access lists match clauses are supported.
Using the attribute-map keyword allows attributes of the aggregate route to be changed. This form of the aggregate-address command is useful when one of the routes forming the AS_SET is configured with an attribute such as the community no-export attribute, which would prevent the aggregate route from being exported. An attribute map route map can be created to change the aggregate attributes.
This command requires the Enterprise Services license.
Examples
AS-Set Example
In the following example, an aggregate BGP address is created in router configuration mode. The path advertised for this route will be an AS_SET consisting of all elements contained in all paths that are being summarized.
switch(config)# router bgp 64496switch(config-router)# aggregate-address 10.0.0.0 255.0.0.0 as-setSummary-Only Example
In the following example, an aggregate BGP address is created in address family configuration mode and applied to the multicast database (SAFI) under the IP Version 4 address family. Because the summary-only keyword is configured, more-specific routes are filtered from updates.
switch(config)# router bgp 64496switch(config-router)# address-family ipv4 multicastswitch(config-router-af)# aggregate-address 10.0.0.0 255.0.0.0 summary-onlyConditional Aggregation Example
In the following example, a route map called MAP-ONE is created to match on an as-path access list. The path advertised for this route will be an AS_SET consisting of elements contained in paths that are matched in the route map.
switch(config)# ip as-path access-list 1 deny ^1234_switch(config)# ip as-path access-list 1 permit .*switch(config)# !switch(config)# route-map MAP-ONEswitch(config-route-map)# match ip as-path 1switch(config-route-map)# exitswitch(config)# router bgp 64496switch(config-router)# address-family ipv4switch(config-router-af)# aggregate-address 10.0.0.0 255.0.0.0 as-set advertise-map MAP-ONEswitch(config-router-af)# endRelated Commands
area authentication (OSPF)
To enable authentication for an Open Shortest Path First (OSPF) area, use the area authentication command. To remove authentication for an area, use the no form of this command.
area area-id authentication [message-digest]
no area area-id authentication [message-digest]
Syntax Description
Defaults
No authentication
Command Modes
Router configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the area authentication command to configure the authentication mode for the entire OSPF area.
The authentication type and authentication password must be the same for all OSPF devices in an area. Use the ip ospf authentication-key command in interface configuration mode to specify this password.
If you enable MD5 authentication with the message-digest keyword, you must configure a password with the ip ospf message-digest-key command in interface configuration mode.
This command requires the Enterprise Services license.
Examples
The following example shows how to configure authentication for area 0 of OSPF routing process 201:
switch(config)# router ospf 201
switch(config-router)# area 0 authentication message-digest
switch(config-router)# interface ethernet 1/1
switch(config-if)# ip ospf area 0
switch(config)-if# ip ospf message-digest-key 10 md5 0 adcdefgh
Related Commands
Command Descriptionip ospf authentication-key
Assigns a password for simple password authentication for OSPF.
ip ospf message-digest-key
Assigns a password for OSPF MD5 authentication.
area default-cost (OSPF)
To specify a cost for the default summary route sent into an Open Shortest Path First (OSPF) stub or not-so-stubby area (NSSA), use the area default-cost command. To remove the assigned default route cost, use the no form of this command.
area area-id default-cost cost
no area area-id default-cost cost
Syntax Description
Defaults
The summary route cost is based on the area border router that generated the summary route.
Command Modes
Router configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the area default-cost command on an Area Border Router (ABR) attached to a stub or NSSA to configure the metric for the summary default route generated by the ABR into the stub area.
This command requires the Enterprise Services license.
Examples
The following example shows how to a default cost of 20 to stub network 192.0.2.0:
switch(config)# router ospf 201
switch(config-router)# area 192.0.2.0 stub
switch(config-router)# area 192.0.2.0 default-cost 20
Related Commands
area default-cost (OSPFv3)
To specify a cost for the default summary route sent into an Open Shortest Path First version 3(OSPFv3) stub or not-so-stubby area (NSSA), use the area default-cost command. To remove the assigned default route cost, use the no form of this command.
area area-id default-cost cost
no area area-id default-cost cost
Syntax Description
Defaults
The summary route cost is based on the area border router that generated the summary route.
Command Modes
Address-family configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the area default-cost command on an Area Border Router (ABR) attached to a stub or NSSA to configure the metric for the summary default route generated by the ABR into the stub area.
This command requires the Enterprise Services license.
Examples
This example shows how to a default cost of 20 to stub network 33:
switch(config)# router ospfv3 201
switch(config-router)# area 33 stub
switch(config-router)# address-family ipv6 unicast
switch(config-router-af)# area 33 default-cost 20
Related Commands
area filter-list (OSPF)
To filter prefixes advertised in type 3 link-state advertisements (LSAs) between Open Shortest Path First (OSPF) areas of an Area Border Router (ABR), use the area filter-list command. To change or cancel the filter, use the no form of this command.
area area-id filter-list route-map map-name {in | out}
no area area-id filter-list route-map map-name {in | out}
Syntax Description
Defaults
None
Command Modes
Router configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the area filter-list command to filter Type 3 LSAs. If you apply the route map with the in keyword, the route map filters all Type 3 LSAs originated by the ABR to this area, including Type 3 LSAs that originated as a result of the area range command in another area.
If you apply the route map with the out keyword, the route map filters all Type 3 LSAs that are advertised by the ABR to all other areas including Type 3 LSAs that originate locally as a result of the area range command configured in this area.
Cisco NX-OS implicitly denies any prefix that does not match an entry in the route map.
This command requires the Enterprise Services license.
Examples
The following example shows how to filter prefixes that are sent from all other areas to area 1:
switch(config)# router ospf 202
switch(config-router)# area 1 filter-list route-map FilterExternal in
Related Commands
area filter-list (OSPFv3)
To filter prefixes advertised in type 3 link-state advertisements (LSAs) between Open Shortest Path First version 3 (OSPFv3) areas of an Area Border Router (ABR), use the area filter-list command. To change or cancel the filter, use the no form of this command.
area area-id filter-list route-map map-name {in | out}
no area area-id filter-list route-map map-name {in | out}
Syntax Description
Defaults
None
Command Modes
Address-family configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the area filter-list command to filter Type 3 LSAs. If you apply the route map with the in keyword, the route map filters all Type 3 LSAs originated by the ABR to this area, including Type 3 LSAs that originated as a result of the area range command in another area.
If you apply the route map with the out keyword, the route map filters all Type 3 LSAs that are advertised by the ABR to all other areas including Type 3 LSAs that originate locally as a result of the area range command configured in this area.
Cisco NX-OS implicitly denies any prefix that does not match an entry in the route map.
This command requires the Enterprise Services license.
Examples
This example shows how to filter prefixes that are sent from all other areas to area 1:
switch(config)# router ospfv3 201
switch(config-router)# address-family ipv6 unicast
switch(config-router-af)# area 1 filter-list route-map FilterExternal in
Related Commands
area nssa (OSPF)
To configure an area as an Open Shortest Path First (OSPF) not-so-stubby area (NSSA), use the area nssa command. To remove the NSSA area, use the no form of this command.
area area-id nssa [default-information-originate [route-map map-name]] [no-redistribution] [no-summary] [translate type7 [always | never] [suppress-fa]]
no area area-id nssa [default-information-originate [route-map map-name]] [no-redistribution] [no-summary] [translate type7 [always | never] [suppress-fa]]
Syntax Description
Defaults
None
Command Modes
Router configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the area nssa command to create an NSSA area in an OSPF autonomous system. We recommend that you understand the network topology before configuring forwarding address suppression for translated LSAs. Suboptimal routing might result because there might be better paths to reach the destination's forwarding address.
This command requires the Enterprise Services license.
Examples
The following example shows how to configure area 1 as an NSSA area:
switch(config)# router ospf 10switch(config-router)# area 1 nssa
The following example shows how to configure area 1 as an NSSA area and translate Type 7 LSAs from area 1 to Type 5 LSAs, but not place the Type 7 forwarding address into the Type 5 LSAs. (OSPF places 0.0.0.0 as the forwarding address in the Type 5 LSAs.):
switch(config)# router ospf 2switch(config-router)# area 1 nssa translate type7 suppress-fa
Related Commands
Command Descriptionredistribute
Redistributes routes learned from one routing protocol to another routing protocol domain.
area nssa (OSPFv3)
To configure an area as an Open Shortest Path First version 3 (osPFv3) not-so-stubby area (NSSA), use the area nssa command. To remove the NSSA area, use the no form of this command.
area area-id nssa [default-information-originate [route-map map-name]] [no-redistribution] [no-summary] [translate type7 [always | never] [suppress-fa]]
no area area-id nssa [default-information-originate [route-map map-name]] [no-redistribution] [no-summary] [translate type7 [always | never] [suppress-fa]]
Syntax Description
Defaults
None
Command Modes
Router configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the area nssa command to create an NSSA area in an OSPFv3 autonomous system. We recommend that you understand the network topology before configuring forwarding address suppression for translated LSAs. Suboptimal routing might result because there might be better paths to reach the destination's forwarding address.
This command requires the Enterprise Services license.
Examples
This example shows how to configure area 1 as an NSSA area:
switch(config)# router ospfv3 10switch(config-router)# area 1 nssa
This example shows how to configure area 1 as an NSSA area and translate Type 7 LSAs from area 1 to Type 5 LSAs, but not place the Type 7 forwarding address into the Type 5 LSAs. (OSPFv3 places 0.0.0.0 as the forwarding address in the Type 5 LSAs.):
switch(config)# router ospfv3 2switch(config-router)# area 1 nssa translate type7 suppress-fa
Related Commands
Command Descriptionredistribute (OSPFv3)
Redistributes routes learned from one routing protocol to another routing protocol domain.
area range (OSPF)
To consolidate and summarize routes at an Open Shortest Path First (OSPF) area boundary, use the area range command. To disable this function, use the no form of this command.
area area-id range ip-prefix [not-advertise]
no area area-id range ip-prefix [not-advertise]
Syntax Description
Defaults
Disabled
Command Modes
Router configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the area range command only with Area Border Routers (ABRs) to consolidate or summarize routes for an area. The ABR advertises that a single summary route is advertised to other areas and condenses routing information at area boundaries.
You can con configure OSPF to summarize addresses for many different sets of address ranges by configuring multiple area range commands.
This command requires the Enterprise Services license.
Examples
The following example shows how to configure one summary route to be advertised by the ABR to other areas for all hosts on network 192.0.2.0:
switch(config-if)# interface ethernet 1/2switch(config-if)# ip address 192.0.2.201 255.255.255.0
switch(config-if)# ip ospf area 201
switch(config-router)# area 0 range 192.0.2.0 255.255.0.0
area range (OSPFv3)
To consolidate and summarize routes at an Open Shortest Path First version 3 (OSPFv3) area boundary, use the area range command. To disable this function, use the no form of this command.
area area-id range ipv6-prefix/length [not-advertise]
no area area-id range ivp6-prefix [not-advertise]
Syntax Description
Defaults
Disabled
Command Modes
Router configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the area range command only with Area Border Routers (ABRs) to consolidate or summarize routes for an area. The ABR advertises that a single summary route is advertised to other areas and condenses routing information at area boundaries.
You can con configure OSPFv3 to summarize addresses for many different sets of address ranges by configuring multiple area range commands.
This command requires the Enterprise Services license.
Examples
This example shows how to configure one summary route to be advertised by the ABR to other areas for all hosts on network 2001:0DB8::/32:
switch(config)# router ospfv3 201
switch(config-router)# address-family ipv6 unicast
switch(config-router-af)# area 0 range 2001:0DB8::/32
area stub (OSPF)
To define an area as an Open Shortest Path First (OSPF) stub area, use the area stub command. To remove the area, use the no form of this command.
area area-id stub [no-summary]
no area area-id stub [no-summary]
Syntax Description
Defaults
None
Command Modes
Router configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the area stub command to configure all devices attached to the stub area. Use the area default-cost command on an area border router (ABR) attached to the stub area. The area default-cost command provides the metric for the summary default route generated by the ABR into the stub area.
To further reduce the number of link-state advertisements (LSAs) sent into a stub area, you can configure the no-summary keyword on the ABR to prevent it from sending Summary LSAs (Type 3 LSAs3) into the stub area.
This command requires the Enterprise Services license.
Examples
The following example shows how to create stub area 33 in OSPF 209:
switch(config)# router ospf 201switch(config-router)# area 33 stub
Related Commands
Command Descriptionarea default-cost
Specifies a cost for the default summary route sent into a stub area.
area stub (OSPFv3)
To define an area as an Open Shortest Path First version 3 (OSPFv3) stub area, use the area stub command. To remove the area, use the no form of this command.
area area-id stub [no-summary]
no area area-id stub [no-summary]
Syntax Description
Defaults
None
Command Modes
Router configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the area stub command to configure all devices attached to the stub area. Use the area default-cost command on an area border router (ABR) attached to the stub area. The area default-cost command provides the metric for the summary default route generated by the ABR into the stub area.
To further reduce the number of link-state advertisements (LSAs) sent into a stub area, you can configure the no-summary keyword on the ABR to prevent it from sending Summary LSAs (Type 3 LSAs3) into the stub area.
This command requires the Enterprise Services license.
Examples
This example shows how to create stub area 33 in OSPFv3 209:
switch(config)# router ospfv3 201switch(config-router)# area 33 stub
Related Commands
Command Descriptionarea default-cost (OSPFv3)
Specifies a cost for the default summary route sent into a stub area.
area virtual-link (OSPF)
To define an Open Shortest Path First (OSPF) virtual link, use the area virtual-link command. To remove a virtual link, use the no form of this command.
area area-id virtual-link router-id
no area area-id virtual-link router-id
Syntax Description
Defaults
None
Command Modes
Router configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the area virtual-link command to establish a virtual link from a remote area to the backbone area. In OSPF, all areas must be connected to a backbone area. If the connection to the backbone is lost, it can be repaired by establishing a virtual link.
Use the area virtual-link command to enter the virtual link configuration mode where you can use the following commands:
•
authentication [key-chain | message-digest | null]
•
authentication-key [0 | 3] key
•
dead-interval seconds
•
hello-interval seconds
•
message-digest-key key-id md5 key
•
retransmit-interval seconds
•
transmit-delay seconds
See each command for syntax and usage details.
You must configure both sides of a virtual link with the same area ID and the corresponding virtual link neighbor router ID. To see the router ID, use the show ip ospf neighbors command in any mode.
This command requires the Enterprise Services license.
Examples
The following example shows how to establish a virtual link between two devices, A, and B, with default values for all optional parameters:
Device A:switch(config)# router ospf 1switch(config-router)# router-id 192.0.2.2
switch(config-router)# area 1 virtual-link 192.0.2.1
Device B:switch(config# router ospf 209switch(config-router)# router-id 192.0.2.1
switch(config-router)# area 1 virtual-link 192.0.2.2
Related Commands
area virtual-link (OSPFv3)
To define an Open Shortest Path First version 3 (osPFv3) virtual link, use the area virtual-link command. To remove a virtual link, use the no form of this command.
area area-id virtual-link router-id
no area area-id virtual-link router-id
Syntax Description
Defaults
None
Command Modes
Router configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the area virtual-link command to establish a virtual link from a remote area to the backbone area. In OSPFv3, all areas must be connected to a backbone area. If the connection to the backbone is lost, it can be repaired by establishing a virtual link.
Use the area virtual-link command to enter the virtual link configuration mode where you can use the following commands:
•
dead-interval seconds
•
hello-interval seconds
•
retransmit-interval seconds
•
transmit-delay seconds
See each command for syntax and usage details.
You must configure both sides of a virtual link with the same area ID and the corresponding virtual link neighbor router ID. To see the router ID, use the show ospfv3 neighbors command in any mode.
This command requires the Enterprise Services license.
Examples
This example shows how to establish a virtual link between two devices, A, and B, with default values for all optional parameters:
Device A:switch(config)# router ospfv3 1switch(config-router)# router-id 192.0.2.2
switch(config-router)# area 1 virtual-link 192.0.2.1
Device B:switch(config# router ospfv3 209switch(config-router)# router-id 192.0.2.1
switch(config-router)# area 1 virtual-link 192.0.2.2
Related Commands
authentication (GLBP)
To configure an authentication for the Gateway Load Balancing Protocol (GLBP), use the authentication command. To disable authentication, use the no form of this command.
authentication {text string | md5 {key-string [encrypted] key | key-chain name-of-chain}}
no authentication {text string | md5 {key-string [0 | 7] key | key-chain name-of-chain}}
Syntax Description
Defaults
No authentication of GLBP messages occurs.
Command Modes
GLBP configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
To ensure interoperation, you must configure the same authentication method on all the gateways that are members of the same GLBP group. A gateway ignores all GLBP messages that contain the wrong authentication information.
This command does not require a license.
Examples
The following example shows how to configure stringxyz as the authentication string for GLBP group 10:
switch(config)# interface ethernet 1/1
switch(config-if)# glbp 10
switch(config-glbp)# authentication text stringxyz
The following example shows how to configure GLBP to use the key chain "AuthenticateGLBP" to obtain the current live key and key ID for MD5 authentication:
switch(config)# interface ethernet1/1
switch(config-if)# glbp 2
switch(config-glbp)# authentication md5 key-chain AuthenticateGLBP
Related Commands
Command Descriptionglbp
Creates a GLBP group and enters GLBP configuration mode.
ip (GLBP)
Enables GLBP on an interface.
key chain
Creates a key chain.
authentication (HSRP)
To configure authentication for the Hot Standby Router Protocol (HSRP), use the authentication command. To disable authentication, use the no form of this command.
authentication {text string | md5 {key-chain key-chain | key-string {0 | 7} text [timeout seconds]}}
no authentication {text string | md5 {key-chain key-chain | key-string {0 | 7} text [timeout seconds]}}
Syntax Description
Defaults
Disabled
Command Modes
HSRP configuration or HSRP template mode
Supported User Rolesnetwork-admin
VDC administratorCommand History
Usage Guidelines
Use the authentication text command to prevent misconfigured routers from participating in HSRP groups that they are not intended to participate in. The authentication string is sent unencrypted in all HSRP messages. The same authentication string must be configured on all routers in the same group to ensure interoperation. HSRP protocol packets that do not authenticate are ignored.
CautionIf two routers are configured with identical HSRP IP addresses, but with different authentication strings, then neither router will be aware of the duplication.
This command does not require a license.
Examples
The following example shows how to configure an authentication string for HSRP group 2:
switch# configure terminal
switch(config)# interface ethernet 0/1
switch(config-if)# ip address 10.0.0.1 255.255.255.0
switch(config-if)# hsrp 2
switch(config-if-hsrp)# priority 110
switch(config-if-hsrp)# preempt
switch(config-if-hsrp)# authentication text sanjose
switch(config-if-hsrp)# ip 10.0.0.3
switch(config-if-hsrp)# end
Related Commands
Command Descriptionfeature hsrp
Enable HSRP and enters HSRP configuration mode.
hsrp group
Creates an HSRP group.
authentication (OSPF virtual link)
To specify the authentication type for an Open Shortest Path First (OSPF) virtual link, use the authentication command. To remove the authentication type for a virtual link, use the no form of this command.
authentication [key-chain key-name | message-digest | null]
no ip ospf authentication
Syntax Description
Defaults
Defaults to password authentication if you configure authentication with none of the optional keywords.
Command Modes
OSPF virtual link configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the authentication command in virtual link configuration mode to configure the authentication method used on the virtual link. Use the message-digest keyword to configure MD5 message digest authentication and use the message-digest-key command to complete this authentication configuration. Use the key-chain keyword to configure password authentication using key chains and use the key chain command to complete this authentication configuration. Use the authentication command with no keywords to configure a password for the virtual link, and use the authentication-key command to complete this authentication configuration.
This command requires the Enterprise Services license.
Examples
The following example shows how to enable message-digest authentication:
switch(config)# router ospf 22switch(config-router)# area 99 virtual-link 192.0.2.12
switch(config-router-vlink)# authentication message-digest
switch(config-router-vlink)# message-digest key 4 md5 0 abcd
Related Commands
authentication (VRRP)
To configure an authentication for the Virtual Router Redundancy Protocol (VRRP), use the authentication command. To disable authentication, use the no form of this command.
authentication text password
no authentication
Syntax Description
Defaults
No authentication
Command Modes
VRRP configuration mode
Supported User Rolesnetwork-admin
VDC administratorCommand History
Usage Guidelines
This command does not require a license.
Examples
This example shows how to configure md5 authentication for VRRP:
switch# config tswitch(config)# interface ethernet 2/1switch(config-if)# vrrp 250switch(config-if-vrrp)# authentication text mypwasswdRelated Commands
Command Descriptionshow vrrp
Displays VRRP configuration information.
clear vrrp
Clears all the software counters for the specified virtual router.
authentication key-chain (EIGRP)
To enable authentication for the Enhanced Interior Gateway Routing Protocol (EIGRP) packets and to specify the set of keys that can be used on an interface, use the authentication key-chain command. To prevent authentication, use the no form of this command.
authentication key-chain name-of-chain
no authentication key-chain name-of-chain
Syntax Description
Defaults
No authentication is provided for EIGRP packets.
Command Modes
Router configuration
Address family configuration
Router VRF configurationSupported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Set the authentication mode using the authentication mode command in VRF configuration mode. You must separately configure a key chain using the key-chain command to complete the authentication configuration for an interface.
This command requires the Enterprise Services license.
Examples
The following example shows how to configure the interface to accept and send any key that belongs to the key-chain trees:
switch(config)# router eigrp 209switch(config-router)# vrf redswitch(config-router-vrf)# authentication key-chain treesRelated Commands
authentication key-chain (IS-IS)
To enable authentication for Intermediate System-to-Intermediate System (IS-IS), use the authentication key-chain configuration mode command. To disable such authentication, use the no form of this command.
authentication key-chain auth-key {level-1 | level-2}
no authentication key-chain auth-key {level-1 | level-2}
Syntax Description
Command Default
No key chain authentication is provided for IS-IS packets at the router level.
Command Modes
Router configuration
VRF configurationSupported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
If no key chain is configured with the authentication key-chain command, no key chain authentication is performed.
Key chain authentication could apply to clear text authentication or MD5 authentication. The mode is determined by the authentication mode command.
Only one authentication key chain is applied to IS-IS at one time. For example, if you configure a second authentication key-chain command, the first authentication key chain is overridden.
You can specify authentication for an individual IS-IS interface by using the isis authentication key-chain command.
This command requires the Enterprise Services license.
Examples
The following example configures IS-IS to accept and send any key belonging to the key chain named site1:
switch(config)# router isis real_secure_networkswitch(config-router)# authentication key-chain site1 level-1Related Commands
authentication mode (EIGRP)
To specify the type of authentication used in the Enhanced Interior Gateway Routing Protocol (EIGRP) packets, use the authentication mode command. To remove authentication, use the no form of this command.
authentication mode md5
no authentication mode md5
Syntax Description
Defaults
None
Command Modes
Router configuration
Address family configuration
VRF configurationSupported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
This command requires the Enterprise Services license.
Examples
The following example shows how to configure the interface to use MD5 authentication:
switch(config)# router eigrp 209switch(config-router)# vrf red
switch(config-router-vrf)# authentication mode md5Related Commands
authentication-check
To specify for the Intermediate System-to-Intermediate System (IS-IS) instance that authentication is performed only on IS-IS packets being sent (not received), use the authentication-check configuration mode command. To configure for the IS-IS instance that if authentication is configured at the router level, such authentication be performed on packets being sent and received, use the no form of this command.
authentication-check {level-1 | level-2}
no authentication-check
Syntax Description
Command Default
If authentication is configured at the router level, it applies to IS-IS packets being sent and received.
Command Modes
Router configuration
VRF configurationUsage Guidelines
Enter the authentication-check command before configuring the authentication mode and authentication key chain. Entering the authentication-check command allows the routers to have more time for the keys to be configured on each router if authentication is inserted only on the packets being sent, not checked on packets being received. After you enter the authentication-check command on all communicating routers, enable the authentication mode and key chain on each router. Then enter the no authentication-check command to disable the command.
This command could apply to clear text authentication or Message Digest 5 (MD5) authentication. The mode is determined by the authentication mode command.
You can specify authentication for an individual IS-IS interface by using the isis authentication-check {level-1 | level-2} interface configuration mode command.
This command requires the Enterprise Services license.
Examples
The following example configures IS-IS level-1 packets to use clear text authentication on packets being sent (not received):
switch(config)# router isis test1
switch(config-router)# authentication-check level-1switch(config-router)# authentication key-chain site1 level-1switch(config-router)#Related Commands
authentication-key (OSPF virtual link)
To assign a password to be used by an Open Shortest Path First (OSPF) virtual link, use the authentication-key command. To remove a previously assigned OSPF password, use the no form of this command.
authentication-key [0 | 3] password
no authentication-key
Syntax Description
Defaults
Unencrypted password
Command Modes
OSPF virtual link configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the authentication-key command to configure the password for password authentication on an OSPF virtual link. All devices on the same virtual link must have the same password to be able to exchange OSPF information.
This command requires the Enterprise Services license.
Examples
The following example shows how to enable the authentication key with the string yourpass:
switch(config)# router ospf 22switch(config-router)# area 99 virtual-link 192.0.2.12switch(config-router-vlink)# authenticationswitch(config-router-vlink)# authentication-key yourpassRelated Commands
authentication-type
To specify the type of authentication used in Intermediate System-to-Intermediate System (IS-IS) packets for the IS-IS instance, use the authentication-type configuration mode command. To restore clear text authentication, use the no form of this command.
authentication-type {cleartext | md5} [level-1 | level-2]
no authentication-type
Syntax Description
Command Default
No authentication is provided for IS-IS packets at the router level by use of this command.
Command Modes
Router configuration
VRF configurationSupported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
If you do not enter the level-1 or level-2 keywords, the mode applies to both levels.
You can specify the type of authentication and the level to which it applies for a single IS-IS interface, rather than per IS-IS instance, by using the authentication-type command.
You can specify authentication type for an individual IS-IS interface by using the isis authentication-type {cleartext | md5} [level-1 | level-2] interface configuration mode command.
Examples
The following example configures for the IS-IS instance that Message Digest 5 (MD5) authentication is performed on level-1 packets:
switch(config)# router isis TEST1switch(config-router)# authentication-type md5 level-1switch(config-router)#Related Commands
auto-cost (OSPF)
To control how Open Shortest Path First (OSPF) calculates default metrics for an interface, use the auto-cost command. To assign the default reference bandwidth of 40Gb/s, use the no form of this command.
auto-cost reference-bandwidth bandwidth [Gbps | Mbps]
no auto-cost reference-bandwidth
Syntax Description
Defaults
40 Gb/s. The bandwidth defaults to Gb/s if you do not specify the Gpbs or Mbps keyword.
Command Modes
Router configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the auto-cost command to set the reference bandwidth used by the OSPF cost-metric calculation.
The value set by the ip ospf cost command overrides the cost that results from the auto-cost command.
This command requires the Enterprise Services license.
Examples
The following example shows how to set the reference bandwidth for all local interfaces in an OSPF instance:
switch(config)# router ospf 201switch(config-router)# auto-cost reference-bandwidth 10
Related Commands
auto-cost (OSPFv3)
To control how Open Shortest Path First version 3 (OSPFv3) calculates default metrics for an interface, use the auto-cost command. To assign the default reference bandwidth of 40Gb/s, use the no form of this command.
auto-cost reference-bandwidth bandwidth [Gbps | Mbps]
no auto-cost reference-bandwidth
Syntax Description
Defaults
40 Gb/s. The bandwidth defaults to Gb/s if you do not specify the Gpbs or Mbps keyword.
Command Modes
Router configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the auto-cost command to set the reference bandwidth used by the OSPFv3 cost-metric calculation.
The value set by the ipv6 ospfv3 cost command overrides the cost that results from the auto-cost command.
This command requires the Enterprise Services license.
Examples
This example shows how to set the reference bandwidth for all local interfaces in an OSPFv3 instance:
switch(config)# router ospfv3 201switch(config-router)# auto-cost reference-bandwidth 10
Related Commands
Command Descriptionipv6 ospfv3 cost
Explicitly specifies the cost of sending a packet on an interface.
autonomous-system
To configure the autonomous system number for an Enhanced Interior Gateway Routing Protocol (EIGRP) address family, use the autonomous-system command. To rever to default, use the no form of this command.
autonomous-system as-number
no autonomous-system as-number
Syntax Description
Defaults
None
Command Modes
Address family configuration
Supported User Rolesnetwork-admin
vdc-adminCommand History
Usage Guidelines
Use the autonomous-system command to set a common AS number for all EIGRP instances in an address family.
This command requires the Enterprise Services license.
Examples
The following example shows how to set an AS number for EIGRP for IPv6 unicast:
switch(config)# router eigrp 201switch(config-router)# address-family ipv6 unicast
switch(config-router-af)# autonomous-system 64496
Related Commands