You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 

Interfaces

  • show interfaces
chassis:showInterfaces resourceType:resourceName

 

  • Add/down interface
chassis:up resourceType:resourceName fe-0/1/2
chassis:down resourceType:resourceName fe-0/1/2

 

  • Create/DeleteSubInterface
chassis:createSubInterface resourceType:resourceName fe-0/1/2.12 -d "FE interface description" --vlanId 12
chassis:createSubInterface resourceType:resourceName lt-0/0/1.12 -d "LT interface description" --peerUnit 11

chassis:deleteSubInterface resourceType:resourceName fe-0/1/2.12
chassis:deleteSubInterface resourceType:resourceName lt-0/0/1.12

 

  • setEncapsulation

 

chassis:setEncapsulation resourceType:resourceName lt-0/0/1.12 [vlanId]

Specifying a vlanId in an ethernet (fe/ge...) subinterface, causes the physical interface hosting it to use vlan-tagging. Once an interface is working has vlan-tagging set, it cannot be removed.

This behaviour is due to an identified bug in the code (OPENNAAS-95). Commands regarding serEncapsulation may change near in the future to solve this issue.

Logical routers

  • list logical routers
  • create/delete logical router
  • Add/Remove interface to logical router
  • No labels