|
Written by Administrator
|
|
Monday, 14 September 2009 09:53 |
GRE Tunnel Configuration TasksFollowing steps are involved in configuration of IP tunneling in Cisco IOS: - Specify the Tunnel Interface
- Configure the Tunnel Source
- tunnel source {ip-address | type number}
- Configure the Tunnel Destination
- tunnel destination {hostname | ip-address}
- Configure the Tunnel Mode (GRE by default)
- tunnel mode {aurp | cayman | dvmrp | eon | gre ip | nos}
- Configure End-to-End Checksumming
- Configure a Tunnel Identification Key (form of weak security to prevent misconfiguration or injection of packets from a foreign source)
- Configure a Tunnel Interface to Drop Out-of-Order Datagrams
- tunnel sequence-datagrams
|