[j-nsp] IOS to JUNOS VRF
GIULIANO (UOL)
giulianocm at uol.com.br
Mon May 5 13:55:00 EDT 2008
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
More information about the juniper-nsp
mailing list