nagios cannot ping cisco switch
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: nagios cannot ping cisco switch
You can run nmap 192.168.2.3 from wherever on the local network. If there are other admins monitoring that Cisco switch, you should let them know you are running a remote scan.
Re: nagios cannot ping cisco switch
Scanning 192.168.2.3 [65535 ports]dwhitfield wrote:You can run nmap 192.168.2.3 from wherever on the local network. If there are other admins monitoring that Cisco switch, you should let them know you are running a remote scan.
Discovered open port 80/tcp on 192.168.2.3
Discovered open port 443/tcp on 192.168.2.3
Discovered open port 23/tcp on 192.168.2.3
Discovered open port 40000/tcp on 192.168.2.3
Discovered open port 7/tcp on 192.168.2.3
Completed SYN Stealth Scan at 15:28, 50.35s elapsed (65535 total ports)
Initiating Service scan at 15:28
i think i have to find a way to open the 161 ...
Re: nagios cannot ping cisco switch
in cisco small business you need open port for snmp. you can do it in shell or by web interface.
in web interface go under Security>TCP/UDP Services> and check SNMP service enable.
in web interface go under Security>TCP/UDP Services> and check SNMP service enable.
Re: nagios cannot ping cisco switch
i think i have to fill this fields toolesnikov wrote:in cisco small business you need open port for snmp. you can do it in shell or by web interface.
in web interface go under Security>TCP/UDP Services> and check SNMP service enable.
Re: nagios cannot ping cisco switch
yes. this is standard
usually people forget to enable service for snmp...
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: nagios cannot ping cisco switch
@sa77if, were you able to find a way to open port 161? If so, is your issue resolved? Thanks!
Re: nagios cannot ping cisco switch
yes sir consider it resolved i will find the proper setting for the switch and apply itdwhitfield wrote:@sa77if, were you able to find a way to open port 161? If so, is your issue resolved? Thanks!
thanks for help