NETGEAR-VPC-MIB

File: NETGEAR-VPC-MIB.mib (40316 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
QUANTA-LB6M-REF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 IpAddress TruthValue
RowStatus MacAddress InterfaceIndex
lb6m AgentPortMask

Defined Types

AgentVpcConfigEntry  
SEQUENCE    
  agentVpcConfigId Unsigned32
  agentVpcTrackPortMask AgentPortMask

AgentPeerConfigEntry  
SEQUENCE    
  agentPeerConfigRowIndex Unsigned32
  agentPeerIpAddr IpAddress
  agentSourceIpAddr IpAddress
  agentDcpdpUdpPort Unsigned32
  agentPeerRowStatus RowStatus

AgentVpcDomainConfigEntry  
SEQUENCE    
  agentVpcDomainIndex Unsigned32
  agentVpcDomainKeepalivePriority Unsigned32
  agentVpcDomainKeepaliveTimeout Unsigned32
  agentVpcDomainKeepaliveMode INTEGER
  agentVpcDomainPeerDetectionMode INTEGER
  agentVpcDomainSystemMac MacAddress
  agentVpcDomainSystemPriority Unsigned32
  agentVpcDomainPeerDetectionInterval Unsigned32
  agentVpcDomainPeerDetectionTimeout Unsigned32
  agentVpcDomainPeerIpAddr IpAddress
  agentVpcDomainSourceIpAddr IpAddress
  agentVpcDomainDcpdpUdpPort Unsigned32
  agentVpcDomainStatus RowStatus

AgentVpcSelfMemberStatusEntry  
SEQUENCE    
  agentVpcSelfMemberStatusVpcId Unsigned32
  agentVpcSelfMemberStatusIntfId InterfaceIndex
  agentVpcSelfMemberStatusIntfState INTEGER

AgentVpcPeerMemberStatusEntry  
SEQUENCE    
  agentVpcPeerMemberStatusVpcId Unsigned32
  agentVpcPeerMemberStatusIntfId InterfaceIndex
  agentVpcPeerMemberStatusIntfState INTEGER

AgentVpcStatusEntry  
SEQUENCE    
  agentVpcStatusId Unsigned32
  agentVpcOperationalStatus INTEGER
  agentPortChannelId InterfaceIndex
  agentVpcInterfaceState INTEGER

Defined Values

fastPathVpc 1.3.6.1.4.1.4413.1.1.200
The MIB definitions VPC Feature.
MODULE-IDENTITY    

agentVpcConfigGroup 1.3.6.1.4.1.4413.1.1.200.1
OBJECT IDENTIFIER    

agentVpcMode 1.3.6.1.4.1.4413.1.1.200.1.1
To enable VPC globally. The VPC role election happens if both the VPC feature is enabled and if the keepalive state machine is enabled. The following options are supported: enable - Enable VPC globally disable - Disable VPC globally
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

agentKeepalivePriority 1.3.6.1.4.1.4413.1.1.200.1.2
To configure the priority of the VPC switch. This value is used for the VPC role election. Configurable range is 1 to 255. The default value is 100. Note: The VPC switch with lower priority becomes the Primary. If both the VPC peer switches have the same role priority, the device with lower system MAC address becomes the Primary.
Status: obsolete Access: read-write
OBJECT-TYPE    
  Unsigned32 1..255  

agentKeepaliveTimeout 1.3.6.1.4.1.4413.1.1.200.1.3
To configure the peer keepalive timeout value (in seconds). If an VPC switch does not receive keepalive messages from the peer for this timeout value, it takes the decision to transition its role (if required). Configurable rang is 2 to 15 seconds. Default value is 5 seconds. Note: The keepalive state machine is not restarted if keepalive priority is modified post election.
Status: obsolete Access: read-write
OBJECT-TYPE    
  Unsigned32 2..15  

agentKeepaliveMode 1.3.6.1.4.1.4413.1.1.200.1.4
To start/stop the keepalive state machine on the VPC device, if VPC is globally enabled. The following options are supported: enable - Enable keepalive disable - Disable keepalive
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  


agentPeerDetectionMode 1.3.6.1.4.1.4413.1.1.200.1.6
To start/stop the dual control plane detection protocol (DCPDP) on the VPC switch. The following options are supported: enable - Enable the DCPDP on VPC switch disable - Disable the DCPDP on VPC switch Note: The peer VPC switch's IP address has to be configured for the DCPDP to start on an VPC switch.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

agentVpcConfigTable 1.3.6.1.4.1.4413.1.1.200.1.7
VPC config table.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentVpcConfigEntry

agentVpcConfigEntry 1.3.6.1.4.1.4413.1.1.200.1.7.1
VPC config entry.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  AgentVpcConfigEntry  

agentVpcConfigId 1.3.6.1.4.1.4413.1.1.200.1.7.1.1
VPC Id. This object is obselete. Refer to agentVpcDomainIndex for configuring VPC Id.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32 1..63  

agentVpcTrackPortMask 1.3.6.1.4.1.4413.1.1.200.1.7.1.2
Tracking of non-mlag links.
Status: obsolete Access: read-write
OBJECT-TYPE    
  AgentPortMask  

agentPeerConfigTable 1.3.6.1.4.1.4413.1.1.200.1.8
VPC config table.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentPeerConfigEntry

agentPeerConfigEntry 1.3.6.1.4.1.4413.1.1.200.1.8.1
VPC config entry.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  AgentPeerConfigEntry  

agentPeerConfigRowIndex 1.3.6.1.4.1.4413.1.1.200.1.8.1.1
Index.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..1  

agentPeerIpAddr 1.3.6.1.4.1.4413.1.1.200.1.8.1.2
To configure IP address of the peer VPC switch. This configuration is used by the dual control plane detection protocol (DCPDP) on the VPC switches. NOTE: In order to set value for the object, need to set values for agentPeerIpAddr, agentSourceIpAddr, agentPeerRowStatus objects simultaneously. To reset the object to the default state, the agentPeerRowStatus object should be used.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

agentSourceIpAddr 1.3.6.1.4.1.4413.1.1.200.1.8.1.3
To configure Self IP address of the VPC switch that is used as the source IP by the dual control plane detection protocol (DCPDP) on the VPC switches. NOTE: In order to set value for the object, need to set values for agentPeerIpAddr, agentSourceIpAddr, agentPeerRowStatus objects simultaneously. To reset the object to the default state, the agentPeerRowStatus object should be used.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

agentDcpdpUdpPort 1.3.6.1.4.1.4413.1.1.200.1.8.1.4
To configure the UDP port on which the VPC switch listens to the DCPDP messages. Configurable range is 1 to 65535. Default value is 50000. NOTE: In order to set value for the object, need to set values for agentPeerIpAddr, agentSourceIpAddr, agentPeerRowStatus, agentDcpdpUdpPort objects simultaneously. To reset the object to the default state, the agentPeerRowStatus object should be used.
Status: obsolete Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

agentPeerRowStatus 1.3.6.1.4.1.4413.1.1.200.1.8.1.5
Peer config status. Supported values: active(1) - valid instance. createAndGo(4) - used to configure peer configuration. destroy(6) - reset peer configuration.
Status: obsolete Access: read-create
OBJECT-TYPE    
  RowStatus  

agentVpcDomainConfigTable 1.3.6.1.4.1.4413.1.1.200.1.9
VPC domain config table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentVpcDomainConfigEntry

agentVpcDomainConfigEntry 1.3.6.1.4.1.4413.1.1.200.1.9.1
VPC domain config entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentVpcDomainConfigEntry  

agentVpcDomainIndex 1.3.6.1.4.1.4413.1.1.200.1.9.1.1
VPC Domain ID.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..255  

agentVpcDomainKeepalivePriority 1.3.6.1.4.1.4413.1.1.200.1.9.1.2
To configure the priority of the VPC switch. This value is used for the VPC role election. Configurable range is 1 to 255. The default value is 100. Note: The VPC switch with lower priority becomes the Primary. If both the VPC peer switches have the same role priority, the device with lower system MAC address becomes the Primary.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..255  

agentVpcDomainKeepaliveTimeout 1.3.6.1.4.1.4413.1.1.200.1.9.1.3
To configure the peer keepalive timeout value (in seconds). If an VPC switch does not receive keepalive messages from the peer for this timeout value, it takes the decision to transition its role (if required). Configurable range is 2 to 15 seconds. Default value is 5 seconds. Note: The keepalive state machine is not restarted if keepalive priority is modified post election.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 2..15  

agentVpcDomainKeepaliveMode 1.3.6.1.4.1.4413.1.1.200.1.9.1.4
To start/stop the keepalive state machine on the VPC device, if VPC is globally enabled. The following options are supported: enable - Enable keepalive disable - Disable keepalive
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

agentVpcDomainPeerDetectionMode 1.3.6.1.4.1.4413.1.1.200.1.9.1.5
To start/stop the dual control plane detection protocol (DCPDP) on the VPC switch. The following options are supported: enable - Enable the DCPDP on VPC switch disable - Disable the DCPDP on VPC switch Note: The peer VPC switch's IP address has to be configured for the DCPDP to start on an VPC switch.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

agentVpcDomainSystemMac 1.3.6.1.4.1.4413.1.1.200.1.9.1.6
To configure the MAC address for the VPC domain. This mac-address is used in the LACP PDUs and STP BPDUs that are sent out on VPC member ports. For the VPC domain to use the manually configured VPC MAC address, it should be manually configured on both the VPC peers and should be the same. If VPC is configured on only one of the VPC peers or is configured different on VPC peers, auto-generated MAC address is used. The specified MAC address should be a unicast MAC address in format and should not be equal to the MAC address of either primary VPC or secondary VPC device. The manually configured VPC MAC address is used instead of auto-generated VPC MAC address only if the VPC feature is re-enabled after configuring the VPC MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

agentVpcDomainSystemPriority 1.3.6.1.4.1.4413.1.1.200.1.9.1.7
To configure the system priority for the VPC domain. This is used in the LACP PDUs sent out on VPC member ports. System-priority should be configured same on both the VPC peers. If the configured VPC system priority is different on VPC peers, then VPC will not come up. The default priority value is 32767.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

agentVpcDomainPeerDetectionInterval 1.3.6.1.4.1.4413.1.1.200.1.9.1.8
To configure the DCPDP transmission interval. NOTE: In order to set value for the object, need to set values for DCPDP transmission interval and reception timeout simultaneously.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 200..4000  

agentVpcDomainPeerDetectionTimeout 1.3.6.1.4.1.4413.1.1.200.1.9.1.9
To configure the DCPDP reception timeout. NOTE: In order to set value for the object, need to set values for DCPDP transmission interval and reception timeout simultaneously.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 700..14000  

agentVpcDomainPeerIpAddr 1.3.6.1.4.1.4413.1.1.200.1.9.1.10
To configure IP address of the peer VPC switch. This configuration is used by the dual control plane detection protocol (DCPDP) on the VPC switches. NOTE: In order to set value for the object, need to set values for IP address of the peer MLAG switch and destination IP of the DCPDP message simultaneously.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

agentVpcDomainSourceIpAddr 1.3.6.1.4.1.4413.1.1.200.1.9.1.11
To configure Self IP address of the VPC switch that is used as the source IP by the dual control plane detection protocol (DCPDP) on the VPC switches. NOTE: In order to set value for the object, need to set values for IP address of the peer MLAG switch and destination IP of the DCPDP message simultaneously.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

agentVpcDomainDcpdpUdpPort 1.3.6.1.4.1.4413.1.1.200.1.9.1.12
To configure the UDP port on which the VPC switch listens to the DCPDP messages. Configurable range is 1 to 65535. Default value is 50000. NOTE: In order to set value for the object, need to set values for IP address of the peer MLAG switch, destination IP of the DCPDP message and UDP port on which the MLAG switch listens to the DCPDP messages simultaneously.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

agentVpcDomainStatus 1.3.6.1.4.1.4413.1.1.200.1.9.1.13
Status of VPC Domain.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentVpcPeerKeepAliveStatsGroup 1.3.6.1.4.1.4413.1.1.200.2
OBJECT IDENTIFIER    

agentVpcPeerKeepAliveTotalTx 1.3.6.1.4.1.4413.1.1.200.2.1
Total Packets transmitted
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerKeepAliveSuccessTx 1.3.6.1.4.1.4413.1.1.200.2.2
Successfully Transmitted Packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerKeepAliveTxErrors 1.3.6.1.4.1.4413.1.1.200.2.3
Transmit Failed Packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerKeepAliveTotalRx 1.3.6.1.4.1.4413.1.1.200.2.4
Total Packets Received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerKeepAliveSuccessRx 1.3.6.1.4.1.4413.1.1.200.2.5
Successfully Received Packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerKeepAliveRxErrors 1.3.6.1.4.1.4413.1.1.200.2.6
Number of packets received with errors.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerKeepAliveTimeoutCount 1.3.6.1.4.1.4413.1.1.200.2.7
Timeout counter.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkStatsGroup 1.3.6.1.4.1.4413.1.1.200.3
OBJECT IDENTIFIER    

agentVpcPeerLinkControlMsgTx 1.3.6.1.4.1.4413.1.1.200.3.1
Peer link control messages transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkTxErrors 1.3.6.1.4.1.4413.1.1.200.3.2
Peer link control messages Tx errors.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkTxTimeout 1.3.6.1.4.1.4413.1.1.200.3.3
Peer link control messages Tx timeout.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkControlMsgAckTx 1.3.6.1.4.1.4413.1.1.200.3.4
Peer link control messages ACK transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkControlMsgAckErrors 1.3.6.1.4.1.4413.1.1.200.3.5
Peer link control messages ACK Tx errors.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkControlMsgRx 1.3.6.1.4.1.4413.1.1.200.3.6
Peer link control messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkDataMsgTx 1.3.6.1.4.1.4413.1.1.200.3.7
Peer link data messages transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkDataMsgTxErrors 1.3.6.1.4.1.4413.1.1.200.3.8
Peer link data messages Tx errors.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkDataMsgTxTimeout 1.3.6.1.4.1.4413.1.1.200.3.9
Peer link data messages Tx timeout.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkDataMsgRx 1.3.6.1.4.1.4413.1.1.200.3.10
Peer link data messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkBPDUTx 1.3.6.1.4.1.4413.1.1.200.3.11
Peer link BPDU's transmitted to peer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkBPDUTxErrors 1.3.6.1.4.1.4413.1.1.200.3.12
Peer link BPDU's Tx errors.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkBPDUrx 1.3.6.1.4.1.4413.1.1.200.3.13
Peer link BPDU's received from peer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkBPDURxErrors 1.3.6.1.4.1.4413.1.1.200.3.14
Peer link BPDU's Rx errors.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkLACPDUTx 1.3.6.1.4.1.4413.1.1.200.3.15
Peer link LACPDU's tranmsitted to peer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkLACPDUTxErrors 1.3.6.1.4.1.4413.1.1.200.3.16
Peer link LACPDU's Tx errors.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkLACPDUrx 1.3.6.1.4.1.4413.1.1.200.3.17
Peer link LACPDU's received from peer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerLinkLACPDURxErrors 1.3.6.1.4.1.4413.1.1.200.3.18
Peer link LACPDU's Rx errors.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcStatusGroup 1.3.6.1.4.1.4413.1.1.200.4
OBJECT IDENTIFIER    

agentVpcPeerLinkStatus 1.3.6.1.4.1.4413.1.1.200.4.1
Peer link operational status.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

agentVpcTotalVpcConfigured 1.3.6.1.4.1.4413.1.1.200.4.2
Number of VPC's configured.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcTotalVpcOperational 1.3.6.1.4.1.4413.1.1.200.4.3
Number of VPC's operational.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcSelfRole 1.3.6.1.4.1.4413.1.1.200.4.4
VPC role.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), primary(2), secondary(3)  

