ZHONE-GEN-SUBSCRIBER Table View

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

Tables
14
Rows
14
Columns
91
.1.3.6.1.4.1.5504.3.4.1.3 · 1 row entry · 9 columns
A table of the top level subscriber information in 
a PLS system.  Each subscriber has an entry in table 
for each physical connection provisioned for the
subscriber, the type of IAD in use and line rate both
the provioned line rate (subMaxAllowedLineRate) and the
line rate at which the circuit can operate at 
(subMaxCapableLineRate).
subInfoEntry entry .1.3.6.1.4.1.5504.3.4.1.3.1
The subscriber table is indexed by the subscriber ID
which is a numeric ID used by the system to uniquely
identify each subscriber and the LgId which identified
the line group (physical) line that is used by the
subsc…
Indexes
subId subLgId
Column Syntax OID
subId
Unique numeric ID used to define a subscriber in
the system. It is also used as the index to the
subDataConnectionTable and subVoiceConnectionTable.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.3.1.1
subLgId
The line group entry ID is the LgId defined in the
Line Group Redundancy MIB. LgId identifies the
physical line or line group (primary and redundant
secondary) used for data and voice traffic.

This is a…
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.3.1.2
subName
Admninstratively defined name used to aid operators
identify subscribers in the system, the name is for
operator reference only.

Required for row creation.
Zhone-TCZhoneAdminStringr/w
Textual Convention: Zhone-TCZhoneAdminString OctetString
Type Constraints:
range: 0..32
.1.3.6.1.4.1.5504.3.4.1.3.1.3
subProviderId
Unique service provider ID. This value is used
throughout the management system to link objects with
customers or service providers.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.3.1.4
subIadType
Identifies the type of IAD that is used by the
the subscriber.

Required for row creation.
Enumerationr/w
Enumerated Values:
1other
2zedge64T
3zedge64S
4zedge65
5zedge100
6matP
7zedgeBH2A
8zedgeH2A
9zedgeH2AO
.1.3.6.1.4.1.5504.3.4.1.3.1.5
subMaxAllowedLineRate
The maximum line rate that the subscriber is
provisioned to receive from the service provider.
This value is the total line rate or bandwidth of
the subscriber's connection including voice, data
and video.
Kbits per secondInteger32r/w
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.5504.3.4.1.3.1.6
subMaxCapableLineRate
The maximum line rate that can be supported by the
subscriber line. This rate is determined by several
factors including the distance the subscriber is from
the CO, the copper facilities to the subscriber and
the type …
Kbits per secondInteger32r/w
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.5504.3.4.1.3.1.7
subNextVoiceConnectionIndex
The next available connection index which can be used
for this subscriber and lgid pair. This is used for the
creation of a voice connection entry.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.3.1.8
subRowStatus
Used to control row creation and deletion.

subName, subLgId, subIadType, subMaxAllowedLineRate,
subMaxCapableLineRate are required for row creation.
Zhone-TCZhoneRowStatusr/w
Textual Convention: Zhone-TCZhoneRowStatus Enumeration
Type Values:
1active
4createAndGo
6destroy
.1.3.6.1.4.1.5504.3.4.1.3.1.9
.1.3.6.1.4.1.5504.3.4.1.4 · 1 row entry · 9 columns
The Subscriber Data Conection Table is used to provision
the services and connections that a subscriber requires 
for IP data services.  The key entry in the table is the 
subDataIfIndex which identifies the specific interface 
that is providing data connection services.  Other 
entries focus on subscriber specific data options and 
the status of the subscriber's connection.
          
The table is indexed by subId, subLgId and subDataIfIndex 
allowing multiple data records to be provisioned 
per subscriber.
          
Note: the IP data record must be created first prior to this
associated subscriber data connection entry
subDataConnectionEntry entry .1.3.6.1.4.1.5504.3.4.1.4.1
An entry in the Subscriber Data Connection Table
Indexes
subId subLgId subDataIfIndex
Column Syntax OID
subDataIfIndex
This object should be made equal to the ifIndex
used to identify the entry in the interfaceTable
that defines the IP record for the interface used
by the subscriber.
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.5504.3.4.1.4.1.1
subDataIpIfOperStatus
The current IP operational status of the
subscriber's data interface, this status reflects
the ifOperStatus of the interface MIB using the
identical syntax.

