Hi,
I'm new to networking and working with switches and I've been googling around and can't seem to find anything about this. I want to set my eth1-16 to have specific ip addresses and assign some vlan to them, some of which uses the same vlan, like 10.0.1.1/32 for eth1, 10.0.2.1/32 for eth2, etc. Doing
interface ethernet 1/g1
doesn't allow me to assign ip address to it. Similarly, I've found that you can associate VLANs with a certain ip but I want vlan 101 to be associated with eth1-8 so wouldn't all the ports have the same ip address?
I might just be understanding something wrong but any help would be appreciated. Thanks!