跳转到内容
Ask AI

SLAAC

此内容尚不支持你的语言。

IPv6 Router Advertisement for SLAAC (Stateless Address Autoconfiguration).

AbbreviationFull name
RADVIPv6 Router Advertisement
SLAACStateless Address Autoconfiguration
DNSDomain Name System
RDNSSRecursive DNS Server
URLGETPOSTPATCHPUTDELETE
/rest/v1/running/global-router-advertisementYYYNY
/rest/v1/running/interfaces/{name}/ipv6/router-advertisementYYYNY
/rest/v1/running/interfaces/{name}/ipv6/router-advertisement/prefixes/{prefix}YYNNY
/rest/v1/running/interfaces/{name}/ipv6/router-advertisement/rdnsses/{rdnss}YYNNY
/rest/v1/running/interfaces/{name}/ipv6/router-advertisement/routes/{route}YYYNY
/rest/v1/rpc/show-radv-summaryNYNNN
POST HTTPS://{switch IP}/rest/v1/running/global-router-advertisement
{
"enable": "true"
}

Create RADVD configuration for an interface.

Section titled “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"
}
POST HTTPS://{switch IP}/rest/v1/running/interfaces/Vlan4000/ipv6/router-advertisement/prefixes
{
"prefix": "2002:1::/64"
}
POST HTTPS://{switch IP}/rest/v1/running/interfaces/Ethernet1/ipv6/router-advertisement/rdnsses
{
"rdnss": "2001::1"
}
POST HTTPS://{switch IP}/rest/v1/running/interfaces/Ethernet1/ipv6/router-advertisement/routes
{
"route": "2b01::/120",
"preferred": "high"
}
POST HTTPS://{switch IP}/rest/v1/rpc/show-radv-summary

Tree Diagrams

+--rw global-router-advertisement
+--rw enable?
+--rw commit?

Table of Properties

NameRequiredType/RangeDescription
global-router-advertisementMPath-only node, has no configurable value.
enableO”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”

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

NameRequiredType/RangeDescription
interfacesMPath-only node, has no configurable value.
Interface parameters.
nameMEthernet name
Ethernet sub-interface name
Lag1..9999
Link-aggregation sub-interface name
Vlan1..4094(sub-property of interfaces)
The name of the interface.
ipv6M(sub-property of interfaces)
Path-only node, has no configurable value.
Parameters for the IPv6 address family.
router-advertisementM(sub-property of ipv6)
Path-only node, has no configurable value.
Support for IPv6 Router Advertisements.
managed-flagO”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-flagO”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-mtuO1312..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-flagO”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-flagO”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-intervalO4..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-intervalO3..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
prefixesM(sub-property of router-advertisement)
Path-only node, has no configurable value.
Support for an advertised prefix entry.
prefixMXX:XX:XX:XX:XX:XX:XX:XX/M(sub-property of prefixes)
IPv6 address prefix.
rdnssesM(sub-property of router-advertisement)
Path-only node, has no configurable value.
Support for an advertised prefix entry.
rdnssMXX:XX:XX:XX:XX:XX:XX:XX(sub-property of rdnsses)
IPv6 address.
routesM(sub-property of router-advertisement)
Path-only node, has no configurable value.
Support for an advertised prefix entry.
routeMXX:XX:XX:XX:XX:XX:XX:XX/M(sub-property of routes)
IPv6 address prefix.
preferredO”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”

Tree Diagrams

+---x show-radv-summary
+--ro output
+--ro result?

Table of Properties

NameRequiredType/RangeDescription
show-radv-summaryMPath-only node, has no configurable value.
resultROstring(sub-property of output)
A table that shows information of all RADV configurations.