11-20-2001 07:07 PM - edited 03-04-2019 02:42 AM
BEG YOU!!! PLEASE!!!! HELP!!!! I'M BEGINNER!!!
WHO COULD HELP ME TO UNDERSTAND WHAT MEANS AND HOW CAN I INTERPRETE THESE STRINGS ON MY CISCO:
1.3.6.1.4.1.9.2.2.1.1.44 - locIfipInOctets IP
1.3.6.1.4.1.9.2.2.1.1.45 - locIfipOutOctets IP
1.3.6.1.2.1.4.4.0 - Ip Head Errors
1.3.6.1.2.1.4.5.0 - Ip Adddress Errors
11-20-2001 07:07 PM
The strings represent SNMP MIB variables.
You can check more at the following url:
http://www.cisco.com/public/sw-center/netmgmt/cmtk/mibs.shtml
thx
steve
11-23-2001 03:37 AM
Hi Andy,
The first two discribe local interface ip octets in/out.
The two others:
ipInAddrErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of input datagrams discarded because
the IP address in their IP header's destination
field was not a valid address to be received at
this entity. This count includes invalid
addresses (e.g., 0.0.0.0) and addresses of
unsupported Classes (e.g., Class E). For entities
which are not IP Gateways and therefore do not
forward datagrams, this counter includes datagrams
discarded because the destination address was not
a local address."
:: = { ip 5 }
--1.3.6.1.2.1.4.5
ipInHdrErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of input datagrams discarded due to
errors in their IP headers, including bad
checksums, version number mismatch, other format
errors, time-to-live exceeded, errors discovered
in processing their IP options, etc."
:: = { ip 4 }
--1.3.6.1.2.1.4.4
Andreas
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide