Config¶
Leafs
- 
class 
Interfaces.Interface.RoutedVlan.Ipv6.RouterAdvertisement.Config¶ Bases:
EntityClass Hierarchy:
InterfacesInterfaceRoutedVlanIpv6RouterAdvertisementConfigThis class represents configuration data.
Configuration parameters relating to router advertisements
for IPv6.
- 
interval¶ The interval between periodic router advertisement neighbor discovery messages sent on this interface expressed in seconds
type: int
range: 0..4294967295units: seconds
- 
lifetime¶ The lifetime advertised in the router advertisement neighbor discovery message on this interface
type: int
range: 0..4294967295units: seconds
- 
suppress¶ When set to true, router advertisement neighbor discovery messages are not transmitted on this interface
type: bool
default value: false
-