A happy new year to all!
It has emerged a new little question. It would be great if someone can provide an example of the most logical way to allow inter VLAN routing at a Comware MSR router.
There are plenty of config examples out there but usually the most of them are quite complex and large.
So what’s the current situation? I have three VLAN. It turned out, that at least one computer (192.168.2.21) in VLAN2 should be reachable from VLAN1. That can be achieved according to the mentioned examples over the VLAN interfaces or a static route.
Well, in my case, just a simple network topology is present.
VLAN 1 is the main business network group.
VLAN 2 contains all the IP phones, the VoIP server, and one Guest computer (which should be reachable from VLAN1).
VLAN 3 is the public group; it is isolated over an ACL rule from both others.
The network settings are:
192.168.1.x => VLAN1 (untagged)
192.168.2.x => VLAN2 (tagged)
192.168.3.x => VLAN3 (tagged)
The interface are defined as follow:
interface GigabitEthernet2/0
port link-mode route
ip address 192.168.1.1 255.255.255.0
rip version 2 multicast
dhcp server apply ip-pool vlan1
#
interface GigabitEthernet2/0.2
vlan-type dot1q vid 2
ip address 192.168.2.1 255.255.255.0
dhcp server apply ip-pool vlan2
#
interface GigabitEthernet2/0.3
vlan-type dot1q vid 3
firewall packet-filter 3333 inbound
ip address 192.168.3.1 255.255.255.0
dhcp server apply ip-pool vlan3
A full config example of my system can be found here:
https://community.hpe.com/t5/Comware-Based/Config-migration-to-newer-Comware-versions/td-p/7086562/page/2#.X-8wiRIxm70
Some additional information can be found in the following two older topics.
https://community.hpe.com/t5/Comware-Based/Inter-Vlan-Routing/td-p/2317914#.X-8tZhIxm71
https://community.hpe.com/t5/Comware-Based/Adding-a-second-IP-in-the-same-subnet-to-a-vlan/td-p/6876494#.X-8wARIxm72