Live Chat & Podcast at 1:00PM Eastern on Sunday!
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
Tag Cloud
access acer asus bios bsod computer crash desktop dns driver drivers error ethernet excel freeze gaming graphics hard drive hardware hdmi internet laptop malware memory monitor motherboard network printer problem ram registry repair router slow software sound trojan ubuntu 11.10 uninstall usb video virus vista wifi windows windows 7 windows 7 32 bit windows 7 64 bit windows xp wireless
Search
Search for:
Tech Support Guy Forums > Internet & Networking > Networking >
VLAN issues

Reply  
Thread Tools
nsnoonan's Avatar
Junior Member with 6 posts.
 
Join Date: Jul 2008
Experience: Advanced
12-Jul-2008, 04:04 PM #1
VLAN issues
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 but not the actual cameras. 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.
Reply

Tags
network, networking, procurve, switch, vlan

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Search Tech Support Guy

Find the solution to your
computer problem!




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
Thread Tools



Facebook Facebook Twitter Twitter TechGuy.tv TechGuy.tv Mobile TSG Mobile
You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 08:50 PM.
Copyright © 1996 - 2011 TechGuy, Inc. All rights reserved.

Powered by Cermak Technologies, Inc.