agentVpcOperationMode 1.3.6.1.4.1.4413.1.1.200.4.5
VPC operational mode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentVpcPeerRole 1.3.6.1.4.1.4413.1.1.200.4.6
Vpc peer role.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), primary(2), secondary(3)  

agentVpcKeepaliveOperationalMode 1.3.6.1.4.1.4413.1.1.200.4.7
VPC keepalive operational mode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentVpcSystemMac 1.3.6.1.4.1.4413.1.1.200.4.8
System MAC address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

agentVpcState 1.3.6.1.4.1.4413.1.1.200.4.9
The following states of a VPC mean: DISABLE: In this state, the VPC interfaces, if any are shut down. LISTEN: The keepalive does not advertise any packets. READY: The keepalive component starts sending keepalive messages periodically with the state as READY. PRIMARY: Traffic over VPC interfaces is allowed to be forwarded. The keepalive protocol continues to advertise keepalive messages with the state as PRIMARY. SECONDARY: Traffic over VPC interfaces is allowed to be forwarded. The keepalive protocol continues to advertise keepalive messages with the state as SECONDARY.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(1), listen(2), ready(3), primary(4), secondary(5)  

agentVpcPeerPriority 1.3.6.1.4.1.4413.1.1.200.4.10
VPC peer priority.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentVpcPeerMac 1.3.6.1.4.1.4413.1.1.200.4.11
VPC peer MAC address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

