Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 ValueDescription
URLhttp://hostname:8888/opennaas/router/{resourceName}/chassis/logicalrouter/{logical_router_name}/interfaces/delete  
Method

PUT

 
Query ParameterInterface nameInterface name we want to apply encapsulation.
Body ParameterInterfaces names listSubinterfaces names list to be removed from the logical router.
Return- 

SetEncapsulation

This method configures the type of encapsulation to use in given interface. Supported are: no encapsulation and TaggedEthenetEncapsulation.

 ValueDescription
URLhttp://hostname:8888/opennaas/router/{resourceName}/chassis/interfaces/encapsulation/type/{encapsulationType}?ifaceName={interfaceName} 
Method

PUT

 
Query ParameterEncapsulationTypeEncapsulation typeEncapsulation type to be applied in the interface. Valid values are "tagged-ethernet" for IEEE 802.1Q and "none" for no encapsulation.
Return- 
Body Example

Following example would set TaggedEthernetEncapsulation to interface fe-0/3/3.

...

themeEclipse
languagehtml/xml

...

SetEncapsulationLabel

This method configures the label of encapsulation to use in given interface.

 ValueDescription
URLhttp://hostname:8888/opennaas/router/{resourceName}/chassis/interfaces/encapsulation/label/{encapsulationLabel}?ifaceName={interfaceName} 
Method

PUT

 
Query ParameterEncapsulation labelEncapsulation label to be applied in the interface. Valid values are depend on the encapsultaion type.
Return-
 ValueDescription
URLhttp://hostname:8888/opennaas/router/{resourceName}/chassis/interfaces/encapsulation/type/{encapsulationType}?ifaceName={interfaceName} 
Method

PUT

 
Query ParameterEncapsulation typeEncapsulation type to be applied in the interface. Valid values are "tagged-ethernet" for IEEE 802.1Q and "none" for no encapsulation.
Return-