QLASP-Config-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
3
Rows
3
Columns
31

btTeamTable

table mandatory
.1.3.6.1.4.1.3873.1.2.1.1.2 · 1 row entry · 15 columns
A list of team entries.  The number of
teams is given by the value of teamNumber.
btTeamEntry entry .1.3.6.1.4.1.3873.1.2.1.1.2.1
An entry containing team objects at the
target system.
Indexes
btTeamIndex
Column Syntax OID
btTeamIndex mandatory
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.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.3873.1.2.1.1.2.1.1
btTeamName mandatory
A textual string containing name of the team
RFC1213-MIBDisplayString
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.3873.1.2.1.1.2.1.2
btTeamType mandatory
The type of team, distinguished according to
the attribute assigned. When team has only one
physical member, the team type is ignored
Enumeration
Enumerated Values:
100team-SLB
101team-FEC-GEC
102team-802-3-AD
104team-SLB-AFD
.1.3.6.1.4.1.3873.1.2.1.1.2.1.3
btTeamMacAddress mandatory
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)
RFC1213-MIBPhysAddress
Textual Convention: RFC1213-MIBPhysAddress OctetString
.1.3.6.1.4.1.3873.1.2.1.1.2.1.4
btPhyNumber mandatory
Number of physical adapters in the team
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.3873.1.2.1.1.2.1.5
btVirNumber mandatory
Number of virtual adapters in the team
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.3873.1.2.1.1.2.1.6
btMode mandatory
mode of this team, PrimaryMode(0) or
Standby(1). For team type other than
team-SLB(100), this should always be
PrimaryMode(0).
Enumeration
Enumerated Values:
1primaryMode
2standby
.1.3.6.1.4.1.3873.1.2.1.1.2.1.7
btLiveLinkEnable mandatory
LiveLink is enabled or not. Probe packet can
be enabled only for team-SLB(100) and
team-SLB-AFD(104).
Enumeration
Enumerated Values:
1disabled
2enabled
.1.3.6.1.4.1.3873.1.2.1.1.2.1.8
btLinkPacketFrequency mandatory
For LiveLink feature: The frequency in
milliseconds that a link packet is to be sent.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.3873.1.2.1.1.2.1.9
btLinkMaxRetry mandatory
For LiveLink feature: The maximum number of
retries before failing a team member.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.3873.1.2.1.1.2.1.10
btLinkRetryFrequency mandatory
For LiveLink feature: The frequency (milliseconds)
a link packet is to be sent after a dropped link
packet is detected.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.3873.1.2.1.1.2.1.11
btLinkTargetIpAddress1 mandatory
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 fi…
RFC1155-SMIIpAddress
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.3873.1.2.1.1.2.1.12
btLinkTargetIpAddress2 mandatory
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…
RFC1155-SMIIpAddress
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.3873.1.2.1.1.2.1.13
btLinkTargetIpAddress3 mandatory
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…
RFC1155-SMIIpAddress
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.3873.1.2.1.1.2.1.14
btLinkTargetIpAddress4 mandatory
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…
RFC1155-SMIIpAddress
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.3873.1.2.1.1.2.1.15

btPhyAdapterTable

table mandatory
.1.3.6.1.4.1.3873.1.2.1.2.2 · 1 row entry · 7 columns
The phyMember tables contain the physical 
adapter members of loadbalance teams.
btPhyAdapterEntry entry .1.3.6.1.4.1.3873.1.2.1.2.2.1
A team entry containing objects at the
target system.
Indexes
btpTeamIndex btpAdapterIndex
Column Syntax OID
btpTeamIndex mandatory
An unique value for each team.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.3873.1.2.1.2.2.1.1
btpAdapterIndex mandatory
A value for each adapter within a team.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.3873.1.2.1.2.2.1.2
btpAdapterDesc mandatory
A textual string containing name of the adapter
RFC1213-MIBDisplayString
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.3873.1.2.1.2.2.1.3
btpMemberType mandatory
The type of adapter member.
Enumeration
Enumerated Values:
100load-balance
101standby
.1.3.6.1.4.1.3873.1.2.1.2.2.1.4
btpMacAddress mandatory
Mac address of the adapter.
RFC1213-MIBPhysAddress
Textual Convention: RFC1213-MIBPhysAddress OctetString
.1.3.6.1.4.1.3873.1.2.1.2.2.1.5
btpMemberState mandatory
State of the interface in the team.
Enumeration
Enumerated Values:
1unknown
2link-up-not-join-traffic
3disable-not-join-traffic
4join-traffic
.1.3.6.1.4.1.3873.1.2.1.2.2.1.6
btpLiveLinkIp mandatory
IP address for LiveLink.
RFC1155-SMIIpAddress
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.3873.1.2.1.2.2.1.7

btVirAdapterTable

table mandatory
.1.3.6.1.4.1.3873.1.2.1.3.2 · 1 row entry · 9 columns
The virMember tables contain the VLAN 
members of loadbalance teams.
btVirAdapterEntry entry .1.3.6.1.4.1.3873.1.2.1.3.2.1
A team entry containing objects at the
target system.
Indexes
btvTeamIndex btvAdapterIndex
Column Syntax OID
btvTeamIndex mandatory
An unique value for each team.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.3873.1.2.1.3.2.1.1
btvAdapterIndex mandatory
A unique value for each virtual adapter in a team.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.3873.1.2.1.3.2.1.2
btvAdapterDesc mandatory
A textual string containing name of the VLAN
RFC1213-MIBDisplayString
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.3873.1.2.1.3.2.1.3
btvVlanId mandatory
802.1Q VLAN ID of the virtual adapter.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.3873.1.2.1.3.2.1.4
btvLinkStatus mandatory
Virtual adapter link status
Enumeration
Enumerated Values:
1link-up
2link-fail
.1.3.6.1.4.1.3873.1.2.1.3.2.1.5
btvIPAddress mandatory
IP address of the virtual adapter.
RFC1155-SMIIpAddress
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.3873.1.2.1.3.2.1.6
btvSubnetMask mandatory
IP subnet Mask of the virtual adapter.
RFC1155-SMIIpAddress
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.3873.1.2.1.3.2.1.7
btvPhysAddress mandatory
MAC address of the virtual adapter.
RFC1213-MIBPhysAddress
Textual Convention: RFC1213-MIBPhysAddress OctetString
.1.3.6.1.4.1.3873.1.2.1.3.2.1.8
btvLineSpeed mandatory
A textual string displays the operating speed
of the virtual adapter.
RFC1213-MIBDisplayString
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.3873.1.2.1.3.2.1.9