cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Enterasys B5G124 and D2G124 VLAN connection

Problem with Enterasys B5G124 and D2G124 VLAN connection

Piotr
New Contributor
Hello friends,

I have a huge problem with my VLAN connection. I've network in 2 locations:

Location 1 - central building with B5G124 router (IP 192.168.20.250) and computer (IP 192.168.30.200)

Location 2 - other building: an IP camera (IP 192.168.103.71) and computer (IP 192.168.103.200) connected to D2G124 switch (IP 192.168.20.251).

Connection between router (ge.1.23) and switch (ge.1.12): fiber optic

I can pinging between router and switch. I haven't any pings between computer in location 1 and camera, computer in location 2. Where is problem?

PS. Forgive me friends - I'm not IT specialist - I'm only engineer in energetic speciality.

Config of switches and VLAN was listed below:

LOCATION 1

VLAN: 1 NAME: DEFAULT VLAN
VLAN Type: Default
Egress Ports
None.
Forbidden Egress Ports
None.
Untagged ports
None.



VLAN: 20 NAME: Management
VLAN Type: Permanent
Egress Ports
ge.1.5, ge.1.23-24
Forbidden Egress Ports
None.
Untagged ports
ge.1.5

VLAN: 30 NAME: WORK
VLAN Type: Permanent
Egress Ports
ge.1.1-3, ge.1.23-24
Forbidden Egress Ports
None.
Untagged ports
ge.1.1-3

VLAN: 103 NAME: CAMERAS
VLAN Type: Permanent
Egress Ports
ge.1.23
Forbidden Egress Ports
None.
Untagged ports
None.

LOCATION 2

VLAN: 1 NAME: DEFAULT VLAN
VLAN Type: Default
Egress Ports
ge.1.12
Forbidden Egress Ports
None.
Untagged ports
ge.1.12

VLAN: 20 NAME: Management
VLAN Type: Permanent
Egress Ports
ge.1.12
Forbidden Egress Ports
None.
Untagged ports
None.

VLAN: 30 NAME: WORK
VLAN Type: Permanent
Egress Ports
ge.1.12
Forbidden Egress Ports
None.
Untagged ports
None.

VLAN: 103 NAME: CAMERAS
VLAN Type: Permanent
Egress Ports
ge.1.1, ge.1.12
Forbidden Egress Ports
None.
Untagged ports
ge.1.1

Configuration of router

#vlan
set vlan create 20
set vlan create 30
set vlan create 103
set vlan name 20 "Management"
set vlan name 30 "WORK"
clear vlan egress 1 ge.1.1-5;ge.1.13;ge.1.19-24
set vlan egress 20 ge.1.23-24 tagged
set vlan egress 20 ge.1.5 untagged
set vlan egress 30 ge.1.23-24 tagged
set vlan egress 30 ge.1.1-4 untagged
set vlan egress 103 ge.1.13;ge.1.23 tagged
set host vlan 20
!

#Router Configuration

interface vlan 20
exit
interface vlan 30
ip address 192.168.30.254 255.255.255.0
no shutdown
exit
interface vlan 103
ip address 192.168.103.252 255.255.255.0
no shutdown

#port

set port vlan ge.1.1 30
set port vlan ge.1.2 30
set port vlan ge.1.5 20
set port vlan ge.1.12 20
set port vlan ge.1.13 103
set port vlan ge.1.23 30
set port vlan ge.1.24 30
!

Configuration of switch:

#vlan
set vlan create 20
set vlan create 30
set vlan name 20 "Management"
set vlan name 30 "WORK"
clear vlan egress 1 ge.1.1;ge.1.11
set vlan egress 20 ge.1.11-12 tagged
set vlan egress 30 ge.1.11-12 tagged
set vlan egress 30 ge.1.1-2 untagged
set host vlan 20

#port
set port disable ge.1.2
set port disable ge.1.3
set port disable ge.1.4
set port disable ge.1.5
set port disable ge.1.6
set port disable ge.1.7
set port disable ge.1.8
set port disable ge.1.9
set port disable ge.1.10
set port disable ge.1.11
set port duplex ge.1.1 full
set port speed ge.1.1 1000
set port vlan ge.1.1 30

I'm still self learning abou IT, but this is really wide range of science. I would be grateful for any help!

Peter

11 REPLIES 11

Piotr
New Contributor
Thanks friends! I wrote bad address of gateway camera 192.168.103.71 - I wrote adress: 192.168.103.254 - adress of MikroTIK router as the main gate for cameras. After change - all works good (I thought that gateway is always next hop switch over the cameras!). I think my mistake is result of my future task and I have LAST problem combine with it.In future I can get possibility to connect to other party network (Location 3) with a few cameras(192.168.10.XX) connected to HP switch (with default configuration) and server 192.168.10.254 (192.168.10.254 is gateway for cameras). I can make link by fiber optic between B5 router and HP switch in Location3; I'm going to make next actions:
1. set VLAN 10 on B5 router and D2 switch, set interface VLAN 10 (for example: 192.168.10.100)
2. make dialoque with admin of Location 3 network for set gateway on HP switch (for cameras and server) - for example: 192.168.10.254 and change serverIP on 192.168.10.253
My ask is: if example above is the best solution of my problem?

PS actions with electric ciruits is simplier than IT networks (this my second, additional-non official part of job, so forgive me my lack of knowledge).

Andre_K_
New Contributor
Did you make sure, that the Default Gateway on 192.168.103.71 is set to 192.168.103.252 and subnet mask is 255.255.255.0? Because if you ping successfully from 192.168.30.200 to 192.168.103.254 your routing/uplink configuration seems to be correct. Is your IP camera (192.168.103.71) directly connected to the D2 or is your MikroTIK device in between? If the latter is the case, I propose that's where your problems come from.

Nico_Willamowsk
New Contributor III
The correctly command in router Interface for a B5 Switch is no ip icmp redirect enable

Thats also be written so in the CLI Guide for B5 Switches.

Piotr
New Contributor
and:

ping 192.168.30.254 -> time<1ms TTL=64
ping 192.168.103.252-> time<1ms TTL=64
ping 192.168.103.71 -> "Request time out"

GTM-P2G8KFN