NETCONF Configuration Guide
YANG API Reference
radv
20 min
asternos radv module description asternos yang model for ipv6 router advertisement yang tree diagram module asternos radv + rw global router advertisement + rw enabled? boolean + rw unicast only flag? boolean + rw managed flag? boolean + rw other config flag? boolean + rw link mtu? cmn\ mtu type + rw on link flag? boolean + rw autonomous flag? boolean + rw rdnsses \[rdnss] \| + rw rdnss inet\ ipv6 address no zone + rw routes \[route] + rw route inet\ ipv6 prefix + rw preferred? enumeration rpcs + x show radv summary + ro output + ro data? \<anydata> resources resource list path access /global router advertisement read write /global router advertisement/enabled read write /global router advertisement/unicast only flag read write /global router advertisement/managed flag read write /global router advertisement/other config flag read write /global router advertisement/link mtu read write /global router advertisement/on link flag read write /global router advertisement/autonomous flag read write /global router advertisement/rdnsses read write /global router advertisement/rdnsses/rdnss read write /global router advertisement/routes read write /global router advertisement/routes/route read write /global router advertisement/routes/preferred read write detailed nodes /global router advertisement path /global router advertisement node type container description no description available access read write /global router advertisement/enabled path /global router advertisement/enabled node type leaf description a flag indicating whether or not the router sends periodic router advertisements and responds to router solicitations access read write data type constraints valid in \[true, false] /global router advertisement/unicast only flag path /global router advertisement/unicast only flag node type leaf description set if radvd advertise global unicast prefix only or not access read write data type constraints valid in \[true, false] /global router advertisement/managed flag path /global router advertisement/managed flag node type leaf description the value to be placed in the 'managed address configuration' flag field in the router advertisement access read write data type constraints valid in \[true, false] /global router advertisement/other config flag path /global router advertisement/other config flag node type leaf description the value to be placed in the 'other configuration' flag field in the router advertisement access read write data type constraints valid in \[true, false] /global router advertisement/link mtu path /global router advertisement/link mtu node type leaf description the value to be placed in mtu options sent by the router a value of zero indicates that no mtu options are sent access read write data type constraints valid range 1312 to 9216 /global router advertisement/on link flag path /global router advertisement/on link flag node type leaf description the value to be placed in the on link flag ('l bit') field in the prefix information option access read write data type constraints valid in \[true, false] /global router advertisement/autonomous flag path /global router advertisement/autonomous flag node type leaf description the value to be placed in the autonomous flag field in the prefix information option access read write data type constraints valid in \[true, false] /global router advertisement/rdnsses path /global router advertisement/rdnsses node type list description support for an advertised prefix entry access read write /global router advertisement/rdnsses/rdnss path /global router advertisement/rdnsses/rdnss node type leaf description ipv6 address access read write data type constraints an ipv6 address without a zone index this type, derived from the type ipv6 address, may be used in situations where the zone is known from the context and no zone index is needed /global router advertisement/routes path /global router advertisement/routes node type list description support for an advertised prefix entry access read write /global router advertisement/routes/route path /global router advertisement/routes/route node type leaf description ipv6 address prefix access read write data type constraints the ipv6 prefix type represents an ipv6 prefix the prefix length is given by the number following the slash character and must be less than or equal to 128 a prefix length value of n corresponds to an ip address mask that has n contiguous 1 bits from the most significant bit (msb) and all other bits set to 0 the canonical format of an ipv6 prefix has all bits of the ipv6 address set to zero that are not part of the ipv6 prefix furthermore, the ipv6 address is represented as defined in section 4 of rfc 5952 the definition of ipv6 prefix does not require that bits, which are not part of the prefix, are set to zero however, implementations have to return values in canonical format, which requires non prefix bits to be set to zero this means that 2001\ db8 1/64 must be accepted as a valid value but it will be converted into the canonical format 2001\ db8 /64 /global router advertisement/routes/preferred path /global router advertisement/routes/preferred node type leaf description the value to be placed in the route preference in the route information option the preference associated with the default router, as either 'low', 'medium', or 'high' access read write data type constraints enumeration with options low medium high rpcs show radv summary path access /show radv summary/output read write /show radv summary/output/data read write /show radv summary/output path /show radv summary/output node type container description no description available access read write /show radv summary/output/data path /show radv summary/output/data node type anydata description a table that shows information of all radv configurations access read write
