cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
617
Views
0
Helpful
2
Replies

Tunnels

bellah123
Level 1
Level 1


During discovery we noticed the configuration below. What are the benefits of configuring this way?

 

interface Tunnel64243
vrf forwarding DEF
 ip address 192.169.1.1 255.255.255.254
 tunnel source 3.3.3.1
 tunnel destination 4.4.4.4
 tunnel vrf ZGY
end

interface TenGigabitEthernet0/0/5.125
 encapsulation dot1Q 125
 vrf forwarding ZGY
 ip address 3.3.3.1 255.255.255.254
end

1 Accepted Solution

Accepted Solutions

Joseph W. Doherty
Hall of Fame
Hall of Fame
I believe it allows you to have the tunnel interface, logically, within one VRF while using a different VRF to transport the tunnel's packets.

View solution in original post

2 Replies 2

Hello

It a GRE tunnel in a vrf instance, A vrf is a logical separate routing instance wihtin the router as such it has it own route table and is isolated ( unelss configuraed otherwise) from the main routing table.

 

res

Paul

 

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Joseph W. Doherty
Hall of Fame
Hall of Fame
I believe it allows you to have the tunnel interface, logically, within one VRF while using a different VRF to transport the tunnel's packets.