How to update config from 802.1q to ethernet-service from remote?

Post Reply
ntnam

How to update config from 802.1q to ethernet-service from remote?

Post by ntnam »

I have a topology:
topo.PNG
my current config:

vlan 200 802.1q 1/24
vlan 3900 802.1q 1/24
vlan 3900 port default 1/1
vlan 200 port default 1/4
ip interface mgnt address 10.10.10.100 mask 255.255.255.0 vlan 3900
ip static-route 192.168.0.2/32 gateway 10.10.10.1

i must add new customer with triple play service. Please help me change configure in this topology.
You do not have the required permissions to view the files attached to this post.
aleach

Post by aleach »

Can you push a new boot.cfg file, the file that house the config to the system, then reboot? This boot.cfg file would have to be pushed to both the certified and working directories.

Now there is an issue with management vlans. The device will not allow you to configure a port beneath the mgmt vlan when using ethernet-services. So, port 1/1 I see is configured with mgmt untagged. The way to get around this I think is to create the mgmt vlan as a regular svlan. So you configuration would look like this:

ethernet-service svlan 3900
ethernet-service svlan 200
ethernet-service svlan 3900 nni 1/24
ethernet-service svlan 200 nni 1/24
ethernet-service service-name "service-xyz" svlan 200
ethernet-service sap 20 service-name "service-xyz"
ethernet-service sap 20 uni 1/4
ethernet-service sap 20 cvlan untagged
ethernet-service service-name "mgmt" svlan 3900
ethernet-service sap 30 service-name "mgmt"
ethernet-service sap 30 uni 1/1
ethernet-service sap 30 cvlan untagged
ip interface mgnt address 10.10.10.100 mask 255.255.255.0 vlan 3900
ip static-route 192.168.0.2/32 gateway 10.10.10.1
ethernet-service nni 1/24 tpid 0x8100

Of course, you would need to test this and make sure that mgmt works remotely. Anyway, good luck.

Aaron
ntnam

Post by ntnam »

Thank for your help. I must create new boot.cfg and use tftp to put it to working directory and reload. And with management vlan, i must create one vlan for remote, and one new vlan for local management.
Post Reply

Return to “OmniSwitch 6400”