SCA-IPROUTER-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for SCA-IPROUTER-MIB.
181
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
181 total| Object Name |
|---|
iprouter OBJECT IDENTIFIER .1.3.6.1.4.1.208.42 |
SCANET-MIB Unknown .1.3.6.1.4.1.208.42 |
conf OBJECT IDENTIFIER .1.3.6.1.4.1.208.42.1 |
confIfTableThe table contains configuration information for each
IP link. SEQUENCE OF ConfIfEntry .1.3.6.1.4.1.208.42.1.1 |
confIfEntryConfiguration information for the IP link. ConfIfEntry .1.3.6.1.4.1.208.42.1.1.1 |
confIfIndexThe ifIndex of the IP link.ro INTEGER .1.3.6.1.4.1.208.42.1.1.1.1 |
confIfAddrAndMask1The primary IP Address and Mask of the IP link.
The format of the octet string is:
4 bytes : IP Address.
4 bytes : Subnet Mask.
A string of all zeros is used for unnumbered links.rw OCTET STRING .1.3.6.1.4.1.208.42.1.1.1.2 |
confIfAddrAndMask2The second IP Address and Mask of the IP link.
The format of the octet string is:
4 bytes : IP Address.
4 bytes : Subnet Mask.rw OCTET STRING .1.3.6.1.4.1.208.42.1.1.1.3 |
confIfAddrAndMask3The third IP Address and Mask of the IP link.
The format of the octet string is:
4 bytes : IP Address.
4 bytes : Subnet Mask.rw OCTET STRING .1.3.6.1.4.1.208.42.1.1.1.4 |
confIfAddrAndMask4The fourth IP Address and Mask of the IP link.
The format of the octet string is:
4 bytes : IP Address.
4 bytes : Subnet Mask.rw OCTET STRING .1.3.6.1.4.1.208.42.1.1.1.5 |
confIfRouteProtoThe Routing Protocol used on the link.rw Enumeration .1.3.6.1.4.1.208.42.1.1.1.6 |
confIfTrigRipIndicates whether Triggered RIP is used on the link.rw Enumeration .1.3.6.1.4.1.208.42.1.1.1.7 |
confIfRipMetricThe RIP metric used on the link.rw INTEGER .1.3.6.1.4.1.208.42.1.1.1.8 |
confIfRip2AuthTypeThe RIP-2 Authentication type used on the link.rw Enumeration .1.3.6.1.4.1.208.42.1.1.1.9 |
confIfRip2AuthKeyThe authentication key used in RIP-2.rw OCTET STRING .1.3.6.1.4.1.208.42.1.1.1.10 |
confIfBootpReqForwIndicates whether BOOTP requests are forwarded on the linkrw Enumeration .1.3.6.1.4.1.208.42.1.1.1.11 |
confIfProxyArpIndicates whether Proxy Arp is used on the link.rw Enumeration .1.3.6.1.4.1.208.42.1.1.1.12 |
confIfFilteringIndicates whether IP filtering is used on the link.rw Enumeration .1.3.6.1.4.1.208.42.1.1.1.13 |
confIfRxDefActionIndicates whether packets not matching any of the Rx
filters on the link must be passed or discarded.rw Enumeration .1.3.6.1.4.1.208.42.1.1.1.14 |
confIfTxDefActionIndicates whether packets not matching any of the Tx
filters on the link must be passed or discarded.rw Enumeration .1.3.6.1.4.1.208.42.1.1.1.15 |
confIfRxDefLoggingIndicates whether packets not matching any of the Rx
filters must be logged.rw Enumeration .1.3.6.1.4.1.208.42.1.1.1.16 |
confIfTxDefLoggingIndicates whether packets not matching any of the Tx
filters must be logged.rw Enumeration .1.3.6.1.4.1.208.42.1.1.1.17 |
confIfCreateObjCreate a non existing table entry. If the entry already exist,
genError is returned.
Binary format:
4 bytes : confIfAddr1
4 bytes : confIfMask1
4 bytes : confIfAddr2
4 bytes : confIfMask2
4 bytes : confIfAddr3
4 bytes : confIfMask3
4 bytes : confIfAddr4
4 bytes : confIfMask4
1 bytes : confIfRouteProto
1 bytes : confIfTrigRip
1 bytes : confIfRipMetric
1 bytes : confIfRip2AuthType
16 bytes : confIfRip2AuthKey
1 bytes : confIfBootpReqForw
1 bytes : confIfProxyArp
1 bytes : confIfFiltering
1 bytes : confIfRxDefAction
1 bytes : confIfTxDefAction
1 bytes : confIfRxDefLogging
1 bytes : confIfTxDefLoggingrw OCTET STRING .1.3.6.1.4.1.208.42.1.1.1.18 |
confIfDeleteObjDelete an existing table entryrw Enumeration .1.3.6.1.4.1.208.42.1.1.1.19 |
filterTableThe table contains IP filter configuration information. SEQUENCE OF FilterEntry .1.3.6.1.4.1.208.42.1.2 |
filterEntryConfiguration information for the IP filter. FilterEntry .1.3.6.1.4.1.208.42.1.2.1 |
filterIfIndexThe ifIndex of the IP link on which the filter is used.ro INTEGER .1.3.6.1.4.1.208.42.1.2.1.1 |
filterDirIndexIndicates whether the filter is an Rx or Tx filter.ro Enumeration .1.3.6.1.4.1.208.42.1.2.1.2 |
filterIndexIndex in the Rx or Tx filter list for the link.ro INTEGER .1.3.6.1.4.1.208.42.1.2.1.3 |
filterActionThe action to be taken when a packet matches the filter.
Disabled filters are ignored.rw Enumeration .1.3.6.1.4.1.208.42.1.2.1.4 |
filterLoggingIndicates whether packets matching the filter must be logged.rw Enumeration .1.3.6.1.4.1.208.42.1.2.1.5 |
filterProtocolIndicates whether the filter matches all protocols, a user
defined protocol or a known protocol.rw Enumeration .1.3.6.1.4.1.208.42.1.2.1.6 |
filterProtocolValueThe protocol field in the IP header of the packet.rw INTEGER .1.3.6.1.4.1.208.42.1.2.1.7 |
filterTcpFlagsIndicates whether the filter matches all TCP packets or
only TCP packets with the ACK flag set. When the ACK flag is
set, the packet belongs to an established TCP connection.rw Enumeration .1.3.6.1.4.1.208.42.1.2.1.8 |
filterSrcAddrTypeIndicates whether the filter matches all source addresses,
addresses on a specific network or a specific host address.rw Enumeration .1.3.6.1.4.1.208.42.1.2.1.9 |
filterSrcAddrIndicates the network or host address which the source
address must match.rw IpAddress .1.3.6.1.4.1.208.42.1.2.1.10 |
filterSrcMaskThe subnet mask of the network which the source address
must match.rw IpAddress .1.3.6.1.4.1.208.42.1.2.1.11 |
filterSrcPortIndicates whether the filter matches all or a specific
UDP/TCP source port.rw Enumeration .1.3.6.1.4.1.208.42.1.2.1.12 |
filterSrcPortValueThe UDP/TCP source port of the filter.rw INTEGER .1.3.6.1.4.1.208.42.1.2.1.13 |
filterSrcPortOperThe source port operator indicates whether UDP/TCP source
port values equal to, not equal to, greater than or less
than the filter source port match the filter.rw Enumeration .1.3.6.1.4.1.208.42.1.2.1.14 |
filterDestAddrTypeIndicates whether the filter matches all destination
addresses, addresses on a specific network or a specific
host address.rw Enumeration .1.3.6.1.4.1.208.42.1.2.1.15 |
filterDestAddrIndicates the network or host address which the destination
address must match.rw IpAddress .1.3.6.1.4.1.208.42.1.2.1.16 |
filterDestMaskThe subnet mask of the network which the destination
address must match.rw IpAddress .1.3.6.1.4.1.208.42.1.2.1.17 |
filterDestPortIndicates whether the filter matches all or a specific
UDP/TCP destination port.rw Enumeration .1.3.6.1.4.1.208.42.1.2.1.18 |
filterDestPortValueThe UDP/TCP destination port of the filter.rw INTEGER .1.3.6.1.4.1.208.42.1.2.1.19 |
filterDestPortOperThe destination port operator indicates whether UDP/TCP
destination port values equal to, not equal to, greater than
or less than the filter destination port match the filter.rw Enumeration .1.3.6.1.4.1.208.42.1.2.1.20 |
filterHitsThe number of packets matching the filter.ro Counter .1.3.6.1.4.1.208.42.1.2.1.21 |
natTableThe table contains NAT information. SEQUENCE OF NatEntry .1.3.6.1.4.1.208.42.1.3 |
natEntryInformation for the NAT entry. NatEntry .1.3.6.1.4.1.208.42.1.3.1 |
natIfIndexThe ifIndex of the IP link on which the NAT entry
is used.ro INTEGER .1.3.6.1.4.1.208.42.1.3.1.1 |
natIndexInternal NAT index.ro INTEGER .1.3.6.1.4.1.208.42.1.3.1.2 |
natIntAddrThe Internal IP Address of the NAT entry.rw IpAddress .1.3.6.1.4.1.208.42.1.3.1.3 |
natIntMaskThe Internal Mask of the NAT entry.rw IpAddress .1.3.6.1.4.1.208.42.1.3.1.4 |
natExtAddrThe External IP Address of the NAT entry.rw IpAddress .1.3.6.1.4.1.208.42.1.3.1.5 |
natExtMaskThe External Mask of the NAT entry.rw IpAddress .1.3.6.1.4.1.208.42.1.3.1.6 |
natTypeIndicates whether the NAT entry is static or dynamic.rw Enumeration .1.3.6.1.4.1.208.42.1.3.1.7 |
natAutoIndicates whether the NAT entry has been automatically
inserted.ro Enumeration .1.3.6.1.4.1.208.42.1.3.1.8 |
natTimeThe time left for dynamic NAT entries.ro INTEGER .1.3.6.1.4.1.208.42.1.3.1.9 |
statRoutTableThe table contains static route information. SEQUENCE OF StatRoutEntry .1.3.6.1.4.1.208.42.1.4 |
statRoutEntryInformation for the static route entry. StatRoutEntry .1.3.6.1.4.1.208.42.1.4.1 |
statRoutIfIndexThe ifIndex of the IP link on which the static route is used.rw INTEGER .1.3.6.1.4.1.208.42.1.4.1.1 |
statRoutNetworkIP address of network.rw IpAddress .1.3.6.1.4.1.208.42.1.4.1.2 |
statRoutMaskSubnet mask of networkrw IpAddress .1.3.6.1.4.1.208.42.1.4.1.3 |
statRoutNextHopNext hop router (LAN only)rw IpAddress .1.3.6.1.4.1.208.42.1.4.1.4 |
statRoutMetricMetric to networkrw INTEGER .1.3.6.1.4.1.208.42.1.4.1.5 |
statRoutCreateObjCreate a non existing table entry. If the entry already exist,
genError is returned.
Binary format:
4 bytes : statRoutMask
4 bytes : statRoutNextHop
4 bytes : statRoutMetricrw OCTET STRING .1.3.6.1.4.1.208.42.1.4.1.6 |
statRoutDeleteObjDelete an existing table entryrw Enumeration .1.3.6.1.4.1.208.42.1.4.1.7 |
stat OBJECT IDENTIFIER .1.3.6.1.4.1.208.42.2 |
statIfTableThe table contains statistic information for each IP link. SEQUENCE OF StatIfEntry .1.3.6.1.4.1.208.42.2.1 |
statIfEntryStatistic information for the IP link. StatIfEntry .1.3.6.1.4.1.208.42.2.1.1 |
statIfIndexThe ifIndex of the IP link.ro INTEGER .1.3.6.1.4.1.208.42.2.1.1.1 |
statIfTypeThe type of the network (LAN or WAN) to which the
IP link is connected.ro Enumeration .1.3.6.1.4.1.208.42.2.1.1.2 |
statIfStateThe actual state of the IP link. The link layer
informs the IP link of link state changes.ro Enumeration .1.3.6.1.4.1.208.42.2.1.1.3 |
statIfMTUThe maximum transmit unit of the IP link. IP packets
larger than the MTU will be fragmented.ro INTEGER .1.3.6.1.4.1.208.42.2.1.1.4 |
statIfRxDefHitsThe number of packets that did not match any of the
Rx Filters for the link.ro Counter .1.3.6.1.4.1.208.42.2.1.1.5 |
statIfTxDefHitsThe number of packets that did not match any of the
Tx Filters for the link.ro Counter .1.3.6.1.4.1.208.42.2.1.1.6 |
arp OBJECT IDENTIFIER .1.3.6.1.4.1.208.42.3 |
arpIfTableThe table contains ARP information for each IP link. SEQUENCE OF ArpIfEntry .1.3.6.1.4.1.208.42.3.1 |
arpIfEntryARP information for the IP link. ArpIfEntry .1.3.6.1.4.1.208.42.3.1.1 |
arpIfIndexThe ifIndex of the IP link.ro INTEGER .1.3.6.1.4.1.208.42.3.1.1.1 |
arpIfInReqThe number of ARP requests received on the link.ro Counter .1.3.6.1.4.1.208.42.3.1.1.2 |
arpIfOutRepThe number of ARP replies sent on the link.ro Counter .1.3.6.1.4.1.208.42.3.1.1.3 |
arpIfOutReqThe number of ARP requests sent on the link.ro Counter .1.3.6.1.4.1.208.42.3.1.1.4 |
arpIfInRepThe number of ARP replies received on the link.ro Counter .1.3.6.1.4.1.208.42.3.1.1.5 |
arpIfInHdrErrorsThe number of ARP packets received on the link
which were discarded because of ARP header errors.ro Counter .1.3.6.1.4.1.208.42.3.1.1.6 |
arpInReqThe total number of ARP requests received.ro Counter .1.3.6.1.4.1.208.42.3.2 |
arpOutRepThe total number of ARP replies sent.ro Counter .1.3.6.1.4.1.208.42.3.3 |
arpOutReqThe total number of ARP requests sent.ro Counter .1.3.6.1.4.1.208.42.3.4 |
arpInRepThe total number of ARP replies received.ro Counter .1.3.6.1.4.1.208.42.3.5 |
arpInHdrErrorsThe total number of received ARP packets which were
discarded because of ARP header errors.ro Counter .1.3.6.1.4.1.208.42.3.6 |
ip OBJECT IDENTIFIER .1.3.6.1.4.1.208.42.4 |
ipIfTableThe table contains statistic information for each
IP link. SEQUENCE OF IpIfEntry .1.3.6.1.4.1.208.42.4.1 |
ipIfEntryIP information for the IP link. IpIfEntry .1.3.6.1.4.1.208.42.4.1.1 |
ipIfIndexThe ifIndex of the IP link.ro INTEGER .1.3.6.1.4.1.208.42.4.1.1.1 |
ipIfInReceivesThe number of IP packets received on the link.ro Counter .1.3.6.1.4.1.208.42.4.1.1.2 |
ipIfInHdrErrorsThe number of IP packets received on the link
which were discarded because of IP header errors.ro Counter .1.3.6.1.4.1.208.42.4.1.1.3 |
ipIfInAddrErrorsThe number of IP packets received on the link
which were discarded because of IP source or destination
address errors.ro Counter .1.3.6.1.4.1.208.42.4.1.1.4 |
ipIfInDiscardsThe number of IP packets received on the link
which were discarded because of lack of buffer space.ro Counter .1.3.6.1.4.1.208.42.4.1.1.5 |
ipIfForwDatagramsThe number of IP packets forwarded on the link.ro Counter .1.3.6.1.4.1.208.42.4.1.1.6 |
ipIfOutRequestsThe number of IP packets sent by the router itself.ro Counter .1.3.6.1.4.1.208.42.4.1.1.7 |
ipIfOutDiscardsThe number of IP packets which should have been sent
on the link, but were discarded because of lack
of buffer space or failed ARP requests.ro Counter .1.3.6.1.4.1.208.42.4.1.1.8 |
icmp OBJECT IDENTIFIER .1.3.6.1.4.1.208.42.5 |
icmpIfTableThe table contains ICMP information for each IP link. SEQUENCE OF IcmpIfEntry .1.3.6.1.4.1.208.42.5.1 |
icmpIfEntryICMP information for the IP link. IcmpIfEntry .1.3.6.1.4.1.208.42.5.1.1 |
icmpIfIndexThe ifIndex of the IP link.ro INTEGER .1.3.6.1.4.1.208.42.5.1.1.1 |
icmpIfInMsgsThe number of ICMP messages to the router received
on the link.ro Counter .1.3.6.1.4.1.208.42.5.1.1.2 |
icmpIfInErrorsThe number of ICMP messages to the router received
on the link which were discarded because of ICMP
header errors.ro Counter .1.3.6.1.4.1.208.42.5.1.1.3 |
icmpIfInEchosThe number of ICMP echo requests received on the link.ro Counter .1.3.6.1.4.1.208.42.5.1.1.4 |
icmpIfInEchoRepsThe number of ICMP echo replies received on the link.ro Counter .1.3.6.1.4.1.208.42.5.1.1.5 |
icmpIfOutMsgsThe number of ICMP messages sent on the link.ro Counter .1.3.6.1.4.1.208.42.5.1.1.6 |
icmpIfOutEchosThe number of ICMP echo requests sent on the link.ro Counter .1.3.6.1.4.1.208.42.5.1.1.7 |
icmpIfOutEchoRepsThe number of ICMP echo replies sent on the link.ro Counter .1.3.6.1.4.1.208.42.5.1.1.8 |
icmpInRouterAdvsThe total number of received ICMP Router Advertisements.ro Counter .1.3.6.1.4.1.208.42.5.2 |
icmpInRouterSolsThe total number of received ICMP Router Solicitations.ro Counter .1.3.6.1.4.1.208.42.5.3 |
icmpOutRouterAdvsThe total number of sent ICMP Router Advertisements.ro Counter .1.3.6.1.4.1.208.42.5.4 |
icmpOutRouterSolsThe total number of sent ICMP Router Solicitations.ro Counter .1.3.6.1.4.1.208.42.5.5 |
rip OBJECT IDENTIFIER .1.3.6.1.4.1.208.42.6 |
ripIfTableThe table contains RIP information for each IP link. SEQUENCE OF RipIfEntry .1.3.6.1.4.1.208.42.6.1 |
ripIfEntryRIP information for the IP link. RipIfEntry .1.3.6.1.4.1.208.42.6.1.1 |
ripIfIndexThe ifIndex of the IP link.ro INTEGER .1.3.6.1.4.1.208.42.6.1.1.1 |
ripIfInReceivesThe number of RIP packets received on the link.ro Counter .1.3.6.1.4.1.208.42.6.1.1.2 |
ripIfInHdrErrorsThe number of RIP packets received on the link
which were discarded because of RIP header errors.ro Counter .1.3.6.1.4.1.208.42.6.1.1.3 |
ripIfInBadSrcAddrsThe number of RIP packets received on the link which
were discarded because of source address errors.
This may indicate an IP address configuration error on
the link or the link of the router from which the RIP
packet was received. The error may also occur if the
link is connected to a physical network with multiple
logical IP networks. In the latter case a source
address error is not an indication of an IP address
configuration error.ro Counter .1.3.6.1.4.1.208.42.6.1.1.4 |
ripIfInBadVersThe number of RIP packets received on the link which
were discarded because of RIP version errors.
This indicates a RIP configuration error on the link
or the link of the router from which the RIP packet
was received. The error occurs when receiving a RIP
packet with a version different from the version configured
on the link. The error also occurs if a RIP packet
is received and the link is configured not to use RIP.ro Counter .1.3.6.1.4.1.208.42.6.1.1.5 |
ripIfInAuthFailsThe number of RIP packets received on the link which
were discarded because of RIP-2 authentication failures.ro Counter .1.3.6.1.4.1.208.42.6.1.1.6 |
ripIfInUnknComsThe number of RIP packets received on the link which
were discarded because of an unknown command type.
This may indicate that the link is not configured to use
Triggered RIP and the remote router is using Triggered RIP.ro Counter .1.3.6.1.4.1.208.42.6.1.1.7 |
ripIfOutSentThe number of RIP packets sent on the link.ro Counter .1.3.6.1.4.1.208.42.6.1.1.8 |
ripIfOutDiscardsThe number of RIP packets discarded because
of lack of buffer space.ro Counter .1.3.6.1.4.1.208.42.6.1.1.9 |
ripInReceivesThe total number of received RIP packets.ro Counter .1.3.6.1.4.1.208.42.6.2 |
ripInHdrErrorsThe total number of received RIP packets discarded
because of RIP header errors.ro Counter .1.3.6.1.4.1.208.42.6.3 |
ripInBadSrcAddrsThe total number of received RIP packets discarded
because of source address errors.ro Counter .1.3.6.1.4.1.208.42.6.4 |
ripInBadVersThe total number of received RIP packets discarded
because of RIP version errors.ro Counter .1.3.6.1.4.1.208.42.6.5 |
ripInAuthFailsThe total number of RIP-2 authentication failures.ro Counter .1.3.6.1.4.1.208.42.6.6 |
ripInUnknComsThe total number of received RIP packets discarded
because of an unknown command type.ro Counter .1.3.6.1.4.1.208.42.6.7 |
ripOutSentThe total number of RIP packets sent by the router.ro Counter .1.3.6.1.4.1.208.42.6.8 |
ripOutDiscardsThe total number of RIP packets discarded because
of lack of buffer space.ro Counter .1.3.6.1.4.1.208.42.6.9 |
bootp OBJECT IDENTIFIER .1.3.6.1.4.1.208.42.7 |
bootpIfTableThe table contains BOOTP information for each IP link. SEQUENCE OF BootpIfEntry .1.3.6.1.4.1.208.42.7.1 |
bootpIfEntryBOOTP information for the IP link. BootpIfEntry .1.3.6.1.4.1.208.42.7.1.1 |
bootpIfIndexThe ifIndex of the IP link.ro INTEGER .1.3.6.1.4.1.208.42.7.1.1.1 |
bootpIfInRequestsThe number of BOOTP requests received on the link.ro Counter .1.3.6.1.4.1.208.42.7.1.1.2 |
bootpIfInRepliesThe number of BOOTP replies received on the link.ro Counter .1.3.6.1.4.1.208.42.7.1.1.3 |
bootpIfInErrorsThe number of BOOTP packets received on the link
which were discarded because of header errors.ro Counter .1.3.6.1.4.1.208.42.7.1.1.4 |
bootpIfInDiscardsThe number of BOOTP requests received on the link
which were discarded. This is done in the following
situations:
- The maximum value of the BOOTP hop count is exceeded.
- More than 3 BOOTP packets are received per second.
- The router does not have a route back to the assisting
router using the receving link.ro Counter .1.3.6.1.4.1.208.42.7.1.1.5 |
bootpIfOutRequestsThe number of BOOTP requests sent on the link.ro Counter .1.3.6.1.4.1.208.42.7.1.1.6 |
bootpIfOutRepliesThe number of BOOTP replies sent on the link.ro Counter .1.3.6.1.4.1.208.42.7.1.1.7 |
bootpIfOutDiscardsThe number of BOOTP requests discarded because
of lack of buffer space.ro Counter .1.3.6.1.4.1.208.42.7.1.1.8 |
bootpInRequestsThe total number of received BOOTP requests.ro Counter .1.3.6.1.4.1.208.42.7.2 |
bootpInRepliesThe total number of received BOOTP replies.ro Counter .1.3.6.1.4.1.208.42.7.3 |
bootpInErrorsThe total number of received BOOTP packets discarded
because of header errors.ro Counter .1.3.6.1.4.1.208.42.7.4 |
bootpInDiscardsThe total number of received BOOTP requests discarded.
This is done in the following situations:
- The maximum value of the BOOTP hop count is exceeded.
- More than 3 BOOTP packets are received per second.
- The router does not have a route back to the assisting
router using the receiving link.ro Counter .1.3.6.1.4.1.208.42.7.5 |
bootpOutRequestsThe total number of BOOTP requests sent by the router.ro Counter .1.3.6.1.4.1.208.42.7.6 |
bootpOutRepliesThe total number of BOOTP replies sent to BOOTP clients.ro Counter .1.3.6.1.4.1.208.42.7.7 |
bootpOutDiscardsThe total number of BOOTP requests discarded because
of lack of buffer space.ro Counter .1.3.6.1.4.1.208.42.7.8 |
bootpMaxHopsThe maximum allowed value of the hop count in received
BOOTP requests.rw INTEGER .1.3.6.1.4.1.208.42.7.9 |
octetcounters OBJECT IDENTIFIER .1.3.6.1.4.1.208.42.8 |
octetIfTableThe table contains octet counters for each IP link. SEQUENCE OF OctetIfEntry .1.3.6.1.4.1.208.42.8.1 |
octetIfEntryOctet counter information for the IP link. OctetIfEntry .1.3.6.1.4.1.208.42.8.1.1 |
octetIfIndexThe ifIndex of the IP link.ro INTEGER .1.3.6.1.4.1.208.42.8.1.1.1 |
octetIfInTotalThe total number of octets received on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.2 |
octetIfOutTotalThe total number of octets sent on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.3 |
octetIfInOtherThe number of octets received on the IP link which
were not classified as a specific protocol.ro Counter .1.3.6.1.4.1.208.42.8.1.1.4 |
octetIfOutOtherThe number of octets sent on the IP link which
were not classified as a specific protocol.ro Counter .1.3.6.1.4.1.208.42.8.1.1.5 |
octetIfInFtpThe number of FTP octets received on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.6 |
octetIfOutFtpThe number of FTP octets sent on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.7 |
octetIfInTelnetThe number of Telnet octets received on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.8 |
octetIfOutTelnetThe number of Telnet octets sent on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.9 |
octetIfInSmtpThe number of SMTP octets received on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.10 |
octetIfOutSmtpThe number of SMTP octets sent on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.11 |
octetIfInDnsThe number of DNS octets received on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.12 |
octetIfOutDnsThe number of DNS octets sent on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.13 |
octetIfInBootpThe number of BOOTP octets received on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.14 |
octetIfOutBootpThe number of BOOTP octets sent on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.15 |
octetIfInHttpThe number of HTTP octets received on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.16 |
octetIfOutHttpThe number of HTTP octets sent on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.17 |
octetIfInSnmpThe number of SNMP octets received on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.18 |
octetIfOutSnmpThe number of SNMP octets sent on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.19 |
octetIfInRipThe number of RIP octets received on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.20 |
octetIfOutRipThe number of RIP octets sent on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.21 |
octetIfInTunnelThe number of Tunnel octets received on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.22 |
octetIfOutTunnelThe number of Tunnel octets sent on the IP link.ro Counter .1.3.6.1.4.1.208.42.8.1.1.23 |