router ipv6 rip redistribute¶
Redistribute information from another routing protocol
redistribute Specification¶
Parameter
Value
Type
Configuration Resource
Element Name
redistribute
Element URI
/axapi/v3/router/ipv6/rip/redistribute
Element Attributes
redistribute_attributes
Partition Visibility
shared
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/router/ipv6/rip/redistribute | ||
Get Object | GET | /axapi/v3/router/ipv6/rip/redistribute | ||
Modify Object | POST | /axapi/v3/router/ipv6/rip/redistribute | ||
Replace Object | PUT | /axapi/v3/router/ipv6/rip/redistribute | ||
Delete Object | DELETE | /axapi/v3/router/ipv6/rip/redistribute | ||
redistribute attributes¶
redist-list
Type: List
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
vip-list
Type: List
redist-list¶
Specification
Value
Type
list
Block object keys
metric
Description Metric for redistributed routes (metric value)
Type: number
Range: 0-16
route-map
Description Route map reference (Pointer to route-map entries)
Type: string
Maximum Length: 128 characters
Maximum Length: 1 characters
type
Description ‘bgp’: Border Gateway Protocol (BGP); ‘connected’: Connected; ‘floating-ip’: Floating IP; ‘ip-nat-list’: IP NAT list; ‘ip-nat’: IP NAT; ‘isis’: ISO IS-IS; ‘lw4o6’: LW4O6 Prefix; ‘nat-map’: NAT MAP Prefix; ‘nat64’: NAT64 Prefix; ‘static-nat’: Static NAT; ‘ospf’: Open Shortest Path First (OSPF); ‘static’: Static routes;
Type: string
Supported Values: bgp, connected, floating-ip, ip-nat-list, ip-nat, isis, lw4o6, nat-map, nat64, static-nat, ospf, static
vip-list¶
Specification
Value
Type
list
Block object keys
vip-metric
Description Metric for redistributed routes (metric value)
Type: number
Range: 0-16
vip-route-map
Description Route map reference (Pointer to route-map entries)
Type: string
Maximum Length: 128 characters
Maximum Length: 1 characters
vip-type
Description ‘only-flagged’: Selected Virtual IP (VIP); ‘only-not-flagged’: Only not flagged;
Type: string
Supported Values: only-flagged, only-not-flagged