10-17-2012 05:30 AM - edited 03-07-2019 09:31 AM
Dears
Would like your assistance please regarding below
I want to configure tunnel for carrying CLNS traffic over IP network. I found 2 ways and I wonder whats the difference between them. Whats the pros/cons of each method or which one to use ?
Method one (tunnel mode eon)
interface Tunnel1
no ip address
clns router isis
isis circuit-type level-1
tunnel source Loopback1
tunnel destination 10.0.0.1
tunnel mode eon
Method two (tunnel mode gre)
interface Tunnel1
no ip address
clns router isis
tunnel source Loopback1
tunnel destination 10.0.0.1
Many Thanks
Regards,
Sherif Ismail
04-09-2013 04:37 PM
Any thoughts ?
Thanks
04-09-2013 05:55 PM
Hello,
The encapsulation mode for the tunnel interface defaults to generic route encapsulation (GRE), so this command is considered optional. However, if you want a mode other than GRE, you must configure it by using the following command in interface configuration mode
tunnel mode eon.
EON, a standard for carrying CLNP over IP networks
EON is acronym for Experimental OSI (Open System Interconnection) Network
Regards
Thanveer
"Everybody is genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is a stupid."
05-23-2013 03:58 PM
Many Thanks :)
Sent from Cisco Technical Support Android App
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