#======================== # Interface configuration #======================== pushd interface reset all popd # End of interface configuration #======================== # Interface configuration #======================== pushd interface ipv6 uninstall popd # End of interface configuration # ---------------------------------- # ISATAP Configuration # ---------------------------------- pushd interface ipv6 isatap popd # End of ISATAP configuration # ---------------------------------- # 6to4 Configuration # ---------------------------------- pushd interface ipv6 6to4 reset popd # End of 6to4 configuration #======================== # Port Proxy configuration #======================== pushd interface portproxy reset popd # End of Port Proxy configuration # ---------------------------------- # Interface IP Configuration # ---------------------------------- pushd interface ip # Interface IP Configuration for "Local Area Connection" set address name="Local Area Connection" source=static addr=10.36.50.26 mask=255.255.255.0 set address name="Local Area Connection" gateway=10.36.50.240 gwmetric=0 set dns name="Local Area Connection" source=static addr=10.36.34.30 register=PRIMARY add dns name="Local Area Connection" addr=10.36.31.22 index=2 set wins name="Local Area Connection" source=static addr=10.36.34.1 add wins name="Local Area Connection" addr=150.103.30.1 index=2 add wins name="Local Area Connection" addr=150.221.128.104 index=3 # Interface IP Configuration for "Chamber D PLC" set address name="Chamber D PLC" source=static addr=10.1.1.11 mask=255.255.255.0 set dns name="Chamber D PLC" source=static addr=none register=PRIMARY set wins name="Chamber D PLC" source=static addr=none popd # End of interface IP configuration