cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1347
Views
0
Helpful
2
Replies

interface preconfigure GigabitEthernet0/0/0/X

Karlos
Level 1
Level 1

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 ?

2 Replies 2

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.

 

 

johnlloyd_13
Level 9
Level 9

hi,

does the "other" interfaces have IPv4 address?

did you issue a "commit" to apply the config?

Review Cisco Networking for a $25 gift card