up(1) - ready to pass packets
Enumeration
Enumerated Values:
1up
2down
3testing
4unknown
5dormant
6notPresent
7lowerLayerDown
.1.3.6.1.4.1.5504.3.4.1.4.1.2
subDataUserLogOnId
The subscriber or user logon ID. The value of the
logon may be managed in different ways depending on
the service provider. In some cases the service will
not require a logon or password.

The default …
Zhone-TCZhoneAdminStringr/w
Textual Convention: Zhone-TCZhoneAdminString OctetString
Type Constraints:
range: 0..32
.1.3.6.1.4.1.5504.3.4.1.4.1.3
subDataUserPassword
The password is used by the subscriber in conjunction
with the subUserLogonID to gain access to features or
services provided by the service provider. The
password object is only valid if the subUserLogonId
is used.
Zhone-TCZhoneAdminStringr/w
Textual Convention: Zhone-TCZhoneAdminString OctetString
Type Constraints:
range: 0..32
.1.3.6.1.4.1.5504.3.4.1.4.1.4
subDataMaxAddrAllowed
This value limits the maximum number of IP addresses
that can be assigned by the DHCP server to the
subscriber's IAD. Allowing multiple addresses to be
assigned allows the subscriber to have multiple
devices attached …
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.4.1.5
subDataIpAddrInUse
This value indicates the number of IP addresses that
are currently being used by the subscriber. This
value cannot exceed subDataMaxAddrAllowed.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.4.1.6
subDataCurrentIpAddr
The IP address currently assigned to the subscriber.
If more than one address is assigned then this value
should indicate the most recently assigned IP address
assigned to the subscriber. The full list of
addresses …
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.5504.3.4.1.4.1.7
subDataStatsStatus
Indicates if stats are enabled for this user for
debugging purposes. If the status are enabled the
stats can be examined via the IpRec MIB stats table.

The stats associated with this subscriber are
ind…
Enumeration
Enumerated Values:
1enabled
2disabled
.1.3.6.1.4.1.5504.3.4.1.4.1.8
subDataRowStatus
Use to control row creation and deletion.

subDataMaxAddrAllowed is required for row creation.
Zhone-TCZhoneRowStatusr/w
Textual Convention: Zhone-TCZhoneRowStatus Enumeration
Type Values:
1active
4createAndGo
6destroy
.1.3.6.1.4.1.5504.3.4.1.4.1.9
.1.3.6.1.4.1.5504.3.4.1.5 · 1 row entry · 9 columns
The Voice Subscriber Mapping Table. 
          
This table associates pairs of interface addresses
used by a voice subscriber.
          
