cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1110
Views
0
Helpful
1
Replies

How to Configure GRE Tunnel IP Source and Destination

m.arancibia
Level 1
Level 1

How can I to configure that on IOS XR?

1.

enable

2.

configure {terminal | memory | network}

3.

interface tunnel  number

4.

ip vrf forwarding vrf-name <---------------------------------this command is not supported

5.

ip address ip-address subnet-mask

6.

tunnel source (ip-address | type number)

7.

tunnel destination ip-address {hostname | ip-address}

8.

tunnel vrf vrf-name

1 Reply 1

m.arancibia
Level 1
Level 1

I think that is the solution...:

1. configure
2. interface service-gre number
3. profile profile-name
4. tunnel source {ip-address}
5. tunnel destination ip-address
6. tunnel vrf vrf-name
7. vrf vrf-name
8. ipv4 address ipv4-address mask [secondary]
9. service-location preferred-active location [preferred-standby location] [auto-revert]
10. end
or
commit