Chapter 8 Traffic Processing
network 172.18.103.202 255.255.255.0 area 0.0.0.0
end
commit
Configuring S3
1. Remove the network ports from default VLAN 1.
config
vlan 1
no ports fa 0/4,0/3 untagged fa 0/3-4
exit
2. Assign VLANs and the corresponding IP interfaces.
vlan 103
ports fastethernet 0/3
exit
vlan 104
ports fastethernet 0/4
exit
interface vlan 103
shutdown
ip address 172.18.103.203 255.255.255.0
no shutdown
exit
interface vlan 104
shutdown
ip address 172.18.104.203 255.255.255.0
no shutdown
exit
3. Configure OSPF.
router ospf
router-id 10.10.10.103
network 172.18.104.203 255.255.255.0 area 0.0.0.0
network 172.18.103.203 255.255.255.0 area 0.0.0.0
end
commit
Configuring S4
1. Remove the network ports from default VLAN 1.
config
vlan 1
no ports fa 0/4,0/1 untagged fa 0/1,0/4
exit
2. Assign VLANs and the corresponding IP interfaces.
vlan 101
8-44
Open Shortest Path First (OSPF)
Installation and Operation Manual
VB-101
Need help?
Do you have a question about the VB-101 and is the answer not in the manual?