Action |
Method |
Payload Required |
API |
---|---|---|---|
To create VLAN |
POST |
Yes |
/api/running/switch |
To delete VLAN |
DELETE |
No |
/api/running/switch/vlan/90 |
To create interface VLAN |
POST |
Yes |
/api/running/switch/interface |
To display the VLAN configuration |
GET |
No |
/api/running/switch/vlan?deep |
To displace all the interface VLAN configurations |
GET |
No |
/api/running/switch/interface/vlan?deep |
To display a specific interface VLAN configuration |
GET |
No |
/api/running/switch/interface/vlan/90 |
To delete the VLAN interface |
DELETE |
No |
/api/running/switch/interface/vlan/90 |
To configure an IP address for a VLAN interface |
PATCH |
Yes |
/api/running/switch/interface/vlan |
To delete an IP address for a VLAN interface |
DELETE |
No |
/api/running/switch/ip/route/ip-route-forwarding-list/2.2.2.2,255.255.255.255,5.5.5.1 |
To show the IP interface |
GET |
No |
/api/operational/switch/ip/interface |
To delete remote SPAN setting for VLAN |
DELETE |
No |
/api/running/switch/interface/vlan/20/remote-span |
Published On: August 6ᵗʰ, 2019 02:11