cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4896
Views
16
Helpful
4
Replies

Port open in ISE

prathapss
Level 1
Level 1

As per the document to configure SNMP traps, port 161 should be open in ISE.

When checked with show ports | in 161, there were no output for the admin node.

How to open this 161 port for SNMP configuration?

1 Accepted Solution

Accepted Solutions

Hi @prathapss ,

 please try the following:

ise/admin# sh ports | include 161

ise/admin# show udi
SPID: ISE-VM-K9
VPID: V01
Serial: <ISE Serial Number>
ise/admin# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
ise/admin(config)# snmp-server engineid <ISE Serial Number>
% Warning: As a result of engineID change, all SNMP users will need to be recreated.
ise/admin(config)# end
ise/admin# show ports | include 161
udp: 0.0.0.0:161

 

Hope this helps !!!

View solution in original post

4 Replies 4

Amine ZAKARIA
Spotlight
Spotlight

Hello,

If you mean ISE send SNMP-traps, then from cli execute "snmp-server enable" the port will be open.

Hope that helps.

Hi,

 

The "snmp-server enable" configuration is already there.

Still the port is not opened.

Hello,

What version of ISE you have ?
Did you try to use NMAP to test if that port closed ? (even if it's not shown)

Just tested it on ISE 2.7 P4

SNMP PORT.JPG

use
no snmp-server enable
snmp-server enable
and do sh logg sys ade/ADE.log | last 30 what does log show ?

Hi @prathapss ,

 please try the following:

ise/admin# sh ports | include 161

ise/admin# show udi
SPID: ISE-VM-K9
VPID: V01
Serial: <ISE Serial Number>
ise/admin# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
ise/admin(config)# snmp-server engineid <ISE Serial Number>
% Warning: As a result of engineID change, all SNMP users will need to be recreated.
ise/admin(config)# end
ise/admin# show ports | include 161
udp: 0.0.0.0:161

 

Hope this helps !!!