Setup Guide

ipv6 nd max-ra-interval — Set IPv6 Max Router Advertisement Interval
ipv6 nd mtuCongure MTU advertisements in RA packets
ipv6 nd other-config-flag — Hosts should use DHCP for non-address cong
ipv6 nd prefixCongure IPv6 Routing Prex Advertisement
ipv6 nd ra-guardCongure IPv6 ra-guard
ipv6 nd ra-lifetime — Set IPv6 Router Advertisement Lifetime
ipv6 nd reachable-time — Set advertised reachability time
ipv6 nd retrans-timer — Set NS retransmit interval used and advertised in RA
ipv6 nd suppress-ra — Suppress IPv6 Router Advertisements
ipv6 ad <ipv6-address> — IPv6 Address Detection
ipv6 ad autoconfig — IPv6 stateless auto-conguration
ipv6 address <ipv6-address>Congure IPv6 address on an interface
NOTE: The command line help still displays relevant details corresponding to each of these commands. However, these interface
range or interface group commands are not supported when Management VRF is congured.
Conguring a Static Route
To congure a static route, perform the following steps:
Table 135. Conguring a Static Route
Task Command Syntax Command Mode
Congure a static route that points to a
management interface.
management route ip-address
mask managementethernet
ormanagement route ipv6-address
prefix-length
managementethernet
NOTE: You can also have the
management route to point to a
front-end port in case of the
management VRF. For example:
management route 2::/64 te 0/0.
CONFIGURATION
To congure a static entry in the IPv6 neighbor discovery, perform the following steps:
Table 136.
Conguring a Static Entry in the IPv6 Neighbor Discovery
Task Command Syntax Command Mode
Congure a static neighbor. CONFIGURATION
Route Leaking VRFs
Static routes can be used to redistribute routes between non-default to default/non-default VRF and vice-versa.
You can congure route leaking between two VRFs using the following command: ip route vrf x.x.x.x s.s.s.s
nh.nh.nh.nh vrf default.
This command indicates that packets that are destined to x.x.x.x/s.s.s.s are reachable through nh.nh.nh.nh in the default VRF
table. Meaning, the routes to x.x.x.x/s.s.s.s are leaked from the default VRF routing table into the non-default VRF routing table.
Virtual Routing and Forwarding (VRF)
1091