CISCO-ASN-GATEWAY-MIB

This module manages Cisco's WiMAX ASN Gateway (ASN-GW).
A WiMAX network supports wireless data communication through
WiMAX radio (802.16) technology. 

The high level architecture of a first generation WiMAX network
with the respective protocols for each interface is shown below:

   +--------------------------------------------------------+
   |                                                     R2 |
+------+        +------+         +--------+                 |
|      |    R1  |      |   R6    |        |                 |
|  MS  |--------|  BS  |---------| ASN-GW |                 |
|      |        |      |         |        |---+             |
+------+        +------+         +--------+   |             | 
                   |                  |       |  R3      |-----|
               R8  |               R4 |       |----------| CSN |
                   |                  |       |          |-----|
+------+        +------+         +--------+   |             |
|      |   R1   |      |   R6    |        |---+             |
|  MS  |--------|  BS  |---------| ASN-GW |                 |
|      |        |      |         |        |                 |
+------+        +------+         +--------+              R2 | 
   |                                                        |
   +--------------------------------------------------------+

The diagram below depicts the relation of the subscriber to the
session and flows:

+--------+                       -Flow (connected via data path)
| ASN-GW | - Subscriber -Session -Flow (connected via data path)
+--------+                  |    -Flow (connected via data path)
                            |    -Flow (connected via data path)
                            |
                            +--- (connected via signaling path)

A subscriber initiates a call from a MS. A session is created
between the BS and the ASN-GW for that call. Multiple flows can
be created for the session with different QOS parameters. For
example one flow can created for a voice stream and another
for data. Data paths are created between the BS and ASN-GW to
forward the data packets of the created flows.
When the first subscriber from any MS connected to a BS
initiates a call via the BS to the ASN-GW, a signaling path is
created between the BS and the ASN-GW. There is only one 
signaling path between each BS and ASN-GW. Signaling paths 
and base stations can be used interchangeably.

The signaling and data paths remains active as long as there are
subscribers connected to the ASN-GW from any MS connected to the
BS. If a path has no session/flow connected, it will be purged
after a certain period of time. This situation can occur when
all subscribers on a certain path are disconnected. A subscriber
disconnecting from a certain path does not indicate that the
subscriber has left the network, it could simply be handing off
to a different path. 

The IP addresses of the signaling and data paths can be the same
or different both in the BS side and in the ASN-GW side.

+--------+              +--------+
| Base   |              | ASN-GW |
| Station|              |        |
|        |    SigPath   |        |
|  IP(B1)|<............>|IP(A1)  |
|        |              |        |
|        |              |        |
|        |  DataPath 1  |        |
|  IP(B2)|<............>|IP(A2)  |
|        |              |        |
|        |  DataPath 2  |        |
|  IP(B3)|<............>|IP(A3)  |
+--------+              +--------+


Relationships:

Base Station        1 to many         Mobile Stations
ASN-GW              1 to many         Base Stations
Subscriber          1 to 1            Sessions   
Session             1 to many         Flows
Datapath            1 to many         Flows
Signaling Path      1 to 1            Base Station

