07-24-2002 07:44 AM - edited 03-02-2019 12:08 AM
I'm copying the configuration from a router to another, but I found an IP that I can't copy to the new router.
There is Loopback interface created with the line: IP ADDRESS xxxxxxxxxxxxxxxx
How do I do to create this specification line in the new router? Because Cisco doesn't permit to create an IP Address with "xxxxxxxxxxx" .
Thanks for the help.
Tiago
07-24-2002 07:58 AM
I can't tell from your question if that is a valid ip address or not. You may want to delete the Loopback address on the new router.
config t
no nterface LoopbackX
and re-create it. He's some cisco documentation for you:
The following example enables loopback mode and assigns an IP network address and network mask to the interface. The loopback interface established here will always appear to be up:
interface loopback 0
ip address 131.108.1.1 255.255.255.0
07-24-2002 08:28 AM
Actually the loopback interface declaration I have is exaclty this:
!
!
interface Loopback400
ip address xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
What I want, is to implement this declaration in the new router. The problem is to implement this ip address...
Do you know what is this sequency of xxxxxxxxxxxx ??
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