The mapping table associates two enpoints (endPoint1 and
endPoint2) pairs.  Each row is indexed by the subscriber id, 
line group Id along with the voice connection index (see 
subNextVoiceConnectionIndex described in
in the subscriber table.
          
Each row contains the definitions of the two endpoints
which at this level, is defined as the protocol type for
the endpoint and an index into the associated protocol
specific table. Each associated protocol table, contained
in the appropriate protocol mib, contains the information
required to define the end point (i.e. vpi/vci/cid in the
case of AAL2). So, a row can be used to map a subscriber 
POTS line to a class 5 switch phone number.
          
For example, an AAL2 endpoint is represented by endpoint1
and has defined a type and the index for the AAL2
connection table defined in the AAL2 mib.
A GR-303 endpoint2 is represented by the endpoint2 type
of GR-303 and an index into the associated GR-303 mib. This
mib contains the GR-303 IG name and CRV value (see GR0303 MIB).
          
The admin status is used to enable/disable the connection. 
This is only used during the creation and deletion process of 
this entry along with the associated type table entries. 
          
The process is a two step approach where the manager creates
a voice connection entry with admin status down which causes
dummy protocol table entries to be added in the EP1 and EP2
(dummy being row entries with 0/NULL values)
protocol tables (since indexes and ep types are specified
on the row create), manager sets the appropriate 
protocol specific entries in the associated mibs, and then 
changes the admin status to active. 
          
All entries (the two protocol specific tables, and the
voice connection entry) are tightly coupled and therefore,
the deletion process is exactly the same. The manager 
deletes the voice connection entry and the handler 
automatically deletes the associated protocol table
entries. AdminStatus must be set to down before the
deletion can occur.
          
Because of this tight coupling, the EndPoint values (both
indexes and types) cannot be modified but must have the
row deleted and readded with the appropriate information.
          
The protocol specific tables are always INDEXED as the
index defined in either the endpoint1 or endpoint2 index fields.
          
This scheme allows flexibility in defining and expanding
the types of connections and allows for use of protocols 
of the same type to be defined at both endpoints.
subVoiceConnectionEntry entry .1.3.6.1.4.1.5504.3.4.1.5.1
Each entry defines a specific voice connection associated
with the subscriber/lgid pair. Each entry consists of a
connection type and two globally unique indicies which
are used to index into protocol specific address t…
Indexes
subId subLgId subVoiceConnectionIndex
Column Syntax OID
subVoiceConnectionIndex
The connection index is used to indentify this connection
pair. The number itself is meaningful only for defining
a connection set for this subscriber/lgid pair and no
association with particular connection number can b…
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.5.1.1
subVoiceConnectionType
This describes the connection type between the two end
points referred to by the subVoiceEndPointProtocol
indices. Where applicable the first endpoint refers to
the line or premise side of the connection and the second…
Enumerationr/w
Enumerated Values:
1aal2ToGr303
2aal2ToV52
3voipToGr303
4potsToAal2
5isdnToAal2
6potsToGr303
7potsToV52
8voipToDs1
9sipToGr303
10voipToV52
11elcpAal2ToV52
12isdnToV52
13ebsToGr303
14voipToPots
15isdnsigToVoip
16potsToDs1
18voipToTr008
19voipToEbs
20isdnToVoip
.1.3.6.1.4.1.5504.3.4.1.5.1.2
subVoiceEndPoint1AddressIndex
The index into the associated address table for this
end point. EndPoint1 should describe the line or premise
side of the connection where applicable.

This table contains any specific protocol information…
Integer32r/w
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.5.1.3
subVoiceEndPoint2AddressIndex
The index into the associated address table for this
end point. EndPoint2 should describe the central office
side of the connection where applicable.

This table contains any specific protocol information …
Integer32r/w
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.5.1.4
subVoiceConnectionDescription
A text string describing this voice call entry.This value
is not used by the system and is provided for
operator reference only. A common use will be to define
the external or public phone number for this voice
line a…
Zhone-TCZhoneAdminStringr/w
Textual Convention: Zhone-TCZhoneAdminString OctetString
Type Constraints:
range: 0..32
.1.3.6.1.4.1.5504.3.4.1.5.1.5
subVoiceAdminStatus
The Admin State for this connection.

Required for row creation.
Enumerationr/w
Enumerated Values:
1enabled
2disabled
.1.3.6.1.4.1.5504.3.4.1.5.1.6
subVoiceRowStatus
Used to control row creation and deletion.

A row in this table is created using a
single SNMP SET request with varbinds for:
a) subVoiceRowStatus set to'CreateAndGo' and
the subid, lgid, and connecti…
Zhone-TCZhoneRowStatusr/w
Textual Convention: Zhone-TCZhoneRowStatus Enumeration
Type Values:
1active
4createAndGo
6destroy
.1.3.6.1.4.1.5504.3.4.1.5.1.7
subVoiceHuntGroup
Is this connection part of a huntGroup? Currently this is only valid
if connection type is sipToDs1 or sipToPots. If this is TRUE then EndPoint2
does not contain any protocol specific information
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.5504.3.4.1.5.1.8
subVoiceFeatureSetOne
First set of features that are enabled for the subscriber.
Absence of the feature in the list will disable the feature
for the subscriber.
Bit Feature
^^^ ^^^^^^^
1 hookflash…
Bitsr/w
Enumerated Values:
0hookflash
1onhooksignaling
2alwaysoffhook
3plar
4callwait
5calltransfer
6conference
7lss-rb
8voiceonly
9hotline
10warmline
11lss-tone
12dtmf-rfc2833
13dtmf-inband
14cod
15dataonly
16centrex
.1.3.6.1.4.1.5504.3.4.1.5.1.9
.1.3.6.1.4.1.5504.3.4.1.6 · 1 row entry · 5 columns
This table provides the AAL2 call information for this 
specific subscriber, lgid, and call index.
          
