Hi all,
I have a switch dell managed and endian 2.41 and I need to separate vlan for my departments.
On the switch created a VLAN ID 10 and set T (taggled) in door 01. In 5 to 15 with U (Untaggled).
In the Endian created a VLAN ID 10 on Blue Zone (initially configured with 192.168.10.0/24 - "command line").
Problems:
1. The BLUE network card that was configured with ip 192.168.5.1 no ip is after the creation of vlan. Is that correct?
2. I dont know how to set the IP address of VLAN 10. (I configured the hand ifconfig 192.168.10.1/24)
3. I dont know how to enable dhcp via interaface graphical VLAN. (Can?)
4. I need to activate a module, type the 802q in Endian?
5. I cannot connect to the machine with ping (workstation).
5. Tcpump returns me the following:
tcpdump -i eth1.10tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth1.10, link-type EN10MB (Ethernet), capture size 96 bytes
19:18:33.834713 IP 192.168.10.5 > 192.168.10.1: icmp 40: echo request seq 57097
19:18:33.835080 arp who-has 192.168.10.5 tell 192.168.10.1
19:18:33.835239 arp reply 192.168.10.5 is-at 00:21:70:6a:d1:43
19:18:34.835073 arp who-has 192.168.10.5 tell 192.168.10.1
19:18:34.835391 arp reply 192.168.10.5 is-at 00:21:70:6a:d1:43
19:18:35.835073 arp who-has 192.168.10.5 tell 192.168.10.1
19:18:35.835391 arp reply 192.168.10.5 is-at 00:21:70:6a:d1:43
19:18:36.817874 IP 192.168.10.5 > 192.168.10.1: icmp 40: echo request seq 57353
19:18:39.334376 IP 192.168.10.5 > 192.168.10.1: icmp 40: echo request seq 57609
19:18:39.335084 arp who-has 192.168.10.5 tell 192.168.10.1
19:18:39.335271 arp reply 192.168.10.5 is-at 00:21:70:6a:d1:43
Can anyone help me with the infrastructure _endian <-> switch <-> machine_?