Documentation
¶
Overview ¶
Cisco VLAN ifTable Relationship MIB lists VLAN-id and ifIndex information for routed VLAN interfaces.
A routed VLAN interface is the router interface or sub-interface to which the router's IP address on the VLAN is attached. For example, an ISL, SDE, or 802.1Q encapsulated subinterface, or Switched Virtual Interface (SVI).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CISCOVLANIFTABLERELATIONSHIPMIB ¶
type CISCOVLANIFTABLERELATIONSHIPMIB struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The cviVlanInterfaceIndexTable provides a way to translate a VLAN-id in to // an ifIndex, so that the routed VLAN interface's routing configuration can // be obtained from interface entry in ipRouteTable. Note that some routers // can have interfaces to multiple VLAN management domains, and therefore can // have multiple routed VLAN interfaces which connect to different VLANs // having the same VLAN-id. Thus, it is possible to have multiple rows in // this table for the same VLAN-id. The cviVlanInterfaceIndexTable also // provides a way to find the VLAN-id from an ifTable VLAN's ifIndex. CviVlanInterfaceIndexTable CISCOVLANIFTABLERELATIONSHIPMIB_CviVlanInterfaceIndexTable }
CISCOVLANIFTABLERELATIONSHIPMIB
func (*CISCOVLANIFTABLERELATIONSHIPMIB) GetEntityData ¶
func (cISCOVLANIFTABLERELATIONSHIPMIB *CISCOVLANIFTABLERELATIONSHIPMIB) GetEntityData() *types.CommonEntityData
type CISCOVLANIFTABLERELATIONSHIPMIB_CviVlanInterfaceIndexTable ¶
type CISCOVLANIFTABLERELATIONSHIPMIB_CviVlanInterfaceIndexTable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Each entry represents a routed VLAN interface, its corresponding physical // port if any, and the ifTable entry for the routed VLAN interface. Entries // are created by the agent when the routed VLAN interface is created. // Operational status of routing does not affect the entries listed here. For // routing configuration please refer to ipRouteTable. Entries are deleted by // the agent when the routed VLAN interface is removed from the system // configuration. The type is slice of // CISCOVLANIFTABLERELATIONSHIPMIB_CviVlanInterfaceIndexTable_CviVlanInterfaceIndexEntry. CviVlanInterfaceIndexEntry []*CISCOVLANIFTABLERELATIONSHIPMIB_CviVlanInterfaceIndexTable_CviVlanInterfaceIndexEntry }
CISCOVLANIFTABLERELATIONSHIPMIB_CviVlanInterfaceIndexTable The cviVlanInterfaceIndexTable provides a way to translate a VLAN-id in to an ifIndex, so that the routed VLAN interface's routing configuration can be obtained from interface entry in ipRouteTable.
Note that some routers can have interfaces to multiple VLAN management domains, and therefore can have multiple routed VLAN interfaces which connect to different VLANs having the same VLAN-id. Thus, it is possible to have multiple rows in this table for the same VLAN-id.
The cviVlanInterfaceIndexTable also provides a way to find the VLAN-id from an ifTable VLAN's ifIndex.
func (*CISCOVLANIFTABLERELATIONSHIPMIB_CviVlanInterfaceIndexTable) GetEntityData ¶
func (cviVlanInterfaceIndexTable *CISCOVLANIFTABLERELATIONSHIPMIB_CviVlanInterfaceIndexTable) GetEntityData() *types.CommonEntityData
type CISCOVLANIFTABLERELATIONSHIPMIB_CviVlanInterfaceIndexTable_CviVlanInterfaceIndexEntry ¶
type CISCOVLANIFTABLERELATIONSHIPMIB_CviVlanInterfaceIndexTable_CviVlanInterfaceIndexEntry struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The VLAN-id number of the routed VLAN interface. // The type is interface{} with range: 0..4095. CviVlanId interface{} // This attribute is a key. For subinterfaces, this object is the ifIndex of // the physical interface for the subinterface. For Switch Virtual Interfaces // (SVIs), this object is zero. The type is interface{} with range: // 0..2147483647. CviPhysicalIfIndex interface{} // The index for the ifTable entry associated with this routed VLAN interface. // The type is interface{} with range: 1..2147483647. CviRoutedVlanIfIndex interface{} }
CISCOVLANIFTABLERELATIONSHIPMIB_CviVlanInterfaceIndexTable_CviVlanInterfaceIndexEntry Each entry represents a routed VLAN interface, its corresponding physical port if any, and the ifTable entry for the routed VLAN interface.
Entries are created by the agent when the routed VLAN interface is created. Operational status of routing does not affect the entries listed here. For routing configuration please refer to ipRouteTable.
Entries are deleted by the agent when the routed VLAN interface is removed from the system configuration.
func (*CISCOVLANIFTABLERELATIONSHIPMIB_CviVlanInterfaceIndexTable_CviVlanInterfaceIndexEntry) GetEntityData ¶
func (cviVlanInterfaceIndexEntry *CISCOVLANIFTABLERELATIONSHIPMIB_CviVlanInterfaceIndexTable_CviVlanInterfaceIndexEntry) GetEntityData() *types.CommonEntityData