Hi Community
I am new to the VSP series switch.
In my Lab I am trying to configure OSPF routing between a x460-G2 and a VSP4850.
The x460-g2 is loaded with a core license and the VSP4850 is loaded with the premier license.
The network diagram looks as follows:
I have a client vlan create on the x460 and another client vlan on the VSP4850.
I have configured ospf as I would expect it to be but I am having problems.
The ospf neighbor ship is formed and a full adjacency is formed.
If I look at the routing table on the VSP is see all the directly connected routes and I see the OSPF routes for 192.168.100.0/24 and 2.2.2.1/32
So the x460 is advertising the routes to the VSP as expected.
However if I look at the routing table on the x460 I only see the direct connected routes.
I do not see the client vlan on the VSP advertised via ospf.
The config on x460 looks as follows:
create vlan LoopBack1 tag 111 description LoopBack
configure vlan LoopBack1 ipaddress 2.2.2.1/24
enable loopback
enable loopback-mode LoopBack1
create vlan 200
configure vlan 200 ipaddress 10.201.0.2/24
enable ipforwarding
configure vlan Default delete ports 48
configure vlan 200 add ports 48 untagged
configure ospf routerid 2.2.2.1
configure ospf add VLAN_0200 area 0.0.0.0 link-type point-to-point
configure ospf add LoopBack1 area 0.0.0.0
enable ospf
create vlan Client_Data tag 100
configure vlan 100 add ports 1 tagged
configure vlan 100 ipaddress 192.168.100.1/24
configure ospf add VLAN_100 area 0.0.0.0 passive
The questions is what should the OSPF config on the VSP side be then?