Hi ALl,

Is possible have a Table having two index elements and a row-status entry ??

*Is the following table Definition is currect ??*

auditLoggingCfgTable OBJECT-TYPE
    SYNTAX     SEQUENCE OF AuditLoggingCfgEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
           "This table will be used to configured the audit logging feature
for
    Common Criteria(CC) Certification"
    ::= { auditLogging 1 }

auditLoggingCfgEntry OBJECT-TYPE
    SYNTAX     AuditLoggingCfgEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
           "Each entry contains the  snmpV3 user to snmp client IP address
    equivalence to filter the audit logging."
    INDEX       { snmpv3UserName,
                  snmpClientIpAddress}
    ::= { auditLoggingCfgTable 1 }

AuditLoggingCfgEntry ::= SEQUENCE {
       snmpv3UserName         OCTET-STRING,
       snmpClientIpAddress      IpAddress,
       auditLoggingRowStatus       RowStatus
    }

snmpv3UserName     OBJECT-TYPE
    SYNTAX     OCTET-STRING
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
           "This index  uniquely identifies the snmpV3 user  configured by
snmp client.
      "
    ::= { AuditLoggingCfgEntry 1 }

snmpClientIpAddress    OBJECT-TYPE
    SYNTAX     IpAddress
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
           "This index  uniquely identifies the snmp client Ip address for
which audit logging
    need to configured."
    ::= { AuditLoggingCfgEntry 2 }

auditLoggingRowStatus      OBJECT-TYPE
    SYNTAX     RowStatus
    MAX-ACCESS read-create
    STATUS     current
    DESCRIPTION
           "The status of this conceptual row.

            The RowStatus TC requires that this DESCRIPTION clause
            states under which circumstances other objects in this row
            can be modified.  The value of this object has no effect on
            whether other objects in this conceptual row can be
            modified.

            A conceptual row is user to pair up snmpV3 user and snmp client
Ip address
    to configurd the Audit Logging."
    ::= { AuditLoggingCfgEntry 3 }



Thanks,
Sanjay
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to