agentVpcPeerDetectionStatus 1.3.6.1.4.1.4413.1.1.200.4.12
VPC peer detection status.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

agentVpcIsPeerDetected 1.3.6.1.4.1.4413.1.1.200.4.13
Indicates if the VPC peer is detected.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

agentVpcSelfMemberStatusTable 1.3.6.1.4.1.4413.1.1.200.4.14
VPC self member ports status table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentVpcSelfMemberStatusEntry

agentVpcSelfMemberStatusEntry 1.3.6.1.4.1.4413.1.1.200.4.14.1
VPC self member port status entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentVpcSelfMemberStatusEntry  

agentVpcSelfMemberStatusVpcId 1.3.6.1.4.1.4413.1.1.200.4.14.1.1
VPC Id.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..63  

agentVpcSelfMemberStatusIntfId 1.3.6.1.4.1.4413.1.1.200.4.14.1.2
Interface Id.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

agentVpcSelfMemberStatusIntfState 1.3.6.1.4.1.4413.1.1.200.4.14.1.3
VPC self member interface status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

agentVpcPeerMemberStatusTable 1.3.6.1.4.1.4413.1.1.200.4.15
VPC peer member ports status table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentVpcPeerMemberStatusEntry

agentVpcPeerMemberStatusEntry 1.3.6.1.4.1.4413.1.1.200.4.15.1
VPC peer member port status entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentVpcPeerMemberStatusEntry  

agentVpcPeerMemberStatusVpcId 1.3.6.1.4.1.4413.1.1.200.4.15.1.1
VPC Id.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..63  

agentVpcPeerMemberStatusIntfId 1.3.6.1.4.1.4413.1.1.200.4.15.1.2
Interface Id.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

agentVpcPeerMemberStatusIntfState 1.3.6.1.4.1.4413.1.1.200.4.15.1.3
VPC peer member interface status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

agentVpcStatusTable 1.3.6.1.4.1.4413.1.1.200.4.16
VPC status table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentVpcStatusEntry

agentVpcStatusEntry 1.3.6.1.4.1.4413.1.1.200.4.16.1
VPC status entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentVpcStatusEntry  

agentVpcStatusId 1.3.6.1.4.1.4413.1.1.200.4.16.1.1
VPC Id.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..63  

agentVpcOperationalStatus 1.3.6.1.4.1.4413.1.1.200.4.16.1.2
VPC operational status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentPortChannelId 1.3.6.1.4.1.4413.1.1.200.4.16.1.3
Port-channel ID.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

agentVpcInterfaceState 1.3.6.1.4.1.4413.1.1.200.4.16.1.4
The following states of a VPC port-channel interface mean: DISABLE: The state of a port-channel before VPC functionality is enabled on it. WAIT: The VPC port-channel 'waits' for the VPC functionality to be enabled on a port-channel of the peer switch. ERROR: After VPC is enabled on a port-channel of both peer switches, the DOT3AD component checks to see if all entry criteria are met for the port-channel to be operational. ACTIVE: If the entry criteria are satisfied, then the VPC interface is set to ACTIVE and is operationally enabled. Traffic is now allowed to flow through the VPC member ports. INACTIVE: If links connected to the VPC member ports are down, then the VPC interface is set to INACTIVE on the switch. The VPC will remain ACTIVE on the peer switch.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(1), wait(2), error(3), active(4), inactive(5)