📄 snmpv3.nv
字号:
# File : snmpv3.nv
# - Contains the non-volatile parameters for SNMPv3
# - SNMPv3 module reads the initial values from this file.
# - Information is organized based on sections.
# - Default information is as per "Initial-semi-security-configuration"(ISSC)
# defined in RFC2275.
# - As per RFC2579, following are the valid values of StorageType & RowStatus
# They represent integers. For all tables, their values are optional.
# VALUE StorageType RowStatus
# ----- ----------- ---------
# 1 other active
# 2 volatile notInService
# 3 nonVolatile notReady
# 4 permanent createAndGo
# 5 readOnly createAndWait
# 6 - destroy
#
[context names]
# - Just specify one context name per line
# - For eg: mib2
# ISSC : This table is empty table.
[group names]
# - Entries in this section are used to make the SecurityToGroup Table
# - SecurityModel, SecurityName, GroupName, StorageType, RowStatus
# ISSC : 3 , initial , initial
3 , initial , initial
3 , bob , initial
3 , MD5User1 , initial
3 , MD5User2 , initial
[access table]
# - Entries in this section are used to make the Access Table
# - SecurityModel, GroupName, ContextName, SecurityLevel, ContextMatch,
# ReadVwName, WriteVwName, NotifyVwName, StorageType, RowStatus
# - SecurityLevel can have the following integer values
# noAuthNoPriv -> 0
# authNoPriv -> 1
# authPriv -> 3
# ISSC : 3, initial, , 0 , 1, restricted, , restricted
# 3, initial, , 1 , 1, internet , internet , internet
# 3, initial, , 3 , 1, internet , internet , internet
3, initial, , 0 , 1, restricted, restricted , restricted
3, initial, , 1 , 1, internet , internet , internet
3, initial, , 3 , 1, internet , internet , internet
3, initial,DefaultContextName , 0 , 1, restricted, restricted , restricted
3, initial,DefaultContextName , 1 , 1, internet , internet , internet
3, initial,DefaultContextName , 3 , 1, internet , internet , internet
[mibview table]
# - Entries in this section are used to make the MibView Table
# - view-name,oid, mask, type, storage, status
# - "type" has value 1 (included) and 0 (excluded). That is the
# #defines MIBV_INCLUDED and MIBV_EXCLUDED
# ISSC : internet, 1.3.6.1 , , 1
# restricted, 1.3.6.1.2.1.1 , , 1
# restricted, 1.3.6.1.2.1.11 , , 1
# restricted, 1.3.6.1.6.3.7.2.1, , 1
# restricted, 1.3.6.1.6.3.8.2.1, , 1
# restricted, 1.3.6.1.6.3.9.2.1, , 1
internet, 1.3.6.1 , , 1
restricted, 1.3.6.1.2.1.1 , , 1
restricted, 1.3.6.1.2.1.11 , , 1
restricted, 1.3.6.1.6.3.7.2.1, , 1
restricted, 1.3.6.1.6.3.8.2.1, , 1
restricted, 1.3.6.1.6.3.9.2.1, , 1
[authoid table]
# - Entries in this section are used to make the AuthTable
# - name,oid
# This table should be placed before the [user table] because
# the name of OIDs from this table are used to specify AuthOID,
# PrivOID in the [user table]
NoAuth, 1.3.6.1.6.3.10.1.1.1
MD5, 1.3.6.1.6.3.10.1.1.2
SHA, 1.3.6.1.6.3.10.1.1.3
NoPriv, 1.3.6.1.6.3.10.1.2.1
DES, 1.3.6.1.6.3.10.1.2.2
[user table]
# - Entries in this section are used to make the User Table
# - This table is used by the USEC module
# - UserName, SecurityName, AuthOID, AuthPass, PrivOID, PrivPass,
# PublicInfo, StorageType, RowStatus
MD5User1,MD5User1, MD5 , APwd1 , DES,PPwd1 , UsesMD5
MD5User2,MD5User2, MD5 , APwd2 , DES,PPwd2 , UsesMD5
[target addr]
# - Entries in this section are used to make the TAddr Table
# - Timeout,Name,Domain,Addr,RetryCnt,Tag,Params,StorageType,RowStatus
# - Based on the domain, Addr field is scanned.
# Domain 1 ->IP Addr
# Domain 2 ->IPX Addr
# Domain 16 ->Netbios Addr
6, addr2, 1, 10.0.0.20, 4, group1, AuthNoPriv-joe
7, addr3, 1, 10.0.0.70, 6, group2, AuthPriv-bob
[target param]
# - Entries in this section are used to make the TParam Table
# - MesProcModel,Name,USEC Model,SecurityName,SecLevel,
# StorageType,RowStatus
3, AuthPriv-bob, 3, MD5User1, 3, 2, permanent
3, AuthNoPriv-joe, 3, bob, 0
[notify table]
# - Entries in this section are used to make the Notify Table
# - Type,Name,Tag,StorageType,RowStatus
1, group1, group1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -