ipv6 nd router-preference
Syntax
ipv6 nd router-preference {high | medium | low}
no ipv6 nd router-preference [high | medium | low]
Description
Specifies the value that is set in the Default Router Preference (DRP) field of Router Advertisements (RAs) that the switch sends from an interface. An interface with a DRP value of high will be preferred by other devices on the network over interfaces with an RA value of medium or low.
The
no
form of this command set the value to the default of medium.
Command context
config-if
Parameters
high
Sets DRP to high.
medium
Sets DRP to medium. Default.
low
Sets DRP to low.
Authority
Administrators
Examples
switch(config)# interface 1/1/1 switch(config-if)# ipv6 nd router-preference high