Link to home
Start Free TrialLog in
Avatar of mokkan
mokkan

asked on

router basic question

I have got the output of interface, tunnel900 is shwoing as 10.8.12.6, is it local interface IP to initiate the remote VP connection ?

router#show ip interface brief
Interface                  IP-Address      OK? Method Status                Protocol

Tunnel900                 10.8.12.6        YES NVRAM  up                    up
Avatar of kevinhsieh
kevinhsieh
Flag of United States of America image

I am not sure I understand your question. 10.8.12.6 is the address of the local side of the tunnel. Your tunnel would normally be protected by ipsec. Here is a sample configuration

interface Tunnel900
 ip address 10.8.12.6 255.255.255.252
 ip mtu 1427
 ip flow ingress
 ip tcp adjust-mss 1387
 keepalive 5 3
 tunnel source FastEthernet0
 tunnel mode ipsec ipv4
 tunnel destination 1.1.1.2
 tunnel protection ipsec profile ipsec-vpn

Open in new window

This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.