[comp.dcom.sys.cisco] cisco router

satz@cisco.com (Greg Satz) (07/06/90)

>> > 1)   In cisco's MIB, there is an object "locIfLineProt (1.3.6.1.4.1.9.2.2.2)
>> .
>> >      The definition is "Boolean whether interface line protocol is up or not
>> ".
>> >      May I know what interface line protocol is in this context?  How can I
>> >      make use of this MIB object?

This variable returns the logical state of a cisco interface. The standard
MIB variable ifOperStatus returns the logical and of the physical state and
logical state. The physical state might be the carrier detect signal on a
serial interface. The logical state might be whether LAPB is "up"
(exchanged SABM/UA).

>> > 2)   There is an object locRtMask (1.3.6.1.4.1.9.2.4.2.1.1), definition 
>> >      "Routing table network mask".  May I know what it is?  How can I use it
>>  
>> >      (i.e. what can I get out of it)?

MIB II has subsumed this variable. It is the network mask (sometimes called
the subnet mask) for that particular routing entry.

>> > 3)   If I want to check if my source and destination ip addresses are in the
>> >      routing table, which object should I use? i.e. lipRoutingTable or
>> >      lipAccountingTable (and check the actSrc and actDst)?

If you want to check routing table entries, us the ipRoutingTable. The
lipRoutingTable is the (cisco) local IP Routing table and contains
variables that do not exist but parallel the standard IP routing table.

>> > 4)   In the gateway system manual, it was mentioned that if input error rate
>> >      is high, MCI (Multi-port Communications Interface) may disable itself.
>> >      How could I check if the input error rate is high (e.g. are there a
>> >      combination of few MIB objects that I could use to find out this? If ye
>> s,
>> >      what are they and how?)  
>> >      Are there any tests on the router that I could perform (or utility that
>> >      I could run) to find out whether my MCI has been disabled?

The router will print a message on the console informing you it is shutting
down an interface. Further the ifOperStatus variable should reflect the
(now down) state of the interface. Further ifInErrors will increase. The
locifCRC and locifAborts or whatever should also increase.

Greg Satz
cisco