BASP-Config-MIB

File: BASP-Config-MIB.mib (18616 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB

Imported symbols

enterprises IpAddress OBJECT-TYPE
DisplayString PhysAddress

Defined Types

BtTeamEntry  
SEQUENCE    
  btTeamIndex INTEGER 0..65535
  btTeamName DisplayString
  btTeamType INTEGER
  btTeamMacAddress PhysAddress
  btPhyNumber INTEGER
  btVirNumber INTEGER
  btMode INTEGER
  btLiveLinkEnable INTEGER
  btLinkPacketFrequency INTEGER
  btLinkMaxRetry INTEGER
  btLinkRetryFrequency INTEGER
  btLinkTargetIpAddress1 IpAddress
  btLinkTargetIpAddress2 IpAddress
  btLinkTargetIpAddress3 IpAddress
  btLinkTargetIpAddress4 IpAddress

BtPhyAdapterEntry  
SEQUENCE    
  btpTeamIndex INTEGER 0..65535
  btpAdapterIndex INTEGER 0..65535
  btpAdapterDesc DisplayString
  btpMemberType INTEGER
  btpMacAddress PhysAddress
  btpMemberState INTEGER
  btpLiveLinkIp IpAddress

BtVirAdapterEntry  
SEQUENCE    
  btvTeamIndex INTEGER 0..65535
  btvAdapterIndex INTEGER 0..65535
  btvAdapterDesc DisplayString
  btvVlanId INTEGER
  btvLinkStatus INTEGER
  btvIPAddress IpAddress
  btvSubnetMask IpAddress
  btvPhysAddress PhysAddress
  btvLineSpeed DisplayString

Defined Values

broadcom 1.3.6.1.4.1.4413
OBJECT IDENTIFIER    

enet 1.3.6.1.4.1.4413.1
OBJECT IDENTIFIER    

basp 1.3.6.1.4.1.4413.1.2
OBJECT IDENTIFIER    

baspConfig 1.3.6.1.4.1.4413.1.2.1
OBJECT IDENTIFIER    

baspTeam 1.3.6.1.4.1.4413.1.2.1.1
OBJECT IDENTIFIER    

baspPhyAdapter 1.3.6.1.4.1.4413.1.2.1.2
OBJECT IDENTIFIER    

baspVirAdapter 1.3.6.1.4.1.4413.1.2.1.3
OBJECT IDENTIFIER    

btTeamNumber 1.3.6.1.4.1.4413.1.2.1.1.1
The number of loadbalance teams present on this system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

btTeamTable 1.3.6.1.4.1.4413.1.2.1.1.2
A list of team entries. The number of teams is given by the value of teamNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BtTeamEntry

btTeamEntry 1.3.6.1.4.1.4413.1.2.1.1.2.1
An entry containing team objects at the target system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BtTeamEntry  

btTeamIndex 1.3.6.1.4.1.4413.1.2.1.1.2.1.1
An unique value for each team. The value for each team must remain constant at least from one re-initialization of the entity's network management system to the next re- initialization.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

btTeamName 1.3.6.1.4.1.4413.1.2.1.1.2.1.2
A textual string containing name of the team
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

btTeamType 1.3.6.1.4.1.4413.1.2.1.1.2.1.3
The type of team, distinguished according to the attribute assigned. When team has only one physical member, the team type is ignored
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER team-SLB(100), team-FEC-GEC(101), team-802-3-AD(102), team-SLB-AFD(104)  

btTeamMacAddress 1.3.6.1.4.1.4413.1.2.1.1.2.1.4
Mac address of the team. Mac address is assigned to a team when the team type is team-FEC-GEC(101) or team-802-3-AD(102)
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

btPhyNumber 1.3.6.1.4.1.4413.1.2.1.1.2.1.5
Number of physical adapters in the team
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

btVirNumber 1.3.6.1.4.1.4413.1.2.1.1.2.1.6
Number of virtual adapters in the team
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

btMode 1.3.6.1.4.1.4413.1.2.1.1.2.1.7
mode of this team, PrimaryMode(0) or Standby(1). For team type other than team-SLB(100), this should always be PrimaryMode(0).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER primaryMode(1), standby(2)  

btLiveLinkEnable 1.3.6.1.4.1.4413.1.2.1.1.2.1.8
LiveLink is enabled or not. Probe packet can be enabled only for team-SLB(100) and team-SLB-AFD(104).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

btLinkPacketFrequency 1.3.6.1.4.1.4413.1.2.1.1.2.1.9
For LiveLink feature: The frequency in milliseconds that a link packet is to be sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

btLinkMaxRetry 1.3.6.1.4.1.4413.1.2.1.1.2.1.10
For LiveLink feature: The maximum number of retries before failing a team member.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

btLinkRetryFrequency 1.3.6.1.4.1.4413.1.2.1.1.2.1.11
For LiveLink feature: The frequency (milliseconds) a link packet is to be sent after a dropped link packet is detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

btLinkTargetIpAddress1 1.3.6.1.4.1.4413.1.2.1.1.2.1.12
For LiveLink feature: The target IP address that a link packet is sent to. A DNS name cannot be specified since there is no reliable method to resolve the DNS name without introducing unacceptable risk. Only the first one is mandatory for LiveLink. All 0 is not available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

btLinkTargetIpAddress2 1.3.6.1.4.1.4413.1.2.1.1.2.1.13
For LiveLink feature: The target IP address that a link packet is sent to. A DNS name cannot be specified since there is no reliable method to resolve the DNS name without introducing unacceptable risk. This one is optional for LiveLink. All 0 is not available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

btLinkTargetIpAddress3 1.3.6.1.4.1.4413.1.2.1.1.2.1.14
For LiveLink feature: The target IP address that a link packet is sent to. A DNS name cannot be specified since there is no reliable method to resolve the DNS name without introducing unacceptable risk. This one is optional for LiveLink. All 0 is not available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

btLinkTargetIpAddress4 1.3.6.1.4.1.4413.1.2.1.1.2.1.15
For LiveLink feature: The target IP address that a link packet is sent to. A DNS name cannot be specified since there is no reliable method to resolve the DNS name without introducing unacceptable risk. This one is optional for LiveLink. All 0 is not available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

btPhyAdapterNumber 1.3.6.1.4.1.4413.1.2.1.2.1
Number of physical adapters presented in the physical adapter table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

btPhyAdapterTable 1.3.6.1.4.1.4413.1.2.1.2.2
The phyMember tables contain the physical adapter members of loadbalance teams.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BtPhyAdapterEntry

btPhyAdapterEntry 1.3.6.1.4.1.4413.1.2.1.2.2.1
A team entry containing objects at the target system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BtPhyAdapterEntry  

btpTeamIndex 1.3.6.1.4.1.4413.1.2.1.2.2.1.1
An unique value for each team.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

btpAdapterIndex 1.3.6.1.4.1.4413.1.2.1.2.2.1.2
A value for each adapter within a team.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

btpAdapterDesc 1.3.6.1.4.1.4413.1.2.1.2.2.1.3
A textual string containing name of the adapter
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

btpMemberType 1.3.6.1.4.1.4413.1.2.1.2.2.1.4
The type of adapter member.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER load-balance(100), standby(101)  

btpMacAddress 1.3.6.1.4.1.4413.1.2.1.2.2.1.5
Mac address of the adapter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

btpMemberState 1.3.6.1.4.1.4413.1.2.1.2.2.1.6
State of the interface in the team.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), link-up-not-join-traffic(2), disable-not-join-traffic(3), join-traffic(4)  