Acronyms and terms:

 AAA                AAA refers to a framework that specifies the
                    protocols procedures for authentications, 
                    authorizatitin and accounting associated 
                    with the user, MS and subscribed serviced.

 AGW                ASN-GW

 ASN                ASN (Access Service network) is defined as  
                    a complete set of network functions needed
                    to provide radio access to a WiMAX 
                    subscriber.

 ASN-GW             ASN-Gateway is a logical entity that 
                    represents an aggregation of Control Plane 
                    functional entities that are either paired 
                    with a corresponding function in the ASN 
                    (for e.g BS instance) a resident function is
                    the CSN or another functions in the ASN.
                    For every MS, a BS is associated with 
                    exactly one default ASN-GW. However,
                    ASN-GW functions for every MS may be 
                    distributes amongst multiple
                    ASN-GWs located in one or more ASNs. The
                    ASN-GW utilizes Session Redudancy to ensure
                    a backup ASN-GW is available in case the
                    primary ASN-GW goes down.

 BS                 Base Station is a logical entity that 
                    represents an aggregation of Control Plane 
                    functional entities that are either paired 
                    with a corresponding function in the ASN
                    (e.g. BS instance), a resident function
                    in the CSN or a function in another ASN. The
                    ASN-GW may also perform Bearer Plane routing
                    or bridging function.

 BSID               The Base Station Identifier is a global
                    unique identifier for a WiMAX base station.

 CPE                Customer Premise Equipment.

 CSN                CSN (Connectivity Service Network) is 
                    defined as a set of network functions that 
                    provide IP connectivity services to the 
                    WiMAX subscribers. 

 Data Path          Corresponding to each subscriber, data paths
                    are created to foward packets between the 
                    ASN-GW and the subscribers.

 DPID               Data Path ID is used to identify the tunnel
                    carrying MS traffic between ASN gateways or
                    between the ASN gateway and base station.
                    As of 8/28/07, only the GRE key is to be
                    used as the DPID.

 Flow               A service flow is a unidirectional logical
                    flow between the network and the Subscriber
                    Station. A service flow is created to handle
                    a different QoS over the connection oriented
                    MAC. A subscriber can have multiple service
                    flows associated and each service flow is
                    associcated with an uplink and downlink
                    classifier. 

 GRE                Generic Routing Encapsulation. Refer to
                    RFC 1701 for more details.

 LB                 Load Balancing

 Messages           Messages are packets exchanged on the
                    signaling paths.

 MS                 The Mobile Station is a generalized mobile 
                    equipment set providing connectivity between
                    subscriber equipment and a base station (BS)
                    The Mobile Station may be a host or a CPE 
                    type of device that can support multiple 
                    hosts.

 MSID               The Mobile Station Identifier is the 802.16 
                    identifier used for all subscriber stations,
                    and is used in all the messages over R6. The
                    identifier associates all requests from a 
                    mobile to the ASN-GW.

 Packets            Packets are datagrams fowarded over the data
                    paths.

 R1                 Communication protocol between mobile and BS
                    as per the air interface (PHY and MAC)
                    specifications (IEEE P802.16d/e). R1 may
                    include additional protocols related to the
                    management plane.

 R2                 The interface between the MS and CSN 
                    associated with Authentication, 
                    Services Authorization, IP Host 
                    Configuration management, and mobility
                    management. This is a logical interface thus
                    does not reflect a direct protocol interface
                    between MS and CSN.

 R3                 The interface between the ASN and the CSN to
                    support AAA, policy enforcement and mobility
                    management capabilities. It also encompasses
                    the bearer plane methods (e.g., tunneling)
                    to transfer IP data between the ASN and the
                    CSN.

 R4                 Communication protocol between ASN-GWs.
                    R4 consists of a set of control and bearer
                    plane protocols originating/terminating in
                    various entities within the ASN that 
                    coordinate MS mobility between ASNs. 
                    In Release 1, R4 is the only interoperable 
                    interface between
                    heterogeneous or dissimilar ASNs.

 R5                 Consists of a set of control plane and 
                    bearer plane protocols for internetworking 
                    between CSNs operated by either the home or
                    visited NSP.

 R6                 Communication protocol between ASN-GW and BS
                    R6 consists of a set of control and bearer
                    plane protocols for communication between 
                    the BS and the ASN GW.
                    The bearer plane consists of intra-ASN 
                    data path or inter-ASN tunnels between the
                    BS and ASN-GW.
                    The control plane includes protocols for
                    IP tunnel management (establish, modify, and
                    release) in accordance with the MS mobility
                    events. R6 may also serve as a conduit for
                    exchange of MAC states information between
                    neighboring BSs.

 R8                 Communication protocol between base 
                    stations.
                    R8 consists of a set of control plane 
                    message flows and, in some situations, 
                    bearer plane data flows between the 
                    base stations to ensure fast and seamless
                    handover.
                    Bearer plane consists of protocols that 
                    allow the data transfer between Base 
                    Stations involved in handover of a 
                    certain MS.
                    Control plane consists of the inter-BS 
                    communication protocol defined in IEEE 
                    802.16 and additional set of protocols 
                    that allow controlling the data
                    transfer between the Base Stations involved
                    in handover of a certain MS.

 Session            Session is a connection between one or more
                    MS and a network element in order to
                    exchange link-level frames or packets. 

 SFID               The service flow is identified using a SFID
                    (Service Flow Identifier). 

 Signaling Path     A signaling path exists between the BS and
                    ASN-GW, and is used for all signaling such 
                    as creating, dleteing, authenticating, 
                    as we as additional functions related to 
                    the subscriber. 

 SR                 Session Redundancy

 Subscriber         The 802.16 subscriber entity connects over
                    the 802.16 airlink, and eventually results
                    in the creation of the subscriber object at
                    the ASN-GW.

 UHO                Unpredicitive Handoff 

 PMIP               Proxy Mobile Internet Protocol 

 HA                 Home Agent 

REFERENCE

[1] WIMAX Forum Network Architecture,
    (Stage 3: Detailed Protocols and Procedures)
    Release 1.1.1 September 14, 2007.

Imported Objects

ciscoMgmtCISCO-SMI
EntPhysicalIndexOrZero, CiscoAlarmSeverityCISCO-TC
InetAddressType, InetAddressINET-ADDRESS-MIB
SnmpAdminStringSNMP-FRAMEWORK-MIB
OBJECT-GROUP, NOTIFICATION-GROUP, MODULE-COMPLIANCESNMPv2-CONF
MODULE-IDENTITY, Counter64, Counter32, Gauge32, Unsigned32, Integer32, NOTIFICATION-TYPE, OBJECT-TYPESNMPv2-SMI
TruthValueSNMPv2-TC
ciscoAgwMIB.1.3.6.1.4.1.9.9.638
ciscoAgwMIBNotifs .1.3.6.1.4.1.9.9.638.0
ciscoAgwServiceDownNotif .1.3.6.1.4.1.9.9.638.0.1
ciscoAgwServiceUpNotif .1.3.6.1.4.1.9.9.638.0.2
ciscoAgwMaxBaseStationExceededOnsetNotif .1.3.6.1.4.1.9.9.638.0.3
ciscoAgwMaxBaseStationExceededAbateNotif .1.3.6.1.4.1.9.9.638.0.4
ciscoAgwMaxSubscribersExceededOnsetNotif .1.3.6.1.4.1.9.9.638.0.5
ciscoAgwMaxSubscribersExceededAbateNotif .1.3.6.1.4.1.9.9.638.0.6
ciscoAgwMIBObjects .1.3.6.1.4.1.9.9.638.1
cagwInstances .1.3.6.1.4.1.9.9.638.1.1
cagwInstanceTable .1.3.6.1.4.1.9.9.638.1.1.1
cagwInstanceEntry .1.3.6.1.4.1.9.9.638.1.1.1.1
cagwInstanceIndex .1.3.6.1.4.1.9.9.638.1.1.1.1.1
cagwInstancePhysicalIndex .1.3.6.1.4.1.9.9.638.1.1.1.1.2
cagwInstanceDescription .1.3.6.1.4.1.9.9.638.1.1.1.1.3
cagwInstanceVersion .1.3.6.1.4.1.9.9.638.1.1.1.1.4
cagwInstanceOperState .1.3.6.1.4.1.9.9.638.1.1.1.1.5
cagwInstanceSessionRedundancyAdmin .1.3.6.1.4.1.9.9.638.1.1.1.1.6
cagwState .1.3.6.1.4.1.9.9.638.1.2
cagwStateTable .1.3.6.1.4.1.9.9.638.1.2.1
cagwStateEntry .1.3.6.1.4.1.9.9.638.1.2.1.1
cagwMaximumBaseStations .1.3.6.1.4.1.9.9.638.1.2.1.1.1
cagwNetworkBehindMs .1.3.6.1.4.1.9.9.638.1.2.1.1.10
cagwPendingSignalingPkts .1.3.6.1.4.1.9.9.638.1.2.1.1.11
cagwCurrentFramedRoutes .1.3.6.1.4.1.9.9.638.1.2.1.1.12
cagwCurrentFramedRouteSubs .1.3.6.1.4.1.9.9.638.1.2.1.1.13
cagwCurrentAutoProvSessions .1.3.6.1.4.1.9.9.638.1.2.1.1.14
cagwCurrentSessionsWithIpPktsRedir .1.3.6.1.4.1.9.9.638.1.2.1.1.15
cagwCurrentPmipEnabledSubs .1.3.6.1.4.1.9.9.638.1.2.1.1.16
cagwMaximumSubscribers .1.3.6.1.4.1.9.9.638.1.2.1.1.2
cagwMaximumFlowsPerSession .1.3.6.1.4.1.9.9.638.1.2.1.1.3
cagwCurrentBaseStations .1.3.6.1.4.1.9.9.638.1.2.1.1.4
cagwCurrentDataPaths .1.3.6.1.4.1.9.9.638.1.2.1.1.5
cagwCurrentSubscribers .1.3.6.1.4.1.9.9.638.1.2.1.1.6
cagwCurrentSessions .1.3.6.1.4.1.9.9.638.1.2.1.1.7
cagwCurrentFlows .1.3.6.1.4.1.9.9.638.1.2.1.1.8
cagwCurrentHosts .1.3.6.1.4.1.9.9.638.1.2.1.1.9
cagwStatistics .1.3.6.1.4.1.9.9.638.1.3
cagwGlobalStatistics .1.3.6.1.4.1.9.9.638.1.3.1
cagwGlobalStatisticsTable .1.3.6.1.4.1.9.9.638.1.3.1.1
cagwGlobalStatisticsEntry .1.3.6.1.4.1.9.9.638.1.3.1.1.1
cagwCreatedSubscribers .1.3.6.1.4.1.9.9.638.1.3.1.1.1.1
cagwDeletedBaseStations .1.3.6.1.4.1.9.9.638.1.3.1.1.1.10
cagwPktsDropPmipStaticIpHost .1.3.6.1.4.1.9.9.638.1.3.1.1.1.100
cagwIdleModeEntryMsBsInitiated .1.3.6.1.4.1.9.9.638.1.3.1.1.1.101
cagwIdleModeEntryBwgInitiated .1.3.6.1.4.1.9.9.638.1.3.1.1.1.102
cagwIdleModeEntryFailures .1.3.6.1.4.1.9.9.638.1.3.1.1.1.103
cagwIdleModeExitMsBsInitiated .1.3.6.1.4.1.9.9.638.1.3.1.1.1.104
cagwIdleModeExitBwgInitiated .1.3.6.1.4.1.9.9.638.1.3.1.1.1.105
cagwIdleModeExitFailures .1.3.6.1.4.1.9.9.638.1.3.1.1.1.106
cagwIdleModeLocUpdtPgidChange .1.3.6.1.4.1.9.9.638.1.3.1.1.1.107
cagwIdleModeLocUpdtPowerDown .1.3.6.1.4.1.9.9.638.1.3.1.1.1.108
cagwIdleModeLocUpdtPeriodic .1.3.6.1.4.1.9.9.638.1.3.1.1.1.109
cagwCreatedDataPaths .1.3.6.1.4.1.9.9.638.1.3.1.1.1.11
cagwIdleModeLocUpdtFailures .1.3.6.1.4.1.9.9.638.1.3.1.1.1.110
cagwIdleModePageAttemptsDwnlnkData .1.3.6.1.4.1.9.9.638.1.3.1.1.1.111
cagwIdleModePageFailuresDwnlnkData .1.3.6.1.4.1.9.9.638.1.3.1.1.1.112
cagwIdleModePageAttemptsLocUpdt .1.3.6.1.4.1.9.9.638.1.3.1.1.1.113
cagwIdleModePageFailuresLocUpdt .1.3.6.1.4.1.9.9.638.1.3.1.1.1.114
cagwIdleModeDirectedPagingSuccess .1.3.6.1.4.1.9.9.638.1.3.1.1.1.115
cagwIdleModeDirectedPagingRetries .1.3.6.1.4.1.9.9.638.1.3.1.1.1.116
cagwIdleModeFloodPagingSuccess .1.3.6.1.4.1.9.9.638.1.3.1.1.1.117
cagwIdleModeFloodPagingRetries .1.3.6.1.4.1.9.9.638.1.3.1.1.1.118
cagwPodRequestsRecv .1.3.6.1.4.1.9.9.638.1.3.1.1.1.119
cagwDeletedDataPaths .1.3.6.1.4.1.9.9.638.1.3.1.1.1.12
cagwPodSuccessNotifsSent .1.3.6.1.4.1.9.9.638.1.3.1.1.1.120
cagwPodFailureNotifsSent .1.3.6.1.4.1.9.9.638.1.3.1.1.1.121
cagwCoaReqRecv .1.3.6.1.4.1.9.9.638.1.3.1.1.1.122
cagwCoaSuccessNotifsSent .1.3.6.1.4.1.9.9.638.1.3.1.1.1.123
cagwCoaFailureNotifsSent .1.3.6.1.4.1.9.9.638.1.3.1.1.1.124
cagwHotlineUplinkPktDropAclDeny .1.3.6.1.4.1.9.9.638.1.3.1.1.1.125
cagwHotlineDownlinkPktDropAclDeny .1.3.6.1.4.1.9.9.638.1.3.1.1.1.126
cagwUplinkPktDropUsrgrpAclDeny .1.3.6.1.4.1.9.9.638.1.3.1.1.1.127
cagwDownlinkPktDropUsrgrpAclDeny .1.3.6.1.4.1.9.9.638.1.3.1.1.1.128
cagwDownlinkPktDropPagingAclDeny .1.3.6.1.4.1.9.9.638.1.3.1.1.1.129
cagwProcessedSignalingPkts .1.3.6.1.4.1.9.9.638.1.3.1.1.1.13
cagwRequeuedSignalingPkts .1.3.6.1.4.1.9.9.638.1.3.1.1.1.14
cagwCongestionSignalingPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.15
cagwServiceDisabledSignalingPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.16
cagwServiceNotReadySignalingPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.17
cagwEncapErrorSignalingPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.18
cagwDisposedSignalingPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.19
cagwDeletedSubscribers .1.3.6.1.4.1.9.9.638.1.3.1.1.1.2
cagwCreatedSessions .1.3.6.1.4.1.9.9.638.1.3.1.1.1.3
cagwDeletedSessions .1.3.6.1.4.1.9.9.638.1.3.1.1.1.4
cagwEncapErrorDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.41
cagwInvalidAddressDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.42
cagwServiceDisabledDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.43
cagwInvalidProtocolTypeDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.44
cagwLengthErrorDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.45
cagwAbsentKeyDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.46
cagwFlowNotFoundDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.47
cagwFlowPathNotFoundDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.48
cagwFlowPathInvalidSourceDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.49
cagwCreatedFlows .1.3.6.1.4.1.9.9.638.1.3.1.1.1.5
cagwSessionNotFoundDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.50
cagwSubscriberNotFoundDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.51
cagwChecksumErrorDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.52
cagwIngressFilteringDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.53
cagwSequenceNumberErrorDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.54
cagwFragmentedDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.55
cagwFramedRouteInserted obsolete.1.3.6.1.4.1.9.9.638.1.3.1.1.1.56
cagwFramedRouteInsertFailed obsolete.1.3.6.1.4.1.9.9.638.1.3.1.1.1.57
cagwFramedRouteDeleted obsolete.1.3.6.1.4.1.9.9.638.1.3.1.1.1.58
cagwServiceFlowProfileNotFound .1.3.6.1.4.1.9.9.638.1.3.1.1.1.59
cagwDeletedFlows .1.3.6.1.4.1.9.9.638.1.3.1.1.1.6
cagwQosProfileNotFound .1.3.6.1.4.1.9.9.638.1.3.1.1.1.60
cagwClassifierProfileNotFound .1.3.6.1.4.1.9.9.638.1.3.1.1.1.61
cagwReceivedDataPkts deprecated.1.3.6.1.4.1.9.9.638.1.3.1.1.1.62
cagwReceivedDataBytes deprecated.1.3.6.1.4.1.9.9.638.1.3.1.1.1.63
cagwSentDataPkts deprecated.1.3.6.1.4.1.9.9.638.1.3.1.1.1.64
cagwSentDataBytes deprecated.1.3.6.1.4.1.9.9.638.1.3.1.1.1.65
cagwRejectedSessions .1.3.6.1.4.1.9.9.638.1.3.1.1.1.66
cagwRejectedFlows .1.3.6.1.4.1.9.9.638.1.3.1.1.1.67
cagwRejectedBaseStations .1.3.6.1.4.1.9.9.638.1.3.1.1.1.68
cagwSessionsDeletedByAgw .1.3.6.1.4.1.9.9.638.1.3.1.1.1.69
cagwCreatedHosts .1.3.6.1.4.1.9.9.638.1.3.1.1.1.7
cagwIpGreReceivedDataPkts .1.3.6.1.4.1.9.9.638.1.3.1.1.1.70
cagwIpGreReceivedDataBytes .1.3.6.1.4.1.9.9.638.1.3.1.1.1.71
cagwIpGreSentDataPkts .1.3.6.1.4.1.9.9.638.1.3.1.1.1.72
cagwIpGreSentDataBytes .1.3.6.1.4.1.9.9.638.1.3.1.1.1.73
cagwEthGreReceivedDataPkts .1.3.6.1.4.1.9.9.638.1.3.1.1.1.74
cagwEthGreReceivedDataBytes .1.3.6.1.4.1.9.9.638.1.3.1.1.1.75
cagwEthGreSentDataPkts .1.3.6.1.4.1.9.9.638.1.3.1.1.1.76
cagwEthGreSentDataBytes .1.3.6.1.4.1.9.9.638.1.3.1.1.1.77
cagwRejectedHosts .1.3.6.1.4.1.9.9.638.1.3.1.1.1.78
cagwAgedOutStaticHosts .1.3.6.1.4.1.9.9.638.1.3.1.1.1.79
cagwDeletedHosts .1.3.6.1.4.1.9.9.638.1.3.1.1.1.8
cagwSuccessfulHandoff .1.3.6.1.4.1.9.9.638.1.3.1.1.1.80
cagwFailedHandoff .1.3.6.1.4.1.9.9.638.1.3.1.1.1.81
cagwSuccessfulCMACKeyUpdate .1.3.6.1.4.1.9.9.638.1.3.1.1.1.82
cagwFailedCMACKeyUpdate .1.3.6.1.4.1.9.9.638.1.3.1.1.1.83
cagwSuccessfulSecurityKeyExchange .1.3.6.1.4.1.9.9.638.1.3.1.1.1.84
cagwFailedSecurityKeyExchange .1.3.6.1.4.1.9.9.638.1.3.1.1.1.85
cagwIpGreReceivedRedirectedPkts .1.3.6.1.4.1.9.9.638.1.3.1.1.1.86
cagwIpGreReceivedRedirectedBytes .1.3.6.1.4.1.9.9.638.1.3.1.1.1.87
cagwEthGreReceivedRedirectedPkts .1.3.6.1.4.1.9.9.638.1.3.1.1.1.88
cagwEthGreReceivedRedirectedBytes .1.3.6.1.4.1.9.9.638.1.3.1.1.1.89
cagwCreatedBaseStations .1.3.6.1.4.1.9.9.638.1.3.1.1.1.9
cagwThrottlingOfPuntsDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.90
cagwLearningUpstreamDataPktsDrops .1.3.6.1.4.1.9.9.638.1.3.1.1.1.91
cagwPuntedDataPkts .1.3.6.1.4.1.9.9.638.1.3.1.1.1.92
cagwRejectedSessionUnapprovedBs .1.3.6.1.4.1.9.9.638.1.3.1.1.1.93
cagwPktsDroppedStaticIpHostNotAllowed .1.3.6.1.4.1.9.9.638.1.3.1.1.1.94
cagwPktsDroppedMulticastBroadcast .1.3.6.1.4.1.9.9.638.1.3.1.1.1.95
cagwSlaProfileNotFound .1.3.6.1.4.1.9.9.638.1.3.1.1.1.96
cagwPktsDroppedMipIncomplete .1.3.6.1.4.1.9.9.638.1.3.1.1.1.97
cagwCreatedPmipEnabledSubs .1.3.6.1.4.1.9.9.638.1.3.1.1.1.98
cagwDeletedPmipEnabledSubs .1.3.6.1.4.1.9.9.638.1.3.1.1.1.99
cagwDhcpStatistics .1.3.6.1.4.1.9.9.638.1.3.2
cagwDhcpStatisticsTable .1.3.6.1.4.1.9.9.638.1.3.2.1
cagwDhcpStatisticsEntry .1.3.6.1.4.1.9.9.638.1.3.2.1.1
cagwDhcpDiscoverPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.1
cagwDhcpUnknownPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.10
cagwDhcpProxyDiscoverPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.11
cagwDhcpProxyOfferPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.12
cagwDhcpProxyRequestPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.13
cagwDhcpProxyDeclinePackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.14
cagwDhcpProxyAckPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.15
cagwDhcpProxyNakPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.16
cagwDhcpProxyReleasePackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.17
cagwDhcpProxyInformPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.18
cagwDhcpProxyLeaseQueryPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.19
cagwDhcpOfferPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.2
cagwDhcpProxyUnknownPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.20
cagwDhcpRequestPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.3
cagwDhcpDeclinePackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.4
cagwDhcpAckPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.5
cagwDhcpNakPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.6
cagwDhcpReleasePackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.7
cagwDhcpInformPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.8
cagwDhcpLeaseQueryPackets .1.3.6.1.4.1.9.9.638.1.3.2.1.1.9
cagwMessageStatistics .1.3.6.1.4.1.9.9.638.1.3.3
cagwMsgTable .1.3.6.1.4.1.9.9.638.1.3.3.1
cagwMsgEntry .1.3.6.1.4.1.9.9.638.1.3.3.1.1
cagwMsgType .1.3.6.1.4.1.9.9.638.1.3.3.1.1.1
cagwMsgSent .1.3.6.1.4.1.9.9.638.1.3.3.1.1.2
cagwMsgReceived .1.3.6.1.4.1.9.9.638.1.3.3.1.1.3
cagwMsgResent .1.3.6.1.4.1.9.9.638.1.3.3.1.1.4
cagwUserGrpStatistics .1.3.6.1.4.1.9.9.638.1.3.4
cagwUserGrpTable .1.3.6.1.4.1.9.9.638.1.3.4.1
cagwUserGrpEntry .1.3.6.1.4.1.9.9.638.1.3.4.1.1
cagwUserGrpDomainName .1.3.6.1.4.1.9.9.638.1.3.4.1.1.1
cagwUserGrpBytesSent deprecated.1.3.6.1.4.1.9.9.638.1.3.4.1.1.10
cagwUserGrpPacketsReceived deprecated.1.3.6.1.4.1.9.9.638.1.3.4.1.1.11
cagwUserGrpBytesReceived deprecated.1.3.6.1.4.1.9.9.638.1.3.4.1.1.12
cagwUserGrpInvalidSourcePacketsDrops .1.3.6.1.4.1.9.9.638.1.3.4.1.1.13
cagwUserGrpInvalidSourceBytesDrops .1.3.6.1.4.1.9.9.638.1.3.4.1.1.14
cagwUserGrpIpGrePacketsSent .1.3.6.1.4.1.9.9.638.1.3.4.1.1.15
cagwUserGrpIpGreBytesSent .1.3.6.1.4.1.9.9.638.1.3.4.1.1.16
cagwUserGrpIpGrePacketsReceived .1.3.6.1.4.1.9.9.638.1.3.4.1.1.17
cagwUserGrpIpGreBytesReceived .1.3.6.1.4.1.9.9.638.1.3.4.1.1.18
cagwUserGrpEthGrePacketsSent .1.3.6.1.4.1.9.9.638.1.3.4.1.1.19
cagwUserGrpServiceMode .1.3.6.1.4.1.9.9.638.1.3.4.1.1.2
cagwUserGrpEthGreBytesSent .1.3.6.1.4.1.9.9.638.1.3.4.1.1.20
cagwUserGrpEthGrePacketsReceived .1.3.6.1.4.1.9.9.638.1.3.4.1.1.21
cagwUserGrpEthGreBytesReceived .1.3.6.1.4.1.9.9.638.1.3.4.1.1.22
cagwUserGrpOverwritten .1.3.6.1.4.1.9.9.638.1.3.4.1.1.23
cagwUserGrpPodReqRecv .1.3.6.1.4.1.9.9.638.1.3.4.1.1.24
cagwUserGrpPodSuccessNotifsSent .1.3.6.1.4.1.9.9.638.1.3.4.1.1.25
cagwUserGrpPodFailureNotifsSent .1.3.6.1.4.1.9.9.638.1.3.4.1.1.26
cagwUserGrpCoaReqRecv .1.3.6.1.4.1.9.9.638.1.3.4.1.1.27
cagwUserGrpCoaSuccessNotifsSent .1.3.6.1.4.1.9.9.638.1.3.4.1.1.28
cagwUserGrpCoaFailureNotifsSent .1.3.6.1.4.1.9.9.638.1.3.4.1.1.29
cagwUserGrpCreatedSessions .1.3.6.1.4.1.9.9.638.1.3.4.1.1.3
cagwUserGrpRejSession .1.3.6.1.4.1.9.9.638.1.3.4.1.1.30
cagwUserGrpDeletedSessions .1.3.6.1.4.1.9.9.638.1.3.4.1.1.4
cagwUserGrpCurrentSessions .1.3.6.1.4.1.9.9.638.1.3.4.1.1.5
cagwUserGrpCreatedFlows .1.3.6.1.4.1.9.9.638.1.3.4.1.1.6
cagwUserGrpDeletedFlows .1.3.6.1.4.1.9.9.638.1.3.4.1.1.7
cagwUserGrpCurrentFlows .1.3.6.1.4.1.9.9.638.1.3.4.1.1.8
cagwUserGrpPacketsSent deprecated.1.3.6.1.4.1.9.9.638.1.3.4.1.1.9
cagwPathStatistics .1.3.6.1.4.1.9.9.638.1.3.5
cagwPathTable obsolete.1.3.6.1.4.1.9.9.638.1.3.5.1
cagwPathEntry obsolete.1.3.6.1.4.1.9.9.638.1.3.5.1.1
cagwPathRemoteIpType obsolete.1.3.6.1.4.1.9.9.638.1.3.5.1.1.1
cagwPathPacketsReceived obsolete.1.3.6.1.4.1.9.9.638.1.3.5.1.1.10
cagwPathBytesReceived obsolete.1.3.6.1.4.1.9.9.638.1.3.5.1.1.11
cagwPathRemoteIp obsolete.1.3.6.1.4.1.9.9.638.1.3.5.1.1.2
cagwPathType obsolete.1.3.6.1.4.1.9.9.638.1.3.5.1.1.3
cagwPathLocalIpType obsolete.1.3.6.1.4.1.9.9.638.1.3.5.1.1.4
cagwPathLocalIp obsolete.1.3.6.1.4.1.9.9.638.1.3.5.1.1.5
cagwPathCurrentSessions obsolete.1.3.6.1.4.1.9.9.638.1.3.5.1.1.6
cagwPathCurrentFlows obsolete.1.3.6.1.4.1.9.9.638.1.3.5.1.1.7
cagwPathPacketsSent obsolete.1.3.6.1.4.1.9.9.638.1.3.5.1.1.8
cagwPathBytesSent obsolete.1.3.6.1.4.1.9.9.638.1.3.5.1.1.9
cagwPathRev1Table .1.3.6.1.4.1.9.9.638.1.3.5.2
cagwPathRev1Entry .1.3.6.1.4.1.9.9.638.1.3.5.2.1
cagwPathTypeRev1 .1.3.6.1.4.1.9.9.638.1.3.5.2.1.1
cagwPathIpGrePacketsReceivedRev1 .1.3.6.1.4.1.9.9.638.1.3.5.2.1.10
cagwPathIpGreBytesReceivedRev1 .1.3.6.1.4.1.9.9.638.1.3.5.2.1.11
cagwPathEthGrePacketsSentRev1 .1.3.6.1.4.1.9.9.638.1.3.5.2.1.12
cagwPathEthGreBytesSentRev1 .1.3.6.1.4.1.9.9.638.1.3.5.2.1.13
cagwPathEthGrePacketsReceivedRev1 .1.3.6.1.4.1.9.9.638.1.3.5.2.1.14
cagwPathEthGreBytesReceivedRev1 .1.3.6.1.4.1.9.9.638.1.3.5.2.1.15
cagwPathRemoteIpTypeRev1 .1.3.6.1.4.1.9.9.638.1.3.5.2.1.2
cagwPathRemoteIpRev1 .1.3.6.1.4.1.9.9.638.1.3.5.2.1.3
cagwPathLocalIpTypeRev1 .1.3.6.1.4.1.9.9.638.1.3.5.2.1.4
cagwPathLocalIpRev1 .1.3.6.1.4.1.9.9.638.1.3.5.2.1.5
cagwPathCurrentSessionsRev1 .1.3.6.1.4.1.9.9.638.1.3.5.2.1.6
cagwPathCurrentFlowsRev1 .1.3.6.1.4.1.9.9.638.1.3.5.2.1.7
cagwPathIpGrePacketsSentRev1 .1.3.6.1.4.1.9.9.638.1.3.5.2.1.8
cagwPathIpGreBytesSentRev1 .1.3.6.1.4.1.9.9.638.1.3.5.2.1.9
cagwArpStatistics .1.3.6.1.4.1.9.9.638.1.3.6
cagwArpStatisticsTable .1.3.6.1.4.1.9.9.638.1.3.6.1
cagwArpStatisticsEntry .1.3.6.1.4.1.9.9.638.1.3.6.1.1
cagwArpReqReceived .1.3.6.1.4.1.9.9.638.1.3.6.1.1.1
cagwArpReplySent .1.3.6.1.4.1.9.9.638.1.3.6.1.1.2
cagwArpPacketsDropped .1.3.6.1.4.1.9.9.638.1.3.6.1.1.3
cagwNotifMgmt .1.3.6.1.4.1.9.9.638.1.4
cagwNotifEnabled .1.3.6.1.4.1.9.9.638.1.4.1
cagwServiceNotifEnabled .1.3.6.1.4.1.9.9.638.1.4.11
cagwServiceNotifSeverity .1.3.6.1.4.1.9.9.638.1.4.12
cagwGeneratedServiceNotifs .1.3.6.1.4.1.9.9.638.1.4.13
cagwIgnoredServiceNotifs .1.3.6.1.4.1.9.9.638.1.4.14
cagwNotifSeverityLevel .1.3.6.1.4.1.9.9.638.1.4.2
cagwMaxBaseStationExceededNotifEnabled .1.3.6.1.4.1.9.9.638.1.4.21
cagwMaxBaseStationExceededNotifSeverity .1.3.6.1.4.1.9.9.638.1.4.22
cagwMaxBaseStationExceededNotifThreshold .1.3.6.1.4.1.9.9.638.1.4.23
cagwGeneratedMaxBsNotifs .1.3.6.1.4.1.9.9.638.1.4.24
cagwIgnoredMaxBsNotifs .1.3.6.1.4.1.9.9.638.1.4.25
cagwRepeatNotifInterval .1.3.6.1.4.1.9.9.638.1.4.3
cagwMaxSubscribersExceededNotifEnabled .1.3.6.1.4.1.9.9.638.1.4.31
cagwMaxSubscribersExceededNotifSeverity .1.3.6.1.4.1.9.9.638.1.4.32
cagwMaxSubscribersExceededNotifThreshold .1.3.6.1.4.1.9.9.638.1.4.33
cagwGeneratedMaxSubscNotifs .1.3.6.1.4.1.9.9.638.1.4.34
cagwIgnoredMaxSubscNotifs .1.3.6.1.4.1.9.9.638.1.4.35
cagwGeneratedNotifs .1.3.6.1.4.1.9.9.638.1.4.4
cagwIgnoredNotifs .1.3.6.1.4.1.9.9.638.1.4.5
cagwNotifInfo .1.3.6.1.4.1.9.9.638.1.5
cagwImpactedIpType .1.3.6.1.4.1.9.9.638.1.5.1
cagwImpactedIp .1.3.6.1.4.1.9.9.638.1.5.2
cagwImpactedReason .1.3.6.1.4.1.9.9.638.1.5.3
cagwImpactedInfo .1.3.6.1.4.1.9.9.638.1.5.4
ciscoAgwMIBConform .1.3.6.1.4.1.9.9.638.2
ciscoAgwMIBCompliances .1.3.6.1.4.1.9.9.638.2.1
ciscoAgwMIBGroups .1.3.6.1.4.1.9.9.638.2.2