BaseSlot |
The slot # the virtual interface is assigned to. |
BaseUnit |
The unit # the virtual interface is assigned to. |
VirtChannel |
The channel # the virtual interface is assigned to. |
PhysAddr |
The MAC-Address used for the virtual interface. |
AdminStatus |
Optional enable/disable of virtual interface operation.
This is useful for interfaces which are controlled by
special daemons like the BRRP daemon. The AdminStatus
of the interface is set according to the logical state
to the used protocol (like BRRP). Enumerations: |
VlanId |
The VLAN-Tag-Id used for the virtual interface.
|
OperMode |
The intended operation mode of the interface. For use
with BRRP, the driver ignores the last saved ifAdminStatus
in the ifTable and sets the ifAdminStatus from the
virtIfAdminStatus defined above. The other currently defined
operation modes uses the saved ifAdminStatus. Enumerations: - manual (1)
- vlan (2)
- brrp (3)
- brrpOverVlan (4)
|
OrigPhysAddr |
The interface's factory MAC address. |
BridgeIndex |
The BridgeIndex is used for assigning the virtual interface.
to a specific bridge; -1 means, not connected to a bridge,
but used for routing. |