11-19-2021 03:51 AM
Hello everyone,
I am working currently on Cisco ios 9000 xr 6.6.2. when I try to display the interfaces by using Show IP interface brief or Show IPv4 int br. the only interface displayed is
Interface IP-Address Status Protocol Vrf-Name
MgmtEth0/RP0/CPU0/0 unassigned Up Up default
So, the other interfaces are not shown. When I use Show run conf command it gives me like this
interface preconfigure GigabitEthernet0/0/0/0
interface preconfigure GigabitEthernet0/0/0/1.
etc.
Please any solution ?
11-19-2021 04:40 AM
Hello,
your interfaces are preconfigured, that is what explains the 'weird' output.
You can undo that by globally configuring:
no interface preconfigure GigabitEthernet 0/0/0/*
I am not sure if the '*' works in your case, if not, specify the interfaces individually:
no interface preconfigure GigabitEthernet0/0/0/0
no interface preconfigure GigabitEthernet0/0/0/1.
11-19-2021 05:41 AM
hi,
does the "other" interfaces have IPv4 address?
did you issue a "commit" to apply the config?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide