ipv6 route tag
Syntax
ipv6 route <X:X::X:X/M> [X:X::X:X | INTERFACE] tag <1-4294967295>
no ipV6 route <X:X::X:X/M> [X:X::X:X | INTERFACE] tag <1-4294967295>
Description
Configures tag for IPv6 static route.
Command context
config
Parameters
tag
- Specifies and assigns tag for the route.
Authority
Administrators or local user group members with execution rights for this command.
Examples
switch(config)# ipv6 route 3001::1/128 1/1/1 tag 10 switch(config)# ipv6 route 3002::1/128 1000::2 tag 20
switch(config)# no ipv6 route 3001::1/128 1/1/1 tag 10 switch(config)# no ipv6 route 3002::1/128 1000::2 tag 20