07-09-2020 12:40 PM
vlan 16 name OfficeHowever, when I try to create the trunk ports, I hit an issue:
tagged ethernet 1/1/12
ICX7150-C12 Router(config-if-e1000-1/1/1)#vlan-config add all-taggedI checked, and port 1/1/1 does have an IP address - it seems to have pulled one via DHCP by default. (And I can also use this IP address to SSH into the switch and configure things).
INFO : Command may take approximately 0 Seconds
error - IP routing, vrf, ip policy, route-only, rpf-mode, ip-mac or ip tcp mss was configured on ports 1/1/1
ICX7150-C12 Router(config-if-e1000-1/1/1)#int eth 1/1/1However, the IP address seems to come back on its own after a couple of minutes.
ICX7150-C12 Router(config-if-e1000-1/1/1)#no ip address *
ICX7150-C12 Router(config-if-e1000-1/1/1)#vlan-config add all-tagged
INFO : Command may take approximately 0 Seconds
ICX7150-C12 Router(config-if-e1000-1/1/1)#
VLAN : [ 82]
Port(s) ethe 1/1/1 add to 2 vlan(s) complete.....
07-09-2020 12:57 PM
07-09-2020 01:00 PM
07-09-2020 01:12 PM
07-09-2020 01:40 PM
I haven't seen an example of multiple VLAN tagged which I think is
what he wanted so here goes
First state the vlans (five in
this example, 2, 4, 7, 10, 40)
config)# VLAN 2 4 7 10 40
Then tag those to the interface
config-vlan 2*40# tag int e 1/1/1
Done!
save your work, tho 🙂