A row in this table is automatically created when the
subVoiceConnectionType entry requires a aal2 entry.
subVoiceAal2Entry entry .1.3.6.1.4.1.5504.3.4.1.6.1
An entry in the Aal2 table.
Indexes
subVoiceAal2EndPointIndex
Column Syntax OID
subVoiceAal2EndPointIndex
The index into this table containing the AAL2 end
point information. This index is equal to the index
defined for the aal2 endpoint in the
subVoiceConnectionTable.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.6.1.1
subVoiceAal2LineGroupId
The line group ID for this AAL2 connection.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.6.1.2
subVoiceAal2Vpi
The aal2 vpi for this connection.
ATM-TC-MIBAtmVpIdentifierr/w
Textual Convention: ATM-TC-MIBAtmVpIdentifier Integer32
Type Constraints:
range: 0..4095
.1.3.6.1.4.1.5504.3.4.1.6.1.3
subVoiceAal2Vci
The aal2 vci for this connection.
ATM-TC-MIBAtmVcIdentifierr/w
Textual Convention: ATM-TC-MIBAtmVcIdentifier Integer32
Type Constraints:
range: 0..65535
.1.3.6.1.4.1.5504.3.4.1.6.1.4
subVoiceAal2Cid
The aal2 cid for this connection.

1-254 for jetstream.
16-255 for non-jetstream.
Integer32r/w
Constraints:
range: 1-255
.1.3.6.1.4.1.5504.3.4.1.6.1.5
.1.3.6.1.4.1.5504.3.4.1.7 · 1 row entry · 3 columns
This table provides the GR303 call information for this 
specific subscriber, lgid, and call index. 
          
A row in this table is automatically created when the
subVoiceConnectionType entry requires a GR303 entry.
subVoiceGr303Entry entry .1.3.6.1.4.1.5504.3.4.1.7.1
An entry in the GR303 table.
Indexes
subVoiceGr303EndPointIndex
Column Syntax OID
subVoiceGr303EndPointIndex
The index into this table containing the GR303 end
point information. This index is equal to the index
defined for the GR303 endpoint in the
subVoiceConnectionTable.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.7.1.1
subVoiceGr303IgName
The IG name for the associated connection.
Zhone-TCZhoneAdminStringr/w
Textual Convention: Zhone-TCZhoneAdminString OctetString
Type Constraints:
range: 0..32
.1.3.6.1.4.1.5504.3.4.1.7.1.2
subVoiceGr303IgCrv
The crv for this connection. See the comVoiceGr303 mib.
Integer32r/w
Constraints:
range: 0-2048
.1.3.6.1.4.1.5504.3.4.1.7.1.3
.1.3.6.1.4.1.5504.3.4.1.8 · 1 row entry · 5 columns
This table provides the V5.2 call information for this 
specific subscriber, lgid, and call index.
          
A row in this table is automatically created when the
subVoiceConnectionType entry requires a V5.2 entry.
subVoiceV52Entry entry .1.3.6.1.4.1.5504.3.4.1.8.1
An entry in the V52 table.
Indexes
subVoiceV52EndPointIndex
Column Syntax OID
subVoiceV52EndPointIndex
The index into this table containing the V5.2 end
point information. This index is equal to the index
defined for the V5.2 endpoint in the
subVoiceConnectionTable.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.8.1.1
subVoiceV52InterfaceName
The Link name for the associated connection.
Zhone-TCZhoneAdminStringr/w
Textual Convention: Zhone-TCZhoneAdminString OctetString
Type Constraints:
range: 0..32
.1.3.6.1.4.1.5504.3.4.1.8.1.2
subVoiceV52UserPortId
The user connection entry for this connection.
See the comVoiceV52 mib.
Integer32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.5504.3.4.1.8.1.3
subVoiceV52UserType
The type of user port being defined.
Enumerationr/w
Enumerated Values:
1pots
2isdnDChannel
3isdnBChannel
.1.3.6.1.4.1.5504.3.4.1.8.1.4
subVoiceV52IsdnChannelId
The ISDN B or D channel used in the case that
subVoiceV52UserType is not set to pots.
Integer32r/w
Constraints:
range: 0-32
.1.3.6.1.4.1.5504.3.4.1.8.1.5
.1.3.6.1.4.1.5504.3.4.1.9 · 1 row entry · 5 columns
This table provides the POTS call information for this 
specific subscriber, lgid, and call index. 
          
A row in this table is automatically created when the
subVoiceConnectionType entry requires a POTS entry.
subVoicePotsEntry entry .1.3.6.1.4.1.5504.3.4.1.9.1
An entry in the POTS table.
Indexes
subVoicePotsEndPointIndex
Column Syntax OID
subVoicePotsEndPointIndex
The index into this table containing the POTS end
point information. This index is equal to the index
defined for the POTS endpoint in the
subVoiceConnectionTable.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.9.1.1
subVoicePotsLineGroupId
The line group ID for the associated connection.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.9.1.2
subVoicePotsHuntGrpEndPointIndex1
The hunt group this subscriber is part of. Each subscriber can be part of 3
hunt groups. The hunt group endpoint index is endpt2 index of the
subscriber-voice connection which has huntgroup as TRUE
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.9.1.3
subVoicePotsHuntGrpEndPointIndex2
The hunt group this subscriber is part of. Each subscriber can be part of 3
hunt groups. The hunt group endpoint index is endpt2 index of the
subscriber-voice connection which has huntgroup as TRUE
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.9.1.4
subVoicePotsHuntGrpEndPointIndex3
The hunt group this subscriber is part of. Each subscriber can be part of 3
hunt groups. The hunt group endpoint index is endpt2 index of the
subscriber-voice connection which has huntgroup as TRUE
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.9.1.5
.1.3.6.1.4.1.5504.3.4.1.10 · 1 row entry · 4 columns
This table provides the ISDN call information for this 
specific subscriber, lgid, and call index. 
          
A row in this table is automatically created when the
subVoiceConnectionType entry requires a ISDN entry.
subVoiceIsdnEntry entry .1.3.6.1.4.1.5504.3.4.1.10.1
An entry in the ISDN table.
Indexes
subVoiceIsdnEndPointIndex
Column Syntax OID
subVoiceIsdnEndPointIndex
The index into this table containing the ISDN end
point information. This index is equal to the index
defined for the ISDN endpoint in the
subVoiceConnectionTable.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.10.1.1
subVoiceIsdnLineGroupId
The line group ID for the associated connection.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.10.1.2
subVoiceIsdnType
The type of this channel for this connection.
Enumerationr/w
Enumerated Values:
1isdnDChannel
2isdnBChannel
.1.3.6.1.4.1.5504.3.4.1.10.1.3
subVoiceIsdnChannelId
The channel nummber used for this connection.
Integer32r/w
Constraints:
range: 1-32
.1.3.6.1.4.1.5504.3.4.1.10.1.4
.1.3.6.1.4.1.5504.3.4.1.12 · 1 row entry · 6 columns
This table provides the call information for this 
specific subscriber, lgid, and call index. 
          
A row in this table is automatically created when the
subVoiceConnectionType entry requires a DS1 entry.
subVoiceDs1Entry entry .1.3.6.1.4.1.5504.3.4.1.12.1
An entry in the subVoiceDs1Table.
Indexes
subVoiceDs1EndPointIndex
Column Syntax OID
subVoiceDs1EndPointIndex
The index into this table containing the DS1 end
point information. This index is equal to the index
defined for the DS1 endpoint in the
subVoiceConnectionTable.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.12.1.1
subVoiceDs1Ds0ChannelID
The DS0 assigned to this subscriber. The same DS0 channel
cannot appear in more than 1 row within this table.
Integer32r/w
Constraints:
range: 1-32
.1.3.6.1.4.1.5504.3.4.1.12.1.2
subVoiceDs1LineGroupId
The line group Interface Index of the DS1 interface.
IF-MIBInterfaceIndexr/w
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.5504.3.4.1.12.1.3
subVoiceDs1HuntGrpEndPointIndex1
The hunt group this subscriber is part of. Each subscriber can be part of 3
hunt groups. The hunt group endpoint index is endpt2 index of the
subscriber-voice connection which has huntgroup as TRUE
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.12.1.4
subVoiceDs1HuntGrpEndPointIndex2
The hunt group this subscriber is part of. Each subscriber can be part of 3
hunt groups. The hunt group endpoint index is endpt2 index of the
subscriber-voice connection which has huntgroup as TRUE
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.12.1.5
subVoiceDs1HuntGrpEndPointIndex3
The hunt group this subscriber is part of. Each subscriber can be part of 3
hunt groups. The hunt group endpoint index is endpt2 index of the
subscriber-voice connection which has huntgroup as TRUE
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.12.1.6
.1.3.6.1.4.1.5504.3.4.1.13 · 1 row entry · 18 columns
This table provides the call information for this 
specific subscriber, lgid, and call index. 
          