btpLiveLinkIp 1.3.6.1.4.1.4413.1.2.1.2.2.1.7
IP address for LiveLink.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

btVirAdapterNumber 1.3.6.1.4.1.4413.1.2.1.3.1
Number of virtual adapters presented in the virtual adapter table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

btVirAdapterTable 1.3.6.1.4.1.4413.1.2.1.3.2
The virMember tables contain the VLAN members of loadbalance teams.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BtVirAdapterEntry

btVirAdapterEntry 1.3.6.1.4.1.4413.1.2.1.3.2.1
A team entry containing objects at the target system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BtVirAdapterEntry  

btvTeamIndex 1.3.6.1.4.1.4413.1.2.1.3.2.1.1
An unique value for each team.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

btvAdapterIndex 1.3.6.1.4.1.4413.1.2.1.3.2.1.2
A unique value for each virtual adapter in a team.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

btvAdapterDesc 1.3.6.1.4.1.4413.1.2.1.3.2.1.3
A textual string containing name of the VLAN
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

btvVlanId 1.3.6.1.4.1.4413.1.2.1.3.2.1.4
802.1Q VLAN ID of the virtual adapter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

btvLinkStatus 1.3.6.1.4.1.4413.1.2.1.3.2.1.5
Virtual adapter link status
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER link-up(1), link-fail(2)  

btvIPAddress 1.3.6.1.4.1.4413.1.2.1.3.2.1.6
IP address of the virtual adapter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

btvSubnetMask 1.3.6.1.4.1.4413.1.2.1.3.2.1.7
IP subnet Mask of the virtual adapter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

btvPhysAddress 1.3.6.1.4.1.4413.1.2.1.3.2.1.8
MAC address of the virtual adapter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

btvLineSpeed 1.3.6.1.4.1.4413.1.2.1.3.2.1.9
A textual string displays the operating speed of the virtual adapter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString