[j-nsp] IOS to JUNOS VRF
Alexander Tarkhov
karabass at gmail.com
Thu May 8 09:55:35 EDT 2008
Hi Giuliano,
Is that M- or J- series?
Because on M-series you would need AS, or AS-II or similar PIC
installed for this one to implement:
ip nat inside source list 1 pool POOL-02 vrf VRF01 overload
-Alexander
On 5/5/08, GIULIANO (UOL) <giulianocm at uol.com.br> wrote:
> People,
>
> I need to convert the following script in a CISCO router with IOS 12.4
> to JUNOS 9.1.
>
> The VRF only uses Static Routes. Can someone help me doing that ?
>
>
> Thanks a lot,
>
> Giuliano
>
>
>
> !
> !
> !
> ip vrf VRF01
> rd 34567:400
> !
> !
> !
> interface GigabitEthernet0/0
> description Trunk Giga
> no ip address
> duplex full
> speed 100
> media-type rj45
> !
> !
> !
> interface GigabitEthernet0/0.20
> encapsulation dot1Q 20
> ip vrf forwarding VRF01
> ip address 192.168.20.134 255.255.255.0
> !
> !
> !
> interface GigabitEthernet0/0.400
> encapsulation dot1Q 400
> ip vrf forwarding VRF01
> ip address 172.26.0.6 255.255.255.240
> ip nat inside
> !
> !
> !
> interface GigabitEthernet0/1
> description Internet
> ip address 201.201.45.240 255.255.255.192
> ip nat outside
> duplex full
> speed 100
> media-type rj45
> !
> !
> !
> ip classless
> ip route 0.0.0.0 0.0.0.0 201.201.45.253
> ip route vrf VRF01 0.0.0.0 0.0.0.0 201.201.45.253 global
> ip route vrf VRF01 10.0.0.0 255.0.0.0 172.26.0.1
> !
> !
> access-list 1 permit 10.0.0.0 0.255.255.255
> !
> !
> ip nat pool POOL-01 201.201.78.20 201.201.78.20 prefix-length 24
> ip nat pool POOL-02 201.34.34.1 201.34.34.1 prefix-length 24
> ip nat pool FTC1 196.196.96.21 196.196.96.21 prefix-length 24
> ip nat pool FTC2 198.196.78.22 198.196.78.22 prefix-length 24
> !
> !
> ip nat inside source list 1 pool POOL-02 vrf VRF01 overload
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>
More information about the juniper-nsp
mailing list