up vote 1 down vote favorite
share [g+] share [fb]

Can I terminate my serial link into the same Cisco router? I mean can I terminate both ends of serial (wan) link into the same router's two different serial ports? This is just for testing purposes.

sadiq.

link|improve this question

0% accept rate
What do you expect to happen when you do that? – pjc50 Nov 25 '09 at 14:28
feedback

2 Answers

thats not possible as the interfaces on the routers have to be in different subnets, but the interfaces at two ends have to be in same subnets..... so you see the two statements are contradictory....

link|improve this answer
Huh? Could you restate what you're trying to say? – joeqwerty Nov 25 '09 at 17:09
OK, I got it. I wasn't following your wording. – joeqwerty Nov 25 '09 at 17:28
feedback

No two interfaces IPs on the same router can be in the same subnet(on most vendors anyway). The interfaces on each end of a serial connection must be in the same subnet. So no you cannot do this.

If you wish to do this on Cisco IOS without hardware I would suggest you look into something like GNS3 or Dynamips.

Edit: Actually if you were using IPv6 and link local addresses you probably could do this, but if you're using IPv4 IOS is going to scream at you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.