Advertisement

07.14.2008 at 02:08PM PDT, ID: 23564247
[x]
Attachment Details

VLAN issue

Asked by aml51z in Network Operations, Network Switches & Hubs, Network Design & Methodology

Tags: network, vlan, procurve

Hi!

I'm having some issues with a new VLAN i'm creating for an IP camera solution. At the moment, it seems to be working (in and outbound communication) only on the core switches, but no contact to the satellite switches. So you can get to the DVR (core switches) but not the actual cameras (other switches). The following are a few running configs and routing tables. If you need any more info, I will be happy to provide.

--------------------------
(hp procurve 3500yl)
Code:

hostname "CORE-Primary"
ip routing
snmp-server community "public" Unrestricted
vlan 1
   name "ServerVLAN"
   untagged 1-7,9-18,20,48
   ip address 192.168.1.1 255.255.255.0
   no untagged 8,19,21-47
   exit
vlan 2
   name "ClientVLAN"
   untagged 19,21-39,42-46
   ip address 192.168.2.1 255.255.255.0
   tagged 48
   exit
vlan 11
   name "PhoneVLAN"
   untagged 8
   ip address 192.168.11.1 255.255.255.0
   tagged 1-7,9-48
   exit
vlan 1000
   name "InternetVLAN"
   untagged 47
   ip helper-address 192.168.2.101
   ip address 192.168.0.1 255.255.255.0
   tagged 48
   exit
vlan 10
   name "VideoVLAN"
   untagged 41
   ip address 192.168.10.1 255.255.255.0
   tagged 48
   exit
mirror 1 remote ip 192.168.11.1 40000 192.168.11.2
ip route 0.0.0.0 0.0.0.0 192.168.0.254
router vrrp
vlan 1
   vrrp vrid 1
      owner
      virtual-ip-address 192.168.1.1 255.255.255.0
      priority 255
      enable
      exit
   vrrp vrid 10
      exit
   exit
vlan 2
   vrrp vrid 2
      owner
      virtual-ip-address 192.168.2.1 255.255.255.0
      priority 255
      enable
      exit
   exit
vlan 10
   vrrp vrid 10
      owner
      virtual-ip-address 192.168.10.1 255.255.255.0
      primary-ip-address 192.168.10.1
      priority 255
      enable
      exit
   exit
vlan 11
   monitor all Both mirror 1
   vrrp vrid 11
      owner
      virtual-ip-address 192.168.11.1 255.255.255.0
      priority 255
      enable
      exit
   exit
vlan 1000
   vrrp vrid 100
      owner
      virtual-ip-address 192.168.0.1 255.255.255.0
      priority 255
      enable
      exit
   exit

Code:

                                IP Route Entries

  Destination        Gateway         VLAN Type      Sub-Type   Metric     Dist.
  ------------------ --------------- ---- --------- ---------- ---------- -----
  0.0.0.0/0          192.168.0.254   1000 static               1          1
  127.0.0.0/8        reject               static               0          0
  127.0.0.1/32       lo0                  connected            1          0
  192.168.0.0/24     InternetVLAN    1000 connected            1          0
  192.168.1.0/24     ServerVLAN      1    connected            1          0
  192.168.2.0/24     ClientVLAN      2    connected            1          0
  192.168.10.0/24    VideoVLAN       10   connected            1          0
  192.168.11.0/24    PhoneVLAN       11   connected            1          0

--------------------------
(hp procurve 3500yl)
Code:

hostname "CORE-Secondary"
ip routing
snmp-server community "public" Unrestricted
vlan 1
   name "ServerVLAN"
   untagged 48
   ip address 192.168.1.2 255.255.255.0
   no untagged 1-47
   exit
vlan 2
   name "ClientVLAN"
   untagged 3-19,21-46
   ip address 192.168.2.2 255.255.255.0
   tagged 48
   exit
vlan 11
   name "PhoneVLAN"
   untagged 1-2
   ip address 192.168.11.2 255.255.255.0
   tagged 3-18,20-46,48
   exit
