Allied Telesis C613-16164-00 REV E Network Card User Manual


 
Configure VRF-lite | Page 39
Inter-VRF configuration examples with Internet access
!
address-family ipv4 vrf remote2
redistribute connected
exit-address-family
!
address-family ipv4 vrf shared3
redistribute connected
exit-address-family
!
ip route vrf remote1 0.0.0.0/0 10.0.0.2
ip route vrf shared3 0.0.0.0/0 30.0.0.2
ip route vrf remote1 80.0.0.0/8 10.0.0.2
!
route-map block10 permit 1
match ip address deny_overlap
!
Additional note:
If VRF remote2 needs to have its own Internet access via vlan20, either:
add a static default route into this device:
ip route vrf remote2 0.0.0.0/0 10.0.0.2
Or
Configure Intranet remote2 RIP peer with default-originate (redistribute default route to
RIP peer) and hence ensure Intranet remote2 RIP peer advertises the default route via
RIP to this VRF aware device.