IP-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Integer32, Counter32, IpAddress,
mib-2, Unsigned32, Counter64,
zeroDotZero FROM SNMPv2-SMI
PhysAddress, TruthValue,
TimeStamp, RowPointer,
TEXTUAL-CONVENTION, TestAndIncr,
RowStatus, StorageType FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
InetAddress, InetAddressType,
InetAddressPrefixLength,
InetVersion, InetZoneIndex FROM INET-ADDRESS-MIB
InterfaceIndex FROM IF-MIB;
ipMIB MODULE-IDENTITY
LAST-UPDATED "200602020000Z"
ORGANIZATION "IETF IPv6 MIB Revision Team"
CONTACT-INFO
"Editor:
Shawn A. Routhier
Interworking Labs
108 Whispering Pines Dr. Suite 235
Scotts Valley, CA 95066
USA
EMail: <sar@iwl.com>"
DESCRIPTION
"The MIB module for managing IP and ICMP implementations, but
excluding their management of IP routes.
Copyright (C) The Internet Society (2006). This version of
this MIB module is part of RFC 4293; see the RFC itself for
full legal notices."
REVISION "200602020000Z"
DESCRIPTION
"The IP version neutral revision with added IPv6 objects for
ND, default routers, and router advertisements. As well as
being the successor to RFC 2011, this MIB is also the
successor to RFCs 2465 and 2466. Published as RFC 4293."
REVISION "199411010000Z"
DESCRIPTION
"A separate MIB module (IP-MIB) for IP and ICMP management
objects. Published as RFC 2011."
REVISION "199103310000Z"
DESCRIPTION
"The initial revision of this MIB module was part of MIB-II,
which was published as RFC 1213."
::= { mib-2 48}
--
-- The textual conventions we define and use in this MIB.
--
IpAddressOriginTC ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The origin of the address.
manual(2) indicates that the address was manually configured
to a specified address, e.g., by user configuration.
dhcp(4) indicates an address that was assigned to this
system by a DHCP server.
linklayer(5) indicates an address created by IPv6 stateless
auto-configuration.
random(6) indicates an address chosen by the system at
random, e.g., an IPv4 address within 169.254/16, or an RFC
3041 privacy address."
SYNTAX INTEGER {
other(1),
manual(2),
dhcp(4),
linklayer(5),
random(6)
}
IpAddressStatusTC ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The status of an address. Most of the states correspond to
states from the IPv6 Stateless Address Autoconfiguration
protocol.
The preferred(1) state indicates that this is a valid
address that can appear as the destination or source address
of a packet.
The deprecated(2) state indicates that this is a valid but
deprecated address that should no longer be used as a source
address in new communications, but packets addressed to such
an address are processed as expected.
The invalid(3) state indicates that this isn't a valid
address and it shouldn't appear as the destination or source
address of a packet.
The inaccessible(4) state indicates that the address is not
accessible because the interface to which this address is
assigned is not operational.
The unknown(5) state indicates that the status cannot be
determined for some reason.
The tentative(6) state indicates that the uniqueness of the
address on the link is being verified. Addresses in this
state should not be used for general communication and
should only be used to determine the uniqueness of the
address.
The duplicate(7) state indicates the address has been
determined to be non-unique on the link and so must not be
used.
The optimistic(8) state indicates the address is available
for use, subject to restrictions, while its uniqueness on
a link is being verified.
In the absence of other information, an IPv4 address is
always preferred(1)."
REFERENCE "RFC 2462"
SYNTAX INTEGER {
preferred(1),
deprecated(2),
invalid(3),
inaccessible(4),
unknown(5),
tentative(6),
duplicate(7),
optimistic(8)
}
IpAddressPrefixOriginTC ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The origin of this prefix.
manual(2) indicates a prefix that was manually configured.
wellknown(3) indicates a well-known prefix, e.g., 169.254/16
for IPv4 auto-configuration or fe80::/10 for IPv6 link-local
addresses. Well known prefixes may be assigned by IANA,
the address registries, or by specification in a standards
track RFC.
dhcp(4) indicates a prefix that was assigned by a DHCP
server.
routeradv(5) indicates a prefix learned from a router
advertisement.
Note: while IpAddressOriginTC and IpAddressPrefixOriginTC
are similar, they are not identical. The first defines how
an address was created, while the second defines how a
prefix was found."
SYNTAX INTEGER {
other(1),
manual(2),
wellknown(3),
dhcp(4),
routeradv(5)
}
Ipv6AddressIfIdentifierTC ::= TEXTUAL-CONVENTION
DISPLAY-HINT "2x:"
STATUS current
DESCRIPTION
"This data type is used to model IPv6 address
interface identifiers. This is a binary string
of up to 8 octets in network byte-order."
SYNTAX OCTET STRING (SIZE (0..8))
--
-- the IP general group
-- some objects that affect all of IPv4
--
ip OBJECT IDENTIFIER ::= { mib-2 4 }
ipForwarding OBJECT-TYPE
SYNTAX INTEGER {
forwarding(1), -- acting as a router
notForwarding(2) -- NOT acting as a router
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The indication of whether this entity is acting as an IPv4
router in respect to the forwarding of datagrams received
by, but not addressed to, this entity. IPv4 routers forward
datagrams. IPv4 hosts do not (except those source-routed
via the host).
When this object is written, the entity should save the
change to non-volatile storage and restore the object from
non-volatile storage upon re-initialization of the system.
Note: a stronger requirement is not used because this object
was previously defined."
::= { ip 1 }
ipDefaultTTL OBJECT-TYPE
SYNTAX Integer32 (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The default value inserted into the Time-To-Live field of
the IPv4 header of datagrams originated at this entity,
whenever a TTL value is not supplied by the transport layer
protocol.
When this object is written, the entity should save the
change to non-volatile storage and restore the object from
non-
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
【基于Python的毕业设计】简易SNMP的管理站工具(源码+录像演示+说明).zip 【项目技术】 python+mysql+b/s 【实现功能】 本次所设计的是一个基于python的snmp的管理站工具,本系统实现了参数管理、常用命令、用户管理等功能。
资源推荐
资源详情
资源评论
收起资源包目录
【基于Python的毕业设计】简易SNMP的管理站工具(源码+录像演示+说明).zip (193个子文件)
snmptrapd.conf 1KB
rfcmibs.diff 26KB
net-snmp-5.4.2.1-1.win32.exe 3.41MB
trap_recv.exe 572KB
receive_trap.exe 392KB
ianalist 576B
delay_time.ico 66KB
delete.ico 63KB
return.ico 44KB
push.ico 44KB
Makefile.in 2KB
UCD-IPFWACC-MIB.inc 267B
UCD-DISKIO-MIB.inc 266B
UCD-DEMO-MIB.inc 264B
UCD-IPFILTER-MIB.inc 232B
UCD-SNMP-MIB.inc 231B
UCD-DLMOD-MIB.inc 229B
Makefile.mib 6KB
mibfetch 950B
README.mibs 2KB
ActivePerl-5.10.0.1004-MSWin32-x86-287188.msi 17.09MB
nodemap 104B
[优]Windows下安装和配置 net-snmp 代理.pdf 130KB
makehtml.pl 3KB
home.png 329KB
borrow_book.png 29KB
homepage.png 24KB
main.png 22KB
borrow_book.png 8KB
login.png 5KB
edit.png 5KB
app-icon.png 4KB
delete.png 4KB
arrow-right.png 1KB
arrow-left.png 1KB
plus.png 983B
Raidobox_checked.png 847B
Raidobox_unchecked_hover.png 798B
Raidobox_unchecked.png 796B
minus.png 564B
checkbox_checked.png 542B
more.png 392B
spinbox_up.png 379B
spinbox_down.png 373B
spinbox_up_pressed.png 363B
spinbox_down_pressed.png 357B
main_window.py 7KB
user_manage_window.py 6KB
user_window.py 6KB
setting_window.py 6KB
mib_setting.py 5KB
trap.py 4KB
add_user_window.py 4KB
login_window.py 4KB
register_window.py 4KB
setting_window.py 4KB
dbutil.py 4KB
mib_window.py 3KB
renew_window.py 3KB
renew_window.py 3KB
login_window.py 3KB
book_edit_window.py 3KB
main_window.py 3KB
generate_data.py 2KB
home_window.py 2KB
common_util.py 2KB
home_window.py 2KB
set_mib.py 2KB
get_mib.py 2KB
register_window.py 2KB
add_user_window.py 2KB
get_next_info.py 960B
get_info.py 959B
crawl_util.py 577B
run.py 231B
frozen_dir.py 164B
user_manage_window.cpython-36.pyc 6KB
dbutil.cpython-36.pyc 5KB
setting_window.cpython-36.pyc 4KB
login_window.cpython-36.pyc 4KB
mib_window.cpython-36.pyc 4KB
main_window.cpython-36.pyc 4KB
renew_window.cpython-36.pyc 4KB
setting_window.cpython-36.pyc 3KB
user_window.cpython-36.pyc 3KB
book_edit_window.cpython-36.pyc 3KB
common_util.cpython-36.pyc 3KB
main_window.cpython-36.pyc 3KB
mib_setting.cpython-36.pyc 3KB
home_window.cpython-36.pyc 3KB
add_user_window.cpython-36.pyc 2KB
register_window.cpython-36.pyc 2KB
register_window.cpython-36.pyc 2KB
renew_window.cpython-36.pyc 2KB
login_window.cpython-36.pyc 2KB
add_user_window.cpython-36.pyc 2KB
home_window.cpython-36.pyc 2KB
crawl_util.cpython-36.pyc 910B
style.qss 4KB
dark_style.qss 637B
共 193 条
- 1
- 2
资源评论
职场程序猿
- 粉丝: 6072
- 资源: 3706
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- GVC-全球价值链参与地位指数,基于ICIO表,(Wang等 2017a)计算方法
- 易语言ADS指纹浏览器管理工具
- 易语言奇易模块5.3.6
- cad定制家具平面图工具-(FG)门板覆盖柜体
- asp.net 原生js代码及HTML实现多文件分片上传功能(自定义上传文件大小、文件上传类型)
- whl@pip install pyaudio ERROR: Failed building wheel for pyaudio
- Constantsfd密钥和权限集合.kt
- 基于Java的财务报销管理系统后端开发源码
- 基于Python核心技术的cola项目设计源码介绍
- 基于Python及多语言集成的TSDT软件过程改进设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功