iSG4F
User’s Manual
iS5 Communications Inc.
63
S2 configuration
1.
Remove network ports from default
VLAN
1
config
vlan 1
no ports fa 0/2,0/3 untagged fa 0/2-3
exit
2.
Assign VLANS and corresponding IP interfaces
vlan 102
ports fastethernet 0/2
exit
vlan 103
ports fastethernet 0/3
exit
interface vlan 102
shutdown
ip address 172.18.102.202 255.255.255.0
no shutdown
exit
interface vlan 103
shutdown
ip address 172.18.103.202 255.255.255.0
no shutdown
exit
3.
Configure OSPF
router ospf
router-id 10.10.10.102
network 172.18.102.202 255.255.255.0 area 0.0.0.0
network 172.18.103.202 255.255.255.0 area 0.0.0.0
end