CLI Guide
You can specify the weight value only to destination address and not on the egress
port.
A route is considered for weighted ECMP calculations only if each paths
corresponding to that route is configured with a weight.
Example
Dell(conf)# ipv6 route 44::/64 33::1 weight 100
Dell(conf)# ipv6 route 44::/64 33::2 weight 200
Dell(conf)# do show running-config | grep ipv6 route
Dell(conf)# ipv6 route vrf vrf_test 44::/64 33::1 weight 100
Dell(conf)# ipv6 route vrf vrf_test 44::/64 33::2 weight 200
Dell(conf)# do show running-config | grep ipv6 route vrf
Related
Commands
• show ipv6 route — view the IPv6 configured routes.
show ipv6 route
Displays the IPv6 routes.
Syntax
show ipv6 route [ipv6-address prefix-length] [vrf vrf-name]
[hostname] [all] [bgp as number] [connected] [isis tag] [list
prefix-list name] [ospf process-id] [rip] [static] [summary]
Parameters
ipv6-address
prefix-length
(OPTIONAL) Enter the IPv6 address in the x:x:x:x::x format
then the prefix length in the /x format. The range is from /0
to /128.
NOTE: The :: notation specifies successive hexadecimal
fields of zeros.
vrf vrf-name (Optional) Enter the keyword vrf followed by the name of
the VRF to display IPv6 routes corresponding to that VRF.
NOTE: If you do not specify this option, routes
corresponding to the default VRF are displayed.
hostname (OPTIONAL) View information for this IPv6 routes with Host
Name.
all (OPTIONAL) View information for all IPv6 routes.
bgp (OPTIONAL) View information for all IPv6 BGP routes.
connected (OPTIONAL) View only the directly connected IPv6 routes.
isis (OPTIONAL) View information for all IPv6 IS-IS routes.
list (OPTIONAL) View the IPv6 prefix list.
IPv6 Basics
843










