CISCO-APPNAV-MIB

File: CISCO-APPNAV-MIB.mib (33873 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INET-ADDRESS-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP TEXTUAL-CONVENTION
InetAddressType InetAddress ciscoMgmt

Defined Types

CAppNavServContextJoinStates  
Represents various join states of the service context: unknown : This state indicates an internal error. notConfigured : This state indicates that the service context was enabled without the graceful option. started : This state indicates that the service context was enabled with the graceful option and the AppNav controller is currently in the Joining state. aborted : This state indicates that the service context was disabled while the AppNav controller was going through the joining process. completed : This state indicates that the service context was enabled with the graceful option and the AppNav controller completed the joining process.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), notConfigured(2), started(3), aborted(4), completed(5)  

CAppNavCMStates  
Represents the cluster membership states of AppNav controllers and service nodes. dead : This state indicates that contact to the given AppNav controller or service node from the AppNav cluster is lost. alive : This state indicates that the given AppNav controller or service node is in contact of the AppNav cluster. excluded : This state indicates that given AppNav controller/service node is not a part of the AppNav cluster. partial : This state indicates that the given AppNav controller/service node is partially part of the AppNav cluster. na : This state indicates that the given AppNav controller/service node has no status information available when service context is in the admin disabled state. zombie : This state indicates that the given AppNav controller is removed from config but is still alive. inactive : This state indicates that the given AppNav controller is added to config but is inactive because of zombies.
TEXTUAL-CONVENTION    
  INTEGER dead(1), alive(2), excluded(3), partial(4), na(5), zombie(6), inactive(7)  

CAppNavIRStates  
Represents the interception readiness states of the AppNav controller. The interception readiness state indicates whether AppNav controller is ready to intercept application traffic or not. ready : This state indicates that the AppNav controller is ready to do interception. notReady : This state indicates that the AppNav controller is not ready to do interception. na : This state indicates that this state is not applicable to the AppNav controller.
TEXTUAL-CONVENTION    
  INTEGER ready(1), notReady(2), na(3)  

CAppNavServContextOpStates  
Represents various operational states of the service context: initializing : This state indicates that the service context is in the initialization state. converging : This state indicates that the service context is in the converging state. This state is acquired when the AppNav controller detects the presence of a new AppNav controller or a service node, or loss of liveliness with any AppNav controller or service node in the service context, and is waiting to re-converge. internalError : This state indicates that service context is in the internal error state. This state is acquired when the AppNav controller fails to re-converge upon any change in service context. In this state, traffic redirection is stopped for new connections and existing connections are redirected on the best effort basis. degraded : This state indicates that the service context is in the degraded state. This state is acquired when no single fully connected subset of configured AppNav controllers and service nodes found. In this state, traffic redirection is turned off for new connections. operational : This state indicates that the service context is in the operational state. adminDisabled : This state indicates that the service context is disabled by an admin. initializingJoining : This state indicates that the service context is in the initializing joining state. This state is acquired when the AppNav controller is in the initializing state of joining process. convergingJoining : This state indicates that the service context is in the converging joining state. This state is acquired when the AppNav controller detects the presence of a new AppNav controller or a service node, or loss of liveliness with any AppNav controller or service node in the service context, and is waiting to re-converge. operationalJoining : This state indicates that the service context is stuck in joining state because of cluster view is full but either the number of non-joining AppNav controllers in the view is 1 or the set of Service Nodes seen by this AppNav controllers is smaller than the set of Service Nodes seen by the existing cluster. degradedJoining : This state indicates that the service context is stuck in joining state because the cluster view is degraded when this AppNav controller is part of the cluster.
TEXTUAL-CONVENTION    
  INTEGER initializing(1), converging(2), internalError(3), degraded(4), operational(5), adminDisabled(6), initializingJoining(7), convergingJoining(8), operationalJoining(9), degradedJoining(10)  

CAppNavServContextEntry  
SEQUENCE    
  cAppNavServContextIndex Unsigned32
  cAppNavServContextName OCTET STRING
  cAppNavServContextCurrOpState CAppNavServContextOpStates
  cAppNavServContextLastOpState CAppNavServContextOpStates
  cAppNavServContextIRState CAppNavIRStates
  cAppNavServContextJoinState CAppNavServContextJoinStates

CAppNavACGEntry  
SEQUENCE    
  cAppNavACGIndex Unsigned32
  cAppNavACGName OCTET STRING
  cAppNavACGServContextName OCTET STRING

