ipv6 route rib¶
Establish static routes
rib Specification¶
Type Collection Object Key(s) ipv6-address Collection Name rib-list Collection URI /axapi/v3/ipv6/route/rib Element Name rib Element URI /axapi/v3/ipv6/route/rib/{ipv6-address} Element Attributes rib_attributes Schema rib schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/ipv6/route/rib | ||
Create List | POST | /axapi/v3/ipv6/route/rib | ||
Get Object | GET | /axapi/v3/ipv6/route/rib/{ipv6-address} | ||
Get List | GET | /axapi/v3/ipv6/route/rib | ||
Modify Object | POST | /axapi/v3/ipv6/route/rib/{ipv6-address} | ||
Replace Object | PUT | /axapi/v3/ipv6/route/rib/{ipv6-address} | ||
Replace List | PUT | /axapi/v3/ipv6/route/rib | ||
Delete Object | DELETE | /axapi/v3/ipv6/route/rib/{ipv6-address} |
rib-list¶
rib-list is JSON List of rib attributes
rib-list : [
]
rib attributes¶
ipv6-address
Description IPV6 address
Type: string
Format: ipv6-address-plen
ipv6-nexthop-ipv6
Type: Listipv6-nexthop-tunnel
Type: Listuuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
ipv6-nexthop-tunnel¶
Specification Type list Block object keys description
Description Description for static route
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
distance-nexthop-tunnel
Description Distance value for this route
Type: number
Range: 1-255
Default: 1
ipv6-nexthop-tunnel-addr
Description Forwarding router’s address
Type: string
Format: ipv6-address
tunnel
Description Tunnel interface (Tunnel interface number)
Type: number
Range: 1-128
ipv6-nexthop-ipv6¶
Specification Type list Block object keys description
Description Description for static route
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
distance
Description Distance value for this route
Type: number
Range: 1-255
Default: 1
ethernet
Description Ethernet interface (Ethernet interface number)
Type: number
Format: interface
ipv6-nexthop
Description Forwarding router’s address
Type: string
Format: ipv6-address
trunk
Description Trunk interface (Trunk interface number)
Type: number
Format: interface
ve
Description Virtual Ethernet interface (Virtual Ethernet interface number)
Type: number
Format: interface