cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
281
Views
0
Helpful
1
Replies

cisco 1751 problem

david.simpson
Level 1
Level 1

I have taken over an existing 1751 router from a previous tech who is no longer available to explain why he did what he did. Following is the area of trouble.

interface FastEthernet0/0.12

encapsulation dot1Q 12

ip address XXX.XXX.XXX.XXX 255.255.255.248 secondary

ip address 192.168.12.1 255.255.255.224

ip access-group 112 in

!

How do I get rid of the secondary ip address listing?

1 Reply 1

a.awan
Level 4
Level 4

The listing is probably there for a reason. If you are sure you do not require it then you can remove it using the following sequence of steps:

config terminal

interface fa0/0/0.12

no ip address xxx.xxx.xxx.xxx 255.255.255.248 secondary

That should remove the secondary ip address from the router interface.