CAppNavSNGEntry  
SEQUENCE    
  cAppNavSNGIndex Unsigned32
  cAppNavSNGName OCTET STRING
  cAppNavSNGServContextName OCTET STRING

CAppNavACEntry  
SEQUENCE    
  cAppNavACIndex Unsigned32
  cAppNavACIpAddrType InetAddressType
  cAppNavACIpAddr InetAddress
  cAppNavACServContextName OCTET STRING
  cAppNavACACGName OCTET STRING
  cAppNavACCurrentCMState CAppNavCMStates

CAppNavSNEntry  
SEQUENCE    
  cAppNavSNIndex Unsigned32
  cAppNavSNIpAddrType InetAddressType
  cAppNavSNIpAddr InetAddress
  cAppNavSNServContextName OCTET STRING
  cAppNavSNSNGName OCTET STRING
  cAppNavSNCurrentCMState CAppNavCMStates

Defined Values

ciscoAppNavMIB 1.3.6.1.4.1.9.9.791
This MIB module defines SNMP management objects describing the AppNav technology. A device, which implements the AppNav technology, is known as the AppNav controller. The AppNav controller intelligently navigates application traffic to a group of devices, which offer services to the application traffic. A device, which offers services to the application traffic is known as service node. As an example, the WAN optimization service uses the AppNav technology, where the AppNav controller intercepts applications traffic and redirects it to service nodes, which offer the WAN optimization service. A deployment may use more than one AppNav controllers and service nodes to provide high availability and scalability. In such deployments, AppNav controllers and service nodes together form a cluster, which is known as an AppNav cluster. Definitions of various entities related to the AppNav technology is as follows: AppNav controller: It is a device that intercepts application traffic and navigates (redirects) it to service nodes. Service node: It is a device that offers services to the traffic navigated (redirected) to it by the AppNav controller. AppNav controller group: An AppNav controller group is a group of one or more AppNav controllers. The AppNav controllers in the AppNav controller group communicate with each other regarding the connections being redirected by them, so that they redirect traffic to the right service node, irrespective of which AppNav controller receives packets for a given connection. For example, if particular connection is served by the service node A then that connection should always be served by the service node A until client or server terminates it. This mechanism is needed in the asymmetric network topologies, where packets may take different paths for forward and return journey. Service node group: A service node group is a group of one or more service nodes. The AppNav controller intercepts and redirects application traffic to service nodes in a service node group. The service nodes update their load status to the AppNav controllers, so that they can do intelligent load distribution among the available service nodes. AppNav Cluster: An AppNav controller group and a service node group together form a cluster, which is known as an AppNav cluster. An AppNav cluster is also known as a service context.
MODULE-IDENTITY    

ciscoAppNavMIBObjects 1.3.6.1.4.1.9.9.791.0
OBJECT IDENTIFIER    

ciscoAppNavMIBConform 1.3.6.1.4.1.9.9.791.1
OBJECT IDENTIFIER    

ciscoAppNavMIBCompliances 1.3.6.1.4.1.9.9.791.1.1
OBJECT IDENTIFIER    

cAppNavServContext 1.3.6.1.4.1.9.9.791.0.1
OBJECT IDENTIFIER    

cAppNavACG 1.3.6.1.4.1.9.9.791.0.2
OBJECT IDENTIFIER    

cAppNavSNG 1.3.6.1.4.1.9.9.791.0.3
OBJECT IDENTIFIER    

cAppNavAC 1.3.6.1.4.1.9.9.791.0.4
OBJECT IDENTIFIER    

cAppNavSN 1.3.6.1.4.1.9.9.791.0.5
OBJECT IDENTIFIER    

cAppNavServContextTable 1.3.6.1.4.1.9.9.791.0.1.1
This table lists the objects, which gives information related to the service contexts configured on the AppNav controller.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CAppNavServContextEntry

cAppNavServContextEntry 1.3.6.1.4.1.9.9.791.0.1.1.1
An entry describing the objects, which gives information related to a service context. The AppNav controller creates a new entry, when a new service context gets configured through the management interface. The AppNav controller deletes an entry for a given service context when it is removed from the configuration through the management interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CAppNavServContextEntry  

cAppNavServContextIndex 1.3.6.1.4.1.9.9.791.0.1.1.1.1
This object indicates an index of the cAppNavServiceContextTable. It is an arbitrary unsigned integer value that uniquely identifies an entry in cAppNavServiceContextTable. The value for each entry must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cAppNavServContextName 1.3.6.1.4.1.9.9.791.0.1.1.1.2
This object indicates the name of the service context.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

