0

I'm trying to figure out if a device which is running Cisco IOS XR is affected.

The advisory is published here

Assuming I have the vulnerable OS versions, Now I want to check if I have a Cisco Line Card or Cisco CRS MSC with IPv4 address configured on one of the interfaces, how do I check that from the CLI?

user9517
  • 115,471
  • 20
  • 215
  • 297
soulSurfer2010
  • 307
  • 4
  • 10

2 Answers2

2

The advisory is basically saying that if you have any IPv4 addresses configured on any of the ports, you're vulnerable. In other words, if this router connects to the internet at all, you're most likely vulnerable to attacks and need to use either a workaround or upgrade to code that has a bug fix in it.

Aaron
  • 2,968
  • 1
  • 23
  • 36
0

I'm not an IOS-XR specialist, but on "classical" IOS, you can see the ipv4 addresses on interfaces like this :

r01#show ip interface brief
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            172.23.14.253   YES NVRAM  up                    up      
FastEthernet0/1            unassigned      YES NVRAM  up                    down    
petrus
  • 5,297
  • 26
  • 42