A row in this table is automatically created when the
subVoiceConnectionType entry requires a SIP or MGCP entry.
subVoiceVoipEntry entry .1.3.6.1.4.1.5504.3.4.1.13.1
An entry in the subVoiceVoip table.
Indexes
subVoiceVoipEndPointIndex
Column Syntax OID
subVoiceVoipEndPointIndex
The index into this table containing either SIP or MGCP end
point information. This index is equal to the index
defined for either the SIP or MGCP endpoint in the
subVoiceConnectionTable.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.13.1.1
subVoiceVoipUserName
A unique string that identifies the user in the system.
If this string is not unique, error of inconsisten value
is returned.
SNMP-FRAMEWORK-MIBSnmpAdminStringr/w
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.5504.3.4.1.13.1.2
subVoiceVoipDirectoryNumber
The directory number, e.g., phone number, assigned to
this endpoint. Contains only digits.
This number must be unique across subscriber-voice-voip
in the system If not, error of inconsistent value is returned.
Zhone-TCZhoneAdminStringr/w
Textual Convention: Zhone-TCZhoneAdminString OctetString
Type Constraints:
range: 0..32
.1.3.6.1.4.1.5504.3.4.1.13.1.3
subVoiceVoipIpInterface
Interface Index of the LP Interface through which
the SIP signalling and RTP traffic will flow.
IF-MIBInterfaceIndexOrZeror/w
Textual Convention: IF-MIBInterfaceIndexOrZero Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.5504.3.4.1.13.1.4
subVoiceVoipPreferredCodec
Defines the preferred voice codec to be used for this
subscriber.
ZhoneCodecTyper/w
Textual Convention: ZhoneCodecType Enumeration
Type Values:
1g711mu
2g711a
3g726
4g729a
5g723
.1.3.6.1.4.1.5504.3.4.1.13.1.5
subVoiceVoipG711Fallback
Indicates whether a subscriber may consume bandwidth by
switching to g711, when a fax, modem, b-channel data
session is detected.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.5504.3.4.1.13.1.6
subVoiceVoipFramesPerPacket
Indicates the number of voice frames per IP packet.
Integer32r/w
Constraints:
range: 1-10
.1.3.6.1.4.1.5504.3.4.1.13.1.8
subVoiceVoipG726ByteOrder
Indicates the byte order to be used when g.726 voice
coding is in use. Cisco uses little endian byte order,
whereas the g.726 standard calls for big endian byte order.
Enumerationr/w
Enumerated Values:
1bigEndian
2littleEndian
.1.3.6.1.4.1.5504.3.4.1.13.1.9
subVoiceVoipPassword
Authentication string needed for call originations through a SIP/MGCP Server.
The SIP/MGCP URI acts as the username.
Zhone-TCZhoneAdminStringr/w
Textual Convention: Zhone-TCZhoneAdminString OctetString
Type Constraints:
range: 0..32
.1.3.6.1.4.1.5504.3.4.1.13.1.10
subVoiceVoipPLAR
Is this subscriber PLAR (private line automatic ringdown) subscriber.
If true we immediately send a INVITE instead of play dialtone, collect digits
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.5504.3.4.1.13.1.11
subVoiceVoipPlarDestIpAddrType
This object specifies the type of address contained
in the associated instance of subVoiceVoipPlarDestIpAddr.
INET-ADDRESS-MIBInetAddressTyper/w
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.5504.3.4.1.13.1.12
subVoiceVoipPlarDestIpAddr
The destination IP address to send INVITE to in case the subscriber is PLAR
INET-ADDRESS-MIBInetAddressr/w
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.5504.3.4.1.13.1.13
subVoiceVoipPlarUdpPort
Specifies the UDP Port number for the VOIP Setup messages.
5060 is the IANA Registered SIP port.
Integer32r/w
Constraints:
range: 1-65535
.1.3.6.1.4.1.5504.3.4.1.13.1.14
subVoiceVoipRegistrationServer
Voip Registration Server Address. A number between 1 and 255
which identifies the Voip Server that is responsible for this
particular end point.
If this value is not 0, a voip-server-entry with this address
as the app…
Unsigned32r/w
Constraints:
range: 0-255
.1.3.6.1.4.1.5504.3.4.1.13.1.15
subVoiceVoipT38Fax
Defines t38 fax protocol used for this subscriber
T38FaxTyper/w
Textual Convention: T38FaxType Enumeration
Type Values:
1t38Udptl
2t38Rtp
3t38None
.1.3.6.1.4.1.5504.3.4.1.13.1.16
subVoiceVoipAuthUsername
Authorization username used for calculating the credentials,
when we receive 401/407 response. This field is optional,
if not configured, then it's value is same as username field
charactersZhone-TCZhoneAdminStringr/w
Textual Convention: Zhone-TCZhoneAdminString OctetString
Type Constraints:
range: 0..32
.1.3.6.1.4.1.5504.3.4.1.13.1.17
subVoiceVoipHotlineDN
The directory number to auto dial when hotline or warmline feature is
activated for the subscriber.
Zhone-TCZhoneAdminStringr/w
Textual Convention: Zhone-TCZhoneAdminString OctetString
Type Constraints:
range: 0..32
.1.3.6.1.4.1.5504.3.4.1.13.1.18
subVoiceHotlineInitialTimer
Specifies the timer in seconds to wait before dialing hotline DN
when hotline or warmline feature is enabled.
secondsSNMPv2-SMIUnsigned32r/w
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5504.3.4.1.13.1.19
.1.3.6.1.4.1.5504.3.4.1.14 · 1 row entry · 7 columns
This table provides the ELCP AAL2 call information for
this specific subscriber, lgid, and call index.
          