cAppNavServContextCurrOpState 1.3.6.1.4.1.9.9.791.0.1.1.1.3
This object indicates the current operational state of the service context.
Status: current Access: read-only
OBJECT-TYPE    
  CAppNavServContextOpStates  

cAppNavServContextLastOpState 1.3.6.1.4.1.9.9.791.0.1.1.1.4
This object indicates the last operational state of the service context.
Status: current Access: read-only
OBJECT-TYPE    
  CAppNavServContextOpStates  

cAppNavServContextIRState 1.3.6.1.4.1.9.9.791.0.1.1.1.5
This object indicates the Interception Readiness(IR) state of the service context.
Status: current Access: read-only
OBJECT-TYPE    
  CAppNavIRStates  

cAppNavServContextJoinState 1.3.6.1.4.1.9.9.791.0.1.1.1.6
This object indicates the join state of the service context.
Status: current Access: read-only
OBJECT-TYPE    
  CAppNavServContextJoinStates  

cAppNavACGTable 1.3.6.1.4.1.9.9.791.0.2.1
This table lists the objects, which gives information related to the AppNav controller group configured on the AppNav controller.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CAppNavACGEntry

cAppNavACGEntry 1.3.6.1.4.1.9.9.791.0.2.1.1
An entry describing the objects, which gives information related to the AppNav controller group configured on the AppNav controller. The AppNav controller creates a new entry when a new AppNav controller group gets configured on the AppNav controller through the management interface. The AppNav controller deletes an entry for a given AppNav controller group, when it is removed from the configuration through the management interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CAppNavACGEntry  

cAppNavACGIndex 1.3.6.1.4.1.9.9.791.0.2.1.1.1
This object indicates an index of the cAppNavACGTable. It is an arbitrary unsigned integer value that uniquely identifies an entry in cAppNavACGTable. The value for each entry must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cAppNavACGName 1.3.6.1.4.1.9.9.791.0.2.1.1.2
This object indicates the name of the AppNav controller group.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

cAppNavACGServContextName 1.3.6.1.4.1.9.9.791.0.2.1.1.3
This object indicates the service context to which AppNav controller belongs.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..96)  

cAppNavSNGTable 1.3.6.1.4.1.9.9.791.0.3.1
This table lists the objects, which gives information related to the service node group configured on the AppNav controller.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CAppNavSNGEntry

cAppNavSNGEntry 1.3.6.1.4.1.9.9.791.0.3.1.1
An entry desribing the objects, which gives information regarding the service node groups configured on the AppNav controller. An AppNav controller creates a new entry, when a new service node group gets configured on the system through the management interface. The AppNav controller deletes an entry for a given service node group, when it is removed from the configuration through the management interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CAppNavSNGEntry  

cAppNavSNGIndex 1.3.6.1.4.1.9.9.791.0.3.1.1.1
This object specifies an index of the cAppNavSNGTable. It is an arbitrary unsigned integer value that uniquely identifies an entry in cAppNavSNGTable. The value for each entry must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cAppNavSNGName 1.3.6.1.4.1.9.9.791.0.3.1.1.2
This object indicates the name of service node group.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

cAppNavSNGServContextName 1.3.6.1.4.1.9.9.791.0.3.1.1.3
This object indicates the name of the service context to which given service node group belongs.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

cAppNavACTable 1.3.6.1.4.1.9.9.791.0.4.1
This table lists the objects, which give information related to the AppNav controllers configured on the AppNav controller to assign them to the service context.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CAppNavACEntry

cAppNavACEntry 1.3.6.1.4.1.9.9.791.0.4.1.1
An entry describing the objects, which gives information related to the AppNav controllers configured on the AppNav controller to assign them to the service context. An AppNav controller creates a new entry, when a new AppNav controller gets configured on the AppNav controller through the management interface. The AppNav controller deletes an entry for a given AppNav controller, when it is removed from the configuration through the management interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CAppNavACEntry  

cAppNavACIndex 1.3.6.1.4.1.9.9.791.0.4.1.1.1
This object indicates an index of the cAppNavACTable. It is an arbitrary unsigned integer value that uniquely identifies an entry in cAppNavACTable. The value for each entry must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cAppNavACIpAddrType 1.3.6.1.4.1.9.9.791.0.4.1.1.2
This object indicates the address type of the cAppNavACIpAddr. The cAppNavACEntries are only valid for address type of IPv4 and IPv6.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cAppNavACIpAddr 1.3.6.1.4.1.9.9.791.0.4.1.1.3
This object indicates the IP address of the AppNav controller.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cAppNavACServContextName 1.3.6.1.4.1.9.9.791.0.4.1.1.4
This object indicates the name of the service context to which given AppNav controller belongs.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