vlan 1000
   name "InternetVLAN"
   untagged 47
   ip helper-address 192.168.2.101
   ip address 192.168.0.2 255.255.255.0
   tagged 48
   exit
vlan 10
   name "VideoVLAN"
   untagged 20
   ip address 192.168.10.2 255.255.255.0
   tagged 48
   exit
mirror 1 port 2
mirror endpoint ip 192.168.11.1 40000 192.168.11.2 port 2
ip route 0.0.0.0 0.0.0.0 192.168.0.254
router vrrp
vlan 1
   vrrp vrid 1
      backup
      virtual-ip-address 192.168.1.1 255.255.255.0
      priority 120
      enable
      exit
   exit
vlan 2
   vrrp vrid 2
      backup
      virtual-ip-address 192.168.2.1 255.255.255.0
      priority 120
      enable
      exit
   exit
vlan 10
   vrrp vrid 10
      backup
      virtual-ip-address 192.168.10.1 255.255.255.0
      priority 120
      enable
      exit
   exit
vlan 11
   monitor all Both mirror 1
   vrrp vrid 11
      backup
      virtual-ip-address 192.168.11.1 255.255.255.0
      priority 120
      enable
      exit
   exit
vlan 1000
   vrrp vrid 100
      backup
      virtual-ip-address 192.168.0.1 255.255.255.0
      priority 120
      enable
      exit
   exit

Code:

                                IP Route Entries

  Destination        Gateway         VLAN Type      Sub-Type   Metric     Dist.
  ------------------ --------------- ---- --------- ---------- ---------- -----
  0.0.0.0/0          192.168.0.254   1000 static               1          1
  127.0.0.0/8        reject               static               0          0
  127.0.0.1/32       lo0                  connected            1          0
  192.168.0.0/24     InternetVLAN    1000 connected            1          0
  192.168.1.0/24     ServerVLAN      1    connected            1          0
  192.168.2.0/24     ClientVLAN      2    connected            1          0
  192.168.10.0/24    VideoVLAN       10   connected            1          0
  192.168.11.0/24    PhoneVLAN       11   connected            1          0

----------------------------------------
(hp procurve 2650)
Code:

hostname "Satellite-1"
ip default-gateway 192.168.2.1
vlan 1
   name "DEFAULT_VLAN"
   ip address dhcp-bootp
   no untagged 1-50
   exit
vlan 2
   name "ClientVLAN"
   untagged 2,7-50
   ip address 192.168.2.203 255.255.255.0
   exit
vlan 11
   name "PhoneVLAN"
   tagged 1-50
   exit
vlan 10
   name "VideoVLAN"
   untagged 1,3-6
   no ip address
   exit
exit

Code:

                                IP Route Entries

  Destination        Gateway         VLAN Type      Sub-Type   Metric     Dist.
  ------------------ --------------- ---- --------- ---------- ---------- -----
  0.0.0.0/0          192.168.2.1     2    static               0          250
  127.0.0.0/8        reject               static               0          250
  127.0.0.1/32       lo0                  connected            0          0
  192.168.2.0/24     ClientVLAN      2    connected            0          0

-------------------------------------------

As you can see, no .10 route entries in the satellite switch. It's the same in all the other switches. All switches are HP procurve of some kind (some dating as far back as 1800s, but those don't need this VLAN anyway). Most satellite switches are 3500s or in the 26xx area. Any and all help will be much appreciated.Start Free Trial
[+][-]07.14.2008 at 03:37PM PDT, ID: 22002726

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]07.14.2008 at 09:10PM PDT, ID: 22004076

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.14.2008 at 10:13PM PDT, ID: 22004280

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Network Operations, Network Switches & Hubs, Network Design & Methodology
Tags: network, vlan, procurve
Sign Up Now!
Solution Provided By: yasirirfan
Participating Experts: 3
Solution Grade: B
 
 
[+][-]07.15.2008 at 07:32AM PDT, ID: 22007383

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628