Hello guys,
I am relative fresh with that switch, but I can say, it's quite challenging.
I am trying to get VLAN to work.
I have two Dell Poweredge servers, with two hosts and two test guests running on each host.
I use two ports 0/1 for dell1 (as bellow on pictures) and 0/7 for dell2 (as bellow on pictures)
I build network:test_vlan (as bellow on pictures)
Guest test1: IP:10.4.0.10
Guest test2: IP:10.4.0.11
There are pingable each other through normal vSwitches (as bellow on pictures)
My initial config:
!Current Configuration:
!
!System Description "Quanta LB6M, 1.2.0.18, Linux 2.6.21.7"
!System Software Version "1.2.0.18"
!System Up Time "0 days 1 hrs 47 mins 9 secs"
!Additional Packages FASTPATH QOS
!Current SNTP Synchronized Time: Not Synchronized
!
serviceport protocol none
serviceport ip 10.3.0.200 255.255.255.0 0.0.0.0
vlan database
exit
ip ssh server enable
no ip telnet server enable
configure
aaa authentication enable "enableList" enable
line console
exit
line telnet
exit
line ssh
exit
spanning-tree configuration name "08-9E-01-13-A6-96"
!
--More-- or (q)uit
router rip
exit
router ospf
exit
exit
OK. Then I try to setup VLAN ID=10 on interfaces 0/1 and 0/7.
I also went for the firmware upgrade to 1.2.0.18 just in case.
The config looks like bellow:
!Current Configuration:
!
!System Description "Quanta LB6M, 1.2.0.18, Linux 2.6.21.7"
!System Software Version "1.2.0.18"
!System Up Time "0 days 1 hrs 52 mins 44 secs"
!Additional Packages FASTPATH QOS
!Current SNTP Synchronized Time: Not Synchronized
!
serviceport protocol none
serviceport ip 10.3.0.200 255.255.255.0 0.0.0.0
vlan database
vlan 10
vlan routing 10 1
exit
ip ssh server enable
no ip telnet server enable
configure
ip routing
aaa authentication enable "enableList" enable
line console
exit
line telnet
exit
line ssh
--More-- or (q)uit
exit
spanning-tree configuration name "08-9E-01-13-A6-96"
!
interface 0/1
vlan pvid 10
vlan participation include 10
exit
interface 0/7
vlan pvid 10
vlan participation include 10
exit
interface 2/1
routing
exit
router rip
exit
router ospf
exit
exit
I setup VLAN ID=10 on both vSS and VLAN ID on both interfaces inside the guests:
Sorry guys to ask, but am I missing something please?
I went through couple of config examples and I end up with destination host unreachable
I really appreciate your help.
Cheers,
Marek