Router - Switch Wizard issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Router - Switch Wizard issue

Post by gm_rajkumar »

I have configured a Router using switch/router wizard after that one of interface is showing Critical: Interface 1 (index 1) is dormant.
However i can see logs from Cisco as Interface 1 is up, line protocol is up (spoofing)
Hardware is Unknown
Internet address is XXX.XXX.XXX.XXXX


Let me know whether the exact issue.

Regards
Raj.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Router - Switch Wizard issue

Post by mguthrie »

Can you verify that the correct SNMP version was selected when you ran the wizard?
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: Router - Switch Wizard issue

Post by gm_rajkumar »

I gave version 1 and after this its verified Scan. After this, i can see all the port based on SNMP version only it support to get Port info, Correct me if i'm wrong on this.

Regards,
Raj.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Router - Switch Wizard issue

Post by scottwilkerson »

gm_rajkumar wrote:I have configured a Router using switch/router wizard after that one of interface is showing Critical: Interface 1 (index 1) is dormant.
However i can see logs from Cisco as Interface 1 is up, line protocol is up (spoofing)
Hardware is Unknown
Internet address is XXX.XXX.XXX.XXXX
This can happen if it isn't a physical interface according to Cisco Learning
Re: Line Protocol Up (spoofing) ?

I don't recall any reason you'd see spoofing on a physical interface. Even if you turn off keepalives, I think it just still say up/up and doesn't really check.

You may see (looped) on a physical link, if it sees its own keepalives come back to itself. Serial links are most common for this as looping is a method of line testing.

But otherwise, virtual interfaces that don't really have anything tied to them to determine when they are or are not working may show as spoofed.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: Router - Switch Wizard issue

Post by gm_rajkumar »

Do you know how to get rid of this issue, is there any way to remove Critical. Because, in Cisco shows this as normal.

Regards,
Raj.
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: Router - Switch Wizard issue

Post by gm_rajkumar »

I would like to have an update over this..
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Router - Switch Wizard issue

Post by scottwilkerson »

Can you go to Configure -> CCM -> services -> Modify (on this status service)

Look at the $ARG2$ field there should be a number

Then run the following replacing the data for your router and use the number from above where you see XXX

Code: Select all

snmpget -v 2c -c <COMMUNITY_STRING> <CISCO_IP> 1.3.6.1.2.1.2.2.1.8.XXX
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked