API ReferenceNew CentralGuidesMRT APIConfiguration API
GithubAirheads Developer Community
API Reference

Update loopback interface configurations

A list of loopback interface(s), each device type
has its own capacity defined (i.e.) the number of
interfaces and addresses it can support.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≤ 9999

Unique identifier for the loopback interface.

Query Params
string

LOCAL - To update local objects. SHARED - To update shared objects. Default - Defaults to SHARED if not provided

string

Scope at which local object needs to be updated. Mandatory if object-type = LOCAL. Should not be provided for object-type = SHARED.

string

Device function for which the local object needs to be updated. Mandatory if object_type = LOCAL. Should not be provided for object_type = SHARED.

Body Params

interfacebody object

boolean
ipv4
array of objects
length ≤ 2147483647

List of IPv4 addresses on the interface.

ipv4
string
length ≤ 9999

Primary IPv4 address with netmask specified.

ipv6-address
array of strings
length ≤ 2147483647
ipv6-address
ipv6-addresses
array of objects
length ≤ 2147483647

List of IPv6 addresses with prefix length and tag.

ipv6-addresses
string
length ≤ 9999
secondary-ip
array of strings
length ≤ 2147483647
secondary-ip
ipv4-config
object

Loopback interface(s) IPv4 configurations.

ipv6-config
object

Loopback interface(s) IPv6 configurations.

urpf
object

Unicast Reverse Path Forwarding (uRPF) on the interface to prevent IP address spoofing.

pim-sparse
object

PIM-SM protocol on Loopback interface.

pim6-sparse
object

IPv6 PIM-SM protocol configuration on loopback interface.

pim-bidir
object

PIM-Bidir protocol.

string
length between 1 and 256

Description of the loopback interface.

int32
0 to 255

Unique identifier for the loopback interface.

string
length ≤ 9999

Add the interface to the VRF instance uniquely identified by its name.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json