Forum Discussion

Daniel_55334's avatar
Daniel_55334
Icon for Altostratus rankAltostratus
Apr 01, 2008

convert config from v4 to v9

I have these VS config in v4 and no one knows why they are there. I need to migrate them to v9. It looks like they are doing the same job. Vlan Novell is of segment 192.168.1.0/24. Could someone help how should they look like in v9?

 

 

v4:

 

virtual 192.168.1.0:* unit 1 {

 

netmask 255.255.255.0

 

use pool Forward-Pool

 

arp disable

 

translate addr disable

 

vlans SUN Novell disable

 

}

 

virtual 192.168.1.0 any_ip enable

 

virtual 192.168.1.0 any_ip timeout 15

 

 

pool Forward-Pool {

 

snat disable

 

nat disable

 

forward

 

}

 

 

virtual Novell:* unit 1 {

 

use pool Gateway-Pool

 

}

 

pool Gateway-Pool {

 

snat disable

 

nat disable

 

member 192.168.2.1:0

 

}