⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 natconv.mib

📁 vxworks下ppp的实现源码
💻 MIB
字号:
-- natconv.mib  - Snmp v1/v2 agent nat mib definition-- Copyright 2000-2003 Wind River Systems, Inc -- modification history-----------------------    NatMibAgent-MIB    -- include header files needed by the  method routines    --FORCE-INCLUDE <mib.h>    --FORCE-INCLUDE <snmpdefs.h>    --FORCE-INCLUDE <snmpstat.h>    --FORCE-INCLUDE "mibhand.h"    -- MIB definition  for snmpv1 or V2 agent    DEFINITIONS ::= BEGIN    IMPORTS        OBJECT-TYPE            FROM RFC-1212        natMib, natTable, natBindTable, natSessionTable            FROM NatMib    ;    -- object types    -- set up MIB-wide defaults    -- all functions can use %n for object name and    -- %t for object type, %p for parent name,    -- %d for name of default-bearing node and %% for %          natDesc	OBJECT IDENTIFIER 	      DEFAULT get-function-async  %pGet	      DEFAULT next-function-async std_next_async              ::= { natMib 1 }          natEntry OBJECT-TYPE              DEFAULT get-function-async  %pGet              DEFAULT next-function-async %pNext              DEFAULT test-function-async %pTest              DEFAULT set-function-async  %pSet              ::= { natTable 1 }          natBindEntry OBJECT-TYPE              DEFAULT get-function-async  %pGet              DEFAULT next-function-async %pNext              DEFAULT test-function-async %pTest              DEFAULT set-function-async  %pSet              ::= { natBindTable 1 }           natBindProto OBJECT-TYPE	      DEFAULT leaf-name l_natBindProto              ::= { natBindEntry 16 }          natBindAction OBJECT-TYPE	      DEFAULT leaf-name l_natBindAction              ::= { natBindEntry 17 }          natSessionEntry OBJECT-TYPE              DEFAULT get-function-async  %pGet              DEFAULT next-function-async %pNext              ::= { natSessionTable 1 }	    END

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -