06-17-2021 10:45 AM
I want to advertise the OSPF interlink below as well.
Are the settings below correct?
v10 uplink vlan
v350 user vlan
<A>
create vlan v10 tag 10
configure vlan v10 add port 24 untag
configure vlan v10 ipaddress 10.1.40.3/24
enable ipforwarding vlan v10
create vlan v350 tag 350
configure vlan v350 add port 1-24 untag
configure vlan v350 add port 21 tag
configure vlan v350 ipaddress 172.30.40.2/24
enable ipforwarding vlan v350
enable dhcp ports 1-20 vlan v350
create vrrp vlan v350 vrid 40
configure vrrp vlan v350 vrid 40 priority 200
configure vrrp vlan v350 vrid 40 add 172.30.40.1
enable vrrp vlan v350 vrid 40
create ospf area 0.0.0.0
configure ospf routerid x.x.x.x
configure ospf add vlan v10 area 0.0.0.0 link-type point-to-point
configure ospf add vlan v350 area 0.0.0.0 link-type point-to-point
<B>
create vlan v10 tag 10
configure vlan v10 add port 24 untag
configure vlan v10 ipaddress 10.2.40.3/24
enable ipforwarding vlan v10
create vlan v350 tag 350
configure vlan v350 add port 1-24 untag
configure vlan v350 add port 21 tag
configure vlan v350 ipaddress 172.30.40.3/24
enable ipforwarding vlan v350
enable dhcp ports 1-20 vlan v350
create vrrp vlan v350 vrid 40
configure vrrp vlan v350 vrid 40 priority 150
configure vrrp vlan v350 vrid 40 add 172.30.40.1
enable vrrp vlan v350 vrid 40
create ospf area 0.0.0.0
configure ospf routerid x.x.x.x
configure ospf add vlan v10 area 0.0.0.0 link-type point-to-point
configure ospf add vlan v350 area 0.0.0.0 link-type point-to-point