Cisco Nexus 7000 Series Command Reference Manual page 51

Nx-os ip service level agreements slas
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Chapter 1
Cisco Nexus 7000 Series IP SLAs Commands
The set clauses can be used with one another. They are evaluated in the following order:
1.
2.
The set ipv6 next-hop and set ipv6 default next-hop are similar commands but have a different order
Note
of operations. Configuring the set ipv6 next-hop command causes the system to use policy routing first
and then use the routing table. Configuring the set ipv6 default next-hop command causes the system
to use the routing table first and then policy route the specified next hop.
This command does not require a license.
Examples
This example shows how to configure a route map that sets the IPv6 default next-hop address:
switch(config)# ipv6 access-list test
switch(config-ipv6-acl)# permit ipv6 2001:0DB8::/48 any
switch(config-ipv6-acl)# exit
switch(config)# route-map equal-access
switch(config-route-map)# match ipv6 address test
switch(config-route-map)# set ipv6 default next-hop 2001:0DB8::3
switch(config-route-map))# exit
switch(config)# interface externet 2/1
switch(config-if)# ipv6 policy route-map equal-access
Related Commands
Command
match as-path
match community
match ipv6 address
match ipv6 next-hop
match ipv6 route-source
match metric
match tag
route-map
set as-path
set community
set level
set local-preference
set metric
set metric-type
set next-hop
OL-27555-03
set ipv6 next-hop
set ipv6 default next-hop
Cisco Nexus 7000 Series NX-OS IP Service Level Agreements (SLAs) Command Reference
Description
Matches a BGP autonomous system path access list.
Matches a BGP community.
Distributes any routes that have a destination network number
address that is permitted by a standard or expanded access list, and
performs policy routing on packets.
Redistributes any routes that have a next hop router address passed
by one of the access lists specified.
Redistributes routes that have been advertised by routers and access
servers at the address specified by the access lists.
Redistributes routes with the metric specified.
Redistributes routes in the routing table that match the specified
tags.
Defines the conditions for redistributing routes from one routing
protocol into another, or enables policy routing.
Modifies an autonomous system path for BGP routes.
Sets the BGP communities attribute.
Indicates where to import routes.
Specifies a preference value for the autonomous system path.
Sets the metric value for a routing protocol.
Sets the metric type for the destination routing protocol.
Specifies the address of the next hop.
set ipv6 default next-hop
1-41

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents