ACC-ACCESSPARTITION

File: ACC-ACCESSPARTITION.mib (16973 bytes)

Imported modules

RFC1155-SMI RFC-1215 ACC-SYSTEM
ACC-MIB

Imported symbols

OBJECT-TYPE IpAddress Gauge
Counter TimeTicks TRAP-TYPE
accTrapLogSeqNum accBRG DisplayString
RowStatus IfIndex SmdsAddress

Defined Types

AccAccessPartitionEntry  
SEQUENCE    
  accAccessPartitionName DisplayString
  accAccessPartitionCustomerId DisplayString
  accAccessPartitionAdminState INTEGER
  accAccessPartitionMsgLevel INTEGER
  accAccessPartitionPortLimit INTEGER
  accAccessPartitionIpAddrPri IpAddress
  accAccessPartitionIpAddrSec IpAddress
  accAccessPartitionRoutePolicy INTEGER
  accAccessPartitionBusyCount Gauge
  accAccessPartitionNumAccepts Counter
  accAccessPartitionNumRejects Counter
  accAccessPartitionNumActive Gauge
  accAccessPartitionAuthFails Counter
  accAccessPartitionConnectTime TimeTicks
  accAccessPartitionInOctets Counter
  accAccessPartitionOutOctets Counter
  accAccessPartitionInPackets Counter
  accAccessPartitionOutPackets Counter
  accAccessPartitionEntryStatus INTEGER
  accAccessPartitionNumDiscards Counter
  accAccessPartitionNumDirects Counter
  accAccessPartitionNumFunnels Counter
  accAccessPartitionProxyServer DisplayString
  accAccessPartitionIngrFiltState INTEGER
  accAccessPartitionDnsServPri IpAddress
  accAccessPartitionDnsServSec IpAddress
  accAccessPartitionNbnsServPri IpAddress
  accAccessPartitionNbnsServSec IpAddress
  accAccessPartitionIpPool DisplayString
  accAccessPartitionProxyIpPool DisplayString
  accAccessPartitionProxyIpRouter DisplayString

AccAccessPartitionPortEntry  
SEQUENCE    
  accAccessPartitionIfIndex INTEGER
  accAccessPartitionConfiguredName DisplayString
  accAccessPartitionActiveName DisplayString
  accAccessPartitionActiveCustomer DisplayString

Defined Values

accAccessPartition 1.3.6.1.4.1.5.1.1.63
OBJECT IDENTIFIER    

accAccessPartitionTable 1.3.6.1.4.1.5.1.1.63.1
The Access Partition Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccAccessPartitionEntry

accAccessPartitionEntry 1.3.6.1.4.1.5.1.1.63.1.1
An entry in the Access Partition Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccAccessPartitionEntry  

accAccessPartitionName 1.3.6.1.4.1.5.1.1.63.1.1.1
The name of the access partition. This name serves as the handle for accessing information in the Access Partition Table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accAccessPartitionCustomerId 1.3.6.1.4.1.5.1.1.63.1.1.2
An arbitrary string describing the customer to whom this access partition is assigned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accAccessPartitionAdminState 1.3.6.1.4.1.5.1.1.63.1.1.3
The administrative state of this partition. If the administrative state is set to disabled, no new connections will be allowed using this access partition, and all existing connections using the partition will be terminated. If the administrative state is set to drained, no new connections will be accepted, but existing connections will be maintained.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), drained(3)  

accAccessPartitionMsgLevel 1.3.6.1.4.1.5.1.1.63.1.1.4
The current severity level of trap messages that may be generated regarding events associated with this access partition. Only trap messages whose serverity level is less than or equal to the current setting of this object will be displayed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..7  

accAccessPartitionPortLimit 1.3.6.1.4.1.5.1.1.63.1.1.5
The maximum number of physical port connections that may be simultaneously served by this access partition. Each physical link in a multilink bundle counts as one connection. A value of zero indicates there is no limit to the number of simultaneous connections.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

accAccessPartitionIpAddrPri 1.3.6.1.4.1.5.1.1.63.1.1.6
The IP address of the primary home gateway into the customer's network. All incoming packets from user connections belonging to this partition will be routed to the IP home gateway address instead of the destination address in the IP packet header.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accAccessPartitionIpAddrSec 1.3.6.1.4.1.5.1.1.63.1.1.7
The IP address of the secondary home gateway into the customer's network. If the primary home gateway is not reachable, the secondary home gateway will be used in its place.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accAccessPartitionRoutePolicy 1.3.6.1.4.1.5.1.1.63.1.1.8
The route policy for this access partition. If the route policy is 'funnel' (the default), then all incoming user packets will be routed (i.e., funneled) to the IP home gateway. If the route policy is 'route', then destinations that are reachable via another port belonging to the same access partition will be routed to directly.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER funnel(1), direct(2)  