A row in this table is automatically created when the
subVoiceConnectionType entry requires an ELCP aal2 entry.
subVoiceElcpAal2Entry entry .1.3.6.1.4.1.5504.3.4.1.14.1
An entry in the ELCP Aal2 table.
Indexes
subVoiceAal2EndPointIndex
Column Syntax OID
subVoiceElcpAal2EndPointIndex
The index into this table containing the ELCP AAL2
end point information. This index is equal to the
index defined for the ELCP aal2 endpoint in the
subVoiceConnectionTable.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.14.1.1
subVoiceElcpAal2LineGroupId
The line group ID for this ELCP AAL2 connection.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.14.1.2
subVoiceElcpAal2Vpi
The aal2 vpi for this connection.
ATM-TC-MIBAtmVpIdentifierr/w
Textual Convention: ATM-TC-MIBAtmVpIdentifier Integer32
Type Constraints:
range: 0..4095
.1.3.6.1.4.1.5504.3.4.1.14.1.3
subVoiceElcpAal2Vci
The aal2 vci for this connection.
ATM-TC-MIBAtmVcIdentifierr/w
Textual Convention: ATM-TC-MIBAtmVcIdentifier Integer32
Type Constraints:
range: 0..65535
.1.3.6.1.4.1.5504.3.4.1.14.1.4
subVoiceElcpAal2PortId
The port ID to identify an IAD port on the CP side. PortId
in combination with PortType uniquely identifies a port
on the IAD side for this voice connection.
Integer32r/w
Constraints:
range: 0-32767
.1.3.6.1.4.1.5504.3.4.1.14.1.5
subVoiceElcpAal2PortType
The port type for the CP (IAD) port for the current connection.
Enumerationr/w
Enumerated Values:
1pots
2isdnDChannel
3isdnBChannel
.1.3.6.1.4.1.5504.3.4.1.14.1.6
subVoiceElcpAal2IsdnChannelId
This OID is not applicable to pots ports. For ISDN Bra ports,
the ChannelId's for D, B1 and B2 are 0, 1 and 2 respectively.
Integer32r/w
Constraints:
range: 0-2
.1.3.6.1.4.1.5504.3.4.1.14.1.7
.1.3.6.1.4.1.5504.3.4.1.15 · 1 row entry · 2 columns
This table provides the Enhanced Business Service (EBS)
call information for this specific subscriber, lgid, and
call index.
subVoiceEbsEntry entry .1.3.6.1.4.1.5504.3.4.1.15.1
An entry in the EBS table.
Indexes
subVoiceEbsEndPointIndex
Column Syntax OID
subVoiceEbsEndPointIndex
The index into this table containing the EBS end
point information. This index is equal to the index
defined for the EBS endpoint in the subVoiceConnectionTable.
Integer32
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.5504.3.4.1.15.1.1
subVoiceEbsLineGroupId
The line group ID for the associated connection.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.15.1.2
.1.3.6.1.4.1.5504.3.4.1.16 · 1 row entry · 6 columns
This table provides the ISDN signaling call information for 
this specific subscriber: isdn-signaling-group-index,
directory-number, and hunt group info.
subVoiceIsdnSigEntry entry .1.3.6.1.4.1.5504.3.4.1.16.1
Description.
Indexes
subVoiceIsdnSigEndPointIndex
Column Syntax OID
subVoiceIsdnSigEndPointIndex
The index into this table containing the ISDN subscriber end
point information.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.16.1.1
subVoiceIsdnSigEntryIndex
Isdn Signaling index the subscriber belongs to.
Integer32r/w
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.3.4.1.16.1.2
subVoiceIsdnSigDirectoryNumber
Directory Number of the subscriber.
Zhone-TCZhoneAdminStringr/w
Textual Convention: Zhone-TCZhoneAdminString OctetString
Type Constraints:
range: 0..32
.1.3.6.1.4.1.5504.3.4.1.16.1.3
subVoiceIsdnSigHuntGrpEndPointIndex1
The hunt group this subscriber is part of. Each subscriber can be part of 3
hunt groups. The hunt group endpoint index is endpt2 index of the
subscriber-voice connection which has huntgroup as TRUE
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.16.1.4
subVoiceIsdnSigHuntGrpEndPointIndex2
The hunt group this subscriber is part of. Each subscriber can be part of 3
hunt groups. The hunt group endpoint index is endpt2 index of the
subscriber-voice connection which has huntgroup as TRUE
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.16.1.5
subVoiceIsdnSigHuntGrpEndPointIndex3
The hunt group this subscriber is part of. Each subscriber can be part of 3
hunt groups. The hunt group endpoint index is endpt2 index of the
subscriber-voice connection which has huntgroup as TRUE
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.16.1.6
.1.3.6.1.4.1.5504.3.4.1.17 · 1 row entry · 3 columns
This table provides TR-008 channel information. It contains
information about ifIndex of tr-008 if-stack, and tr-008 
specific channel number.
subVoiceTr008Entry entry .1.3.6.1.4.1.5504.3.4.1.17.1
An entry in the tr008 table.
Indexes
subVoiceTr008EndPointIndex
Column Syntax OID
subVoiceTr008EndPointIndex
The index into this table containing the TR008 end
point information. This index is equal to the index
defined for the tr-008 endpoint in the subVoiceConnectionTable.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.3.4.1.17.1.1
subVoiceTr008GroupId
This is the ifIndex of tr-008 ifstack. It is used to
lookup the tr-008 shelf group, which this tr-008 channel
belongs to.
IF-MIBInterfaceIndexr/w
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.5504.3.4.1.17.1.2
subVoiceTr008ChanNum
This field contains a tr-008 channel number. A tr-008
channel number is an index in a shelf group, which can
be used to map to specific timeslot.
Integer32r/w
Constraints:
range: 1-96
.1.3.6.1.4.1.5504.3.4.1.17.1.3