05-12-2020 08:17 PM
Dear all,
We are planning to deploy a VSP 7200 switch and this switch will be connected to a Cisco gateway router. This VSP switch will have multiple subnets/vlans and it will also be connected to multiple access level switches.
I literally have two questions.
Thank you very much in advance.
Solved! Go to Solution.
05-13-2020 07:16 PM
yes, match the area ID.
good chance its 0.0.0.0. so just replicate that on the VSP.
05-13-2020 07:16 PM
yes, match the area ID.
good chance its 0.0.0.0. so just replicate that on the VSP.
05-13-2020 06:55 PM
Thank you Paul for providing a simple example.
when I determine the area id, I assume it should use the same area id from the cisco router that it is connected to. However, how can I translate the area id from Cisco router into something like xx.xx.xx.xx? or I am totally wrong about this? the VSP is considered as a ASBR?
05-13-2020 12:41 PM
The link I showed you abobe will work 100%.
Here is a config example that will work for you as well.
vlan create 186 type port-mstprstp 0 ////// your routed vlan
vlan i-sid 186 186 /// (optional, as you aren’t running SPBm)
interface Vlan 186
ip address 172.18.6.3 255.255.255.248 //// So .1 or .2 would be your cisco routed interface
ip ospf enable //// The default is broadcast.
router ospf
as-bou en
router-id 172.16.40.5
exit
router ospf enable
05-13-2020 02:21 AM
Thank you Paul for your quick response. I am not familiar with SPBm etc. It is just one single VSP connecting uplink to Cisco router. Pretty much point to point.