zillah
Joined: 23 Nov 2005 Posts: 2
|
Posted: Thu Apr 13, 2006 9:06 am Post subject: GRE VPN Tunnel and ip address command |
|
|
| Code: | | http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/120newft/120limit/120s/120s23/fsgrevrf.htm |
| Code: |
interface tunnel0
!
!
ip address 10.3.3.3 255.255.255.0
tunnel source loop 0
tunnel destination 10.5.5.5
!
!
|
I have got confused , since I have got a source ip address for a VPN tunnel , and a destination ip address for a VPN tunnel,,,,Why do I need to use ip address for the same tunnel |
|