RESTAPI Manual
Layer 3
SLAAC
14 min
ipv6 router advertisement for slaac (stateless address autoconfiguration) terms terms abbreviation full name radv ipv6 router advertisement slaac stateless address autoconfiguration dns domain name system rdnss recursive dns server urls summary urls summary url get post patch put delete /rest/v1/running/global router advertisement y y y n y /rest/v1/running/interfaces/{name}/ipv6/router advertisement y y y n y /rest/v1/running/interfaces/{name}/ipv6/router advertisement/prefixes/{prefix} y y n n y /rest/v1/running/interfaces/{name}/ipv6/router advertisement/rdnsses/{rdnss} y y n n y /rest/v1/running/interfaces/{name}/ipv6/router advertisement/routes/{route} y y y n y /rest/v1/rpc/show radv summary n y n n n examples examples create global radv configuration create global radv configuration post https //{switch ip}/rest/v1/running/global router advertisement { "enable" "true" } create radvd configuration for an interface create radvd configuration for an interface post https //{switch ip}/rest/v1/running/interfaces/vlan4000/ipv6/router advertisement { "managed flag" "false", "other config flag" "false", "link mtu" 8199, "on link flag" "false", "autonomous flag" "false" } create a radv prefix for an interface create a radv prefix for an interface post https //{switch ip}/rest/v1/running/interfaces/vlan4000/ipv6/router advertisement/prefixes { "prefix" "2002 1 /64" } create an radv rdnss for an interface create an radv rdnss for an interface post https //{switch ip}/rest/v1/running/interfaces/ethernet1/ipv6/router advertisement/rdnsses { "rdnss" "2001 1" } create a radv route for an interface create a radv route for an interface post https //{switch ip}/rest/v1/running/interfaces/ethernet1/ipv6/router advertisement/routes { "route" "2b01 /120", "preferred" "high" } show radv summary show radv summary post https //{switch ip}/rest/v1/rpc/show radv summary properties descriptions properties descriptions radv global radv global tree diagrams + rw global router advertisement + rw enable? + rw commit? table of properties name required type/range description global router advertisement m path only node, has no configurable value enable o "true" "false" (sub property of global router advertisement) a flag indicating whether or not the router sends periodic router advertisements and responds to router solicitations default value "false" radv entry radv entry tree diagrams + rw interfaces + rw interface \[name] + rw name + rw ipv6 + rw router advertisement \| + rw managed flag? \| + rw other config flag? \| + rw link mtu? \| + rw on link flag? \| + rw autonomous flag? \| + rw max ra interval? \| + rw min ra interval? \| + rw prefixes \[prefix] \| | + rw prefix \| | + rw commit? \| + rw rdnsses \[rdnss] \| | + rw rdnss \| | + rw commit? \| + rw routes \[route] \| | + rw route \| | + rw preferred? \| | + rw commit? \| + rw commit? table of properties name required type/range description interfaces m path only node, has no configurable value interface parameters name m ethernet name ethernet sub interface name portchannel0000 9999 portchannel sub interface name vlan1 4094 (sub property of interfaces) the name of the interface ipv6 m (sub property of interfaces) path only node, has no configurable value parameters for the ipv6 address family router advertisement m (sub property of ipv6) path only node, has no configurable value support for ipv6 router advertisements managed flag o "true" "false" (sub property of router advertisement) the value to be placed in the "managed address configuration" flag field in the router advertisement default value "false" other config flag o "true" "false" (sub property of router advertisement) the value to be placed in the "other configuration" flag field in the router advertisement default value "false" link mtu o 1312 9216 (sub property of router advertisement) the value to be placed in mtu options sent by the router a value of zero indicates that no mtu options are sent default value 9216 on link flag o "true" "false" (sub property of router advertisement) the value to be placed in the on link flag ('l bit') field in the prefix information option default value "true" autonomous flag o "true" "false" (sub property of router advertisement) the value to be placed in the autonomous flag field in the prefix information option default value "true" max ra interval o 4 1800 (sub property of router advertisement) the maximum time allowed between sending unsolicited multicast router advertisements from the interface, in seconds must be no less than 4 seconds and no greater than 1800 seconds minimum when using mobile ipv6 extensions 0 07 for values less than 0 2 seconds, 0 02 seconds is added to account for scheduling granularities as specified in rfc3775 default 600 seconds default value 600 min ra interval o 3 1350 (sub property of router advertisement) the minimum time allowed between sending unsolicited multicast router advertisements from the interface, in seconds must be no less than 3 seconds and no greater than 0 75 maxrtradvinterval minimum when using mobile ipv6 extensions 0 03 default 0 33 maxrtradvinterval default value 200 prefixes m (sub property of router advertisement) path only node, has no configurable value support for an advertised prefix entry prefix m xx\ xx\ xx\ xx\ xx\ xx\ xx\ xx/m (sub property of prefixes) ipv6 address prefix rdnsses m (sub property of router advertisement) path only node, has no configurable value support for an advertised prefix entry rdnss m xx\ xx\ xx\ xx\ xx\ xx\ xx\ xx (sub property of rdnsses) ipv6 address routes m (sub property of router advertisement) path only node, has no configurable value support for an advertised prefix entry route m xx\ xx\ xx\ xx\ xx\ xx\ xx\ xx/m (sub property of routes) ipv6 address prefix preferred o "low" "medium" "high" (sub property of routes) 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" default value "medium" show radv summary show radv summary tree diagrams + x show radv summary + ro output + ro result? table of properties name required type/range description show radv summary m path only node, has no configurable value result ro string (sub property of output) a table that shows information of all radv configurations
