Ipv6RouterAdvertisements

Leafs

Children

class Interfaces.Interface.Ipv6.Ipv6RouterAdvertisements

Bases: Entity

Class Hierarchy: Interfaces Interface Ipv6 Ipv6RouterAdvertisements

This class represents configuration data.

Configuration of IPv6 Router Advertisements.

send_advertisements

A flag indicating whether or not the router sends periodic Router Advertisements and responds to Router Solicitations

type: bool

default value: false

max_rtr_adv_interval

The maximum time allowed between sending unsolicited multicast Router Advertisements from the interface

type: int

range: 4..1800

units: seconds

default value: 600

min_rtr_adv_interval

The minimum time allowed between sending unsolicited multicast Router Advertisements from the interface. The default value to be used operationally if this leaf is not configured is determined as follows: - if max-rtr-adv-interval >= 9 seconds, the default value is 0.33 * max-rtr-adv-interval; - otherwise it is 0.75 * max-rtr-adv-interval

type: int

range: 3..1350

units: seconds

managed_flag

The value to be placed in the ‘Managed address configuration’ flag field in the Router Advertisement

type: bool

default value: false

other_config_flag

The value to be placed in the ‘Other configuration’ flag field in the Router Advertisement

type: bool

default value: false

The value to be placed in MTU options sent by the router. A value of zero indicates that no MTU options are sent

type: int

range: 0..4294967295

default value: 0

reachable_time

The value to be placed in the Reachable Time field in the Router Advertisement messages sent by the router. A value of zero means unspecified (by this router)

type: int

range: 0..3600000

units: milliseconds

default value: 0

retrans_timer

The value to be placed in the Retrans Timer field in the Router Advertisement messages sent by the router. A value of zero means unspecified (by this router)

type: int

range: 0..4294967295

units: milliseconds

default value: 0

cur_hop_limit

The value to be placed in the Cur Hop Limit field in the Router Advertisement messages sent by the router. A value of zero means unspecified (by this router). If this parameter is not configured, the device SHOULD use the value specified in IANA Assigned Numbers that was in effect at the time of implementation

type: int

range: 0..255
default_lifetime

The value to be placed in the Router Lifetime field of Router Advertisements sent from the interface, in seconds. It MUST be either zero or between max-rtr-adv-interval and 9000 seconds. A value of zero indicates that the router is not to be used as a default router. These limits may be overridden by specific documents that describe how IPv6 operates over different link layers. If this parameter is not configured, the device SHOULD use a value of 3 * max-rtr-adv-interval

type: int

range: 0..9000

units: seconds

prefix_list

Configuration of prefixes to be placed in Prefix Information options in Router Advertisement messages sent from the interface. Prefixes that are advertised by default but do not have their entries in the child ‘prefix’ list are advertised with the default values of all parameters. The link-local prefix SHOULD NOT be included in the list of advertised prefixes

type: PrefixList