ipv6 nd suppress-ra
Syntax
ipv6 nd suppress-ra [<SUPPRESS-OPTION>]
no ipv6 nd ra supress-ra [<SUPPRESS-OPTION>]
Description
Configures suppression of IPv6 Router Advertisement transmissions on an interface.
The
no
form of this command restores transmission of IPv6 Router Advertisement and options.
Command context
config-if
Parameters
suppress-ra [<SUPPRESS-OPTION>]
Specifies suppressing RA transmissions. Entering
suppress-ra
without any options, suppresses all RA messages (default). Or you can enter one of the following options.dnssl
Specifies suppressing DNSSL options in RA messages.
mtu
Specifies suppressing MTU options in RA messages.
rdnss
Specifies suppressing RDNSS options in RA messages.
Authority
Administrators
Examples
switch(config)# interface 1/1/1 switch(config-if)# ipv6 nd suppress-ra mtu dnssl rdnss switch(config-if)# no ipv6 nd suppress-ra mtu dnssl rdnss