router bgp address-family ipv6-flowspec neighbor ipv4-neighbor¶
Specify a peer-group neighbor router
ipv4-neighbor Specification¶
Parameter
Value
Type
Collection
Object Key(s)
neighbor-ipv4
Collection Name
Collection URI
/axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec/neighbor/ipv4-neighbor
Element Name
ipv4-neighbor
Element URI
/axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec/neighbor/ipv4-neighbor/{neighbor-ipv4}
Element Attributes
ipv4-neighbor_attributes
Partition Visibility
shared
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec/neighbor/ipv4-neighbor | ||
Create List | POST | /axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec/neighbor/ipv4-neighbor | ||
Get Object | GET | /axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec/neighbor/ipv4-neighbor/{neighbor-ipv4} | ||
Get List | GET | /axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec/neighbor/ipv4-neighbor | ||
Modify Object | POST | /axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec/neighbor/ipv4-neighbor/{neighbor-ipv4} | ||
Replace Object | PUT | /axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec/neighbor/ipv4-neighbor/{neighbor-ipv4} | ||
Replace List | PUT | /axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec/neighbor/ipv4-neighbor |
ipv4-neighbor-list¶
ipv4-neighbor-list is JSON List of ipv4-neighbor attributes
ipv4-neighbor-list : [
]
ipv4-neighbor attributes¶
activate
Description Enable the Address Family for this Neighbor
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
neighbor-ipv4
Description Neighbor address
Type: string
Format: ipv4-address
neighbor-route-map-lists
Type: List
send-community-val
Description ‘all’: Send Standard, Extended, and Large Community attributes; ‘both’: Send Standard and Extended Community attributes; ‘none’: Disable Sending Community attributes; ‘standard’: Send Standard Community attributes; ‘extended’: Send Extended Community attributes; ‘large’: Send Large Community attributes;
Type: string
Supported Values: all, both, none, standard, extended, large
Default: both
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
neighbor-route-map-lists¶
Specification
Value
Type
list
Block object keys
nbr-rmap-direction
Description ‘in’: in; ‘out’: out;
Type: string
Supported Values: in, out
nbr-route-map
Description Apply route map to neighbor (Name of route map)
Type: string
Maximum Length: 128 characters
Maximum Length: 1 characters