accAccessPartitionBusyCount 1.3.6.1.4.1.5.1.1.63.1.1.9
The number of internal resources currently bound to this access partition. If the busy count is non-zero, the access partition entry cannot be removed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accAccessPartitionNumAccepts 1.3.6.1.4.1.5.1.1.63.1.1.10
The number of incoming or outgoing connection requests accepted for this access partition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAccessPartitionNumRejects 1.3.6.1.4.1.5.1.1.63.1.1.11
The number of incoming or outgoing connection requests rejected for this access partition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAccessPartitionNumActive 1.3.6.1.4.1.5.1.1.63.1.1.12
The current number of connected physical ports belonging to this access partition. Each physical link in a multilink bundle counts as one connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accAccessPartitionAuthFails 1.3.6.1.4.1.5.1.1.63.1.1.13
The number of connection requests rejected due to an authentication failure.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAccessPartitionConnectTime 1.3.6.1.4.1.5.1.1.63.1.1.14
The total amount of connect time accumulated for this access partition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

accAccessPartitionInOctets 1.3.6.1.4.1.5.1.1.63.1.1.15
The total number octets input from connections belonging to this access partition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAccessPartitionOutOctets 1.3.6.1.4.1.5.1.1.63.1.1.16
The total number octets output to connections belonging to this access partition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAccessPartitionInPackets 1.3.6.1.4.1.5.1.1.63.1.1.17
The total number packets input from connections belonging to this access partition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAccessPartitionOutPackets 1.3.6.1.4.1.5.1.1.63.1.1.18
The total number packets output to connections belonging to this access partition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAccessPartitionEntryStatus 1.3.6.1.4.1.5.1.1.63.1.1.19
The modification status of this access partition entry. Setting the status to add causes a new entry to be added. Setting the status to deleete causes an existing entry to be deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER add(1), delete(2)  

accAccessPartitionNumDiscards 1.3.6.1.4.1.5.1.1.63.1.1.20
The total number of packets discarded because of an unreachable destination or IP home gateway.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAccessPartitionNumDirects 1.3.6.1.4.1.5.1.1.63.1.1.21
The total number packets routed directly to the normal IP destination address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAccessPartitionNumFunnels 1.3.6.1.4.1.5.1.1.63.1.1.22
The total number packets funneled to the primary or secondary IP home gateway address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAccessPartitionProxyServer 1.3.6.1.4.1.5.1.1.63.1.1.23
The name of an access partition that will provide the Radius authenticationand accounting feature on behalf of this partition. If no proxy server is configured, only Radius accounting and authentication servers associated with this access partition will be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accAccessPartitionIngrFiltState 1.3.6.1.4.1.5.1.1.63.1.1.24
The administrative status of ingress filtering on this partition
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

accAccessPartitionDnsServPri 1.3.6.1.4.1.5.1.1.63.1.1.25
The IP address of the primary DNS server of the customer's network.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

accAccessPartitionDnsServSec 1.3.6.1.4.1.5.1.1.63.1.1.26
The IP address of the secondary DNS server of the customer's network.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

accAccessPartitionNbnsServPri 1.3.6.1.4.1.5.1.1.63.1.1.27
The IP address of the primary NBNS server of the customer's network.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

accAccessPartitionNbnsServSec 1.3.6.1.4.1.5.1.1.63.1.1.28
The IP address of the secondary NBNS server of the customer's network.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

accAccessPartitionIpPool 1.3.6.1.4.1.5.1.1.63.1.1.29
The access partition name to which the ip address pool is assigned.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString  

accAccessPartitionProxyIpPool 1.3.6.1.4.1.5.1.1.63.1.1.30
The name of an access partition that will provide the Ip pool management on behalf of this partition. If no proxy ip pool is configured, only the ip pools associated with this access partition will be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accAccessPartitionProxyIpRouter 1.3.6.1.4.1.5.1.1.63.1.1.31
The name of an access partition that will provide the Ip routing on behalf of this partition. If no proxy ip router is configured, only the ip routes associated with this access partition will be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accAccessPartitionPortTable 1.3.6.1.4.1.5.1.1.63.2
The Access Partition Port Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccAccessPartitionPortEntry

accAccessPartitionPortEntry 1.3.6.1.4.1.5.1.1.63.2.1
An entry in the Access Partition Port Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccAccessPartitionPortEntry  

accAccessPartitionIfIndex 1.3.6.1.4.1.5.1.1.63.2.1.1
The interface index of the physical port associated with this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..7fffffff  

accAccessPartitionConfiguredName 1.3.6.1.4.1.5.1.1.63.2.1.2
The name of the access partition configured for this physical port. The access partition name is acquired from the service profile manually configured for the same physical port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accAccessPartitionActiveName 1.3.6.1.4.1.5.1.1.63.2.1.3
The name of the access partition currently active for this physical port. The access partition name is acquired from the service profile dynamically assigned to the physical port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accAccessPartitionActiveCustomer 1.3.6.1.4.1.5.1.1.63.2.1.4
The customer identifier string obtained from the active access partition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accAccessPartitionTraps 1.3.6.1.4.1.5.1.1.63.3
OBJECT IDENTIFIER    

accAccessPartitionTrapMsg 1.3.6.1.4.1.5.1.1.63.3.1
Access Partition Trap Message
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accAPDelApTrap 1
This trap indicates that the access partition to be deleted is still in use. Probably, some users are still connected and the access partition is active. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accAccessPartitionTrapMsg } PCAUSE-DEFAULT: 7
TRAP-TYPE