router bgp address-family ipv6 neighbor ipv4-neighbor¶
Specify a peer-group neighbor router
ipv4-neighbor Specification¶
Parameter Value Type Collection Object Key(s) neighbor-ipv4 Collection Name ipv4-neighbor-list Collection URI /axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor/ipv4-neighbor Element Name ipv4-neighbor Element URI /axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor/ipv4-neighbor/{neighbor-ipv4} Element Attributes ipv4-neighbor_attributes Partition Visibility shared Schema ipv4-neighbor schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor/ipv4-neighbor | ||
Create List | POST | /axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor/ipv4-neighbor | ||
Get Object | GET | /axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor/ipv4-neighbor/{neighbor-ipv4} | ||
Get List | GET | /axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor/ipv4-neighbor | ||
Modify Object | POST | /axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor/ipv4-neighbor/{neighbor-ipv4} | ||
Replace Object | PUT | /axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor/ipv4-neighbor/{neighbor-ipv4} | ||
Replace List | PUT | /axapi/v3/router/bgp/{as-number}/address-family/ipv6/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
allowas-in
Description Accept as-path with my AS present in it
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
allowas-in-count
Description Number of occurrences of AS number
Type: number
Range: 1-10
Default: 3
default-originate
Description Originate default route to this neighbor
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
distribute-lists
Type: Listgraceful-restart
Description enable graceful-restart helper for this neighbor
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
inbound
Description Allow inbound soft reconfiguration for this neighbor
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
maximum-prefix
Description Maximum number of prefix accept from this peer (maximum no. of prefix limit (various depends on model))
Type: number
maximum-prefix-thres
Description threshold-value, 1 to 100 percent
Type: number
Range: 1-100
neighbor-filter-lists
Type: Listneighbor-ipv4
Description Neighbor address
Type: string
Format: ipv4-address
neighbor-prefix-lists
Type: Listneighbor-route-map-lists
Type: Listnext-hop-self
Description Disable the next hop calculation for this neighbor
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
peer-group-name
Description Configure peer-group (peer-group name)
Type: string
Maximum Length: 128 characters
Maximum Length: 1 characters
prefix-list-direction
Description ‘both’: both; ‘receive’: receive; ‘send’: send;
Type: string
Supported Values: both, receive, send
remove-private-as
Description Remove private AS number from outbound updates
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
restart-min
Description restart value, 1 to 1440 minutes
Type: number
Range: 1-1440
route-map
Description Route-map to specify criteria to originate default (route-map name)
Type: string
Maximum Length: 128 characters
Maximum Length: 1 characters
send-community-val
Description ‘both’: Send Standard and Extended Community attributes; ‘none’: Disable Sending Community attributes; ‘standard’: Send Standard Community attributes; ‘extended’: Send Extended Community attributes;
Type: string
Supported Values: both, none, standard, extended
Default: both
unsuppress-map
Description Route-map to selectively unsuppress suppressed routes (Name of route map)
Type: string
Maximum Length: 128 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
weight
Description Set default weight for routes from this neighbor
Type: number
Range: 0-65535
Default: 0
distribute-lists¶
Specification Value Type list Block object keys distribute-list
Description Filter updates to/from this neighbor (IP standard/extended/named access list)
Type: string
Maximum Length: 128 characters
Maximum Length: 1 characters
distribute-list-direction
Description ‘in’: in; ‘out’: out;
Type: string
Supported Values: in, out
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
neighbor-filter-lists¶
Specification Value Type list Block object keys filter-list
Description Establish BGP filters (AS path access-list name)
Type: string
Maximum Length: 128 characters
Maximum Length: 1 characters
filter-list-direction
Description ‘in’: in; ‘out’: out;
Type: string
Supported Values: in, out
neighbor-prefix-lists¶
Specification Value Type list Block object keys nbr-prefix-list
Description Filter updates to/from this neighbor (Name of a prefix list)
Type: string
Maximum Length: 128 characters
Maximum Length: 1 characters
nbr-prefix-list-direction
Description ‘in’: in; ‘out’: out;
Type: string
Supported Values: in, out