EasyManuals Logo
Home>Juniper>Software>JUNOSE 11.2.X BGP AND MPLS

Juniper JUNOSE 11.2.X BGP AND MPLS User Manual

Juniper JUNOSE 11.2.X BGP AND MPLS
742 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #470 background imageLoading...
Page #470 background image
host1(config)#ipv6 access-list everything-v6 permit any any
•
Configure an IPv4 access list to disallow the export of IPv4 prefixes to the global IPv4
RIB.
host1(config)#access-list nothing-v4 deny ip any any
•
Configure a route map to permit global export of IPv6 VPN routes to the global IPv6
RIB.
host1(config)#route-map export-only-v6
host1(config-route-map)#match ip address nothing-v4
host1(config-route-map)#match ipv6 address everything-v6
host1(config-route-map)#set local-preference 444
host1(config-route-map)#exit
host1(config)#ip vrf foo
host1(config-route-vrf)#global export map export-only-v6
If you need to export both IPv4 and IPv6 VPN routes from the IPv4/IPv6 VRF to the global
IPv4 BGP RIB and to the global IPv6 BGP RIB, then configure a route map that permits
both IPv4 and IPv6 prefixes.
Assigning an Interface to a VRF
You must assign an interface or subinterface to a VRF so that when the router receives
a packet at this interface, it routes the packet using the VRF’s forwarding table rather
the global forwarding table. You can assign the interface from outside the context of the
VRF or inside the context of the VRF.
To assign an interface to a VRF from outside the VRF context:
1. Select the interface.
2. Specify the VRF to associate with the interface.
host1:vr1(config)#interface gigabitEthernet 1/0
host1:vr1(config-if)#ip vrf forwarding vrfA
3. Assign an IP address to the interface because forwarding the interface from the VR
to the VRF removes the existing IP configuration from the interface.
host1:vr1:vrfA(config-if)#ip address 10.16.2.77 255.255.255.0
To assign an interface to a VRF from inside the VRF context:
1. Select the interface.
2. Enter the VRF context.
host1:vr1(config)#virtual-router :vrfA
3. Associate the interface.
host1:vr1:vrfA(config)#interface gigabitEthernet 1/0
In this case, you do not have to reassign an IP address to the interface because you
did not use the ip vrf forwarding command.
ip vrf forwarding
Copyright © 2010, Juniper Networks, Inc.434
JunosE 11.2.x BGP and MPLS Configuration Guide

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Juniper JUNOSE 11.2.X BGP AND MPLS and is the answer not in the manual?

Juniper JUNOSE 11.2.X BGP AND MPLS Specifications

General IconGeneral
BrandJuniper
ModelJUNOSE 11.2.X BGP AND MPLS
CategorySoftware
LanguageEnglish

Related product manuals