cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5121
Views
5
Helpful
4
Replies

Cisco ISE docker0 interface

mlaurencik
Level 1
Level 1

Hello community,

I'd like to ask, we deploy new ISE 2.6 and as we enabled SNMP monitoring, we started to receive alarms for "docer0" interface is down. Could someone shred some light onto what is this interface used for? Can it be disabled somehow? Under what circumstances it goes to "down" state? Do we need to monitor it?

 

thanks,

Martin

1 Accepted Solution

Accepted Solutions

The underlying Linux OS for ISE runs Docker with some container microservices to provide the Threat Centric NAC (TC-NAC) function. You can see these containers listed in the output of the 'show cpu usage' command. The Docker interface is an internal logical interface used for communicating between these services, so there should be no need to monitor it.

View solution in original post

4 Replies 4

balaji.bandi
Hall of Fame
Hall of Fame

ITs for Docker container, if you are not using environemnt you no need to monitor that.

 

make sure docker interace not conflict with your address space

 

# sh int

 

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hi BB,

 

what kind of "environment" ?

 

thanks,

Martin

The underlying Linux OS for ISE runs Docker with some container microservices to provide the Threat Centric NAC (TC-NAC) function. You can see these containers listed in the output of the 'show cpu usage' command. The Docker interface is an internal logical interface used for communicating between these services, so there should be no need to monitor it.

Thanks Greg !