cAppNavACACGName 1.3.6.1.4.1.9.9.791.0.4.1.1.5
This object indicates the name of the AppNav controller group to which given AppNav controller belongs.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

cAppNavACCurrentCMState 1.3.6.1.4.1.9.9.791.0.4.1.1.6
This object indicates the current cluster membership state of the given AppNav controller.
Status: current Access: read-only
OBJECT-TYPE    
  CAppNavCMStates  

cAppNavSNTable 1.3.6.1.4.1.9.9.791.0.5.1
This table lists the objects, which gives information related to the service nodes configured on the AppNav controller to assign them to the service context.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CAppNavSNEntry

cAppNavSNEntry 1.3.6.1.4.1.9.9.791.0.5.1.1
An entry describing the objects, which gives information related to the service nodes configured on the AppNav controller to assign them to the service context. An AppNav controller creates a new entry, when a new service node gets configured on the system through the management interface. An AppNav controller deletes an entry for a given service node, when it is removed from the configuration through the management interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CAppNavSNEntry  

cAppNavSNIndex 1.3.6.1.4.1.9.9.791.0.5.1.1.1
This object indicates an index of the cAppNavSNTable. It is an arbitrary unsigned integer value that uniquely identifies an entry in cAppNavSNTable. The value for each entry must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cAppNavSNIpAddrType 1.3.6.1.4.1.9.9.791.0.5.1.1.2
This object indicates the address type of cacSnIpAddr. cacSNEntries are only valid for address type of IPv4 and IPv6.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cAppNavSNIpAddr 1.3.6.1.4.1.9.9.791.0.5.1.1.3
This object indicates the IP address of the given service node.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cAppNavSNServContextName 1.3.6.1.4.1.9.9.791.0.5.1.1.4
This object indicates the name of the service context to which given service node belongs.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

cAppNavSNSNGName 1.3.6.1.4.1.9.9.791.0.5.1.1.5
This object indicates the name of the service node group to which given service node belongs.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

cAppNavSNCurrentCMState 1.3.6.1.4.1.9.9.791.0.5.1.1.6
This object indicats the current cluster membership state of the given service node.
Status: current Access: read-only
OBJECT-TYPE    
  CAppNavCMStates  

ciscoAppNavMIBGroups 1.3.6.1.4.1.9.9.791.1.2
OBJECT IDENTIFIER    

ciscoAppNavMIBCompliance 1.3.6.1.4.1.9.9.791.1.1.1
This is a default module-compliance containing default object groups.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoAppNavMIBComplianceRev1 1.3.6.1.4.1.9.9.791.1.1.2
This is a default module-compliance containing default object groups. This compliance deprecated ciscoAppNavMIBCompliance.
Status: current Access: read-only
MODULE-COMPLIANCE    

cAppNavServiceContextGroup 1.3.6.1.4.1.9.9.791.1.2.1
This group includes objects which gives information for service context configured on the AppNav controller.
Status: current Access: read-only
OBJECT-GROUP    

cAppNavACGGroup 1.3.6.1.4.1.9.9.791.1.2.2
This group includes objects, which give information related to AppNav controller group configured on the AppNav controller.
Status: current Access: read-only
OBJECT-GROUP    

cAppNavSNGGroup 1.3.6.1.4.1.9.9.791.1.2.3
This group includes objects, which gives information related to the service node group configured on the AppNav controller.
Status: current Access: read-only
OBJECT-GROUP    

cAppNavACGroup 1.3.6.1.4.1.9.9.791.1.2.4
This group includes objects, which gives information related to AppNav controllers configured on the AppNav controller to assign them to the AppNav cluster.
Status: current Access: read-only
OBJECT-GROUP    

cAppNavSNGroup 1.3.6.1.4.1.9.9.791.1.2.5
This group contains objects, which gives information related to service node configured on AppNav controller to assign them to the AppNav cluster.
Status: current Access: read-only
OBJECT-GROUP    

cAppNavServiceContextGroupRev1 1.3.6.1.4.1.9.9.791.1.2.6
This group includes objects which gives information for service context configured on the AppNav controller.
Status: current Access: read-only
OBJECT-GROUP