<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Problem with Enterasys B5G124 and D2G124 VLAN connection in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14787#M2191</link>
    <description>Hello friends,&lt;BR /&gt;
&lt;BR /&gt;
I have a huge problem with my VLAN connection. I've network in 2 locations: &lt;BR /&gt;
&lt;BR /&gt;
Location 1 - central building with B5G124 router (IP 192.168.20.250) and computer (IP 192.168.30.200)&lt;BR /&gt;
&lt;BR /&gt;
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).  &lt;BR /&gt;
&lt;BR /&gt;
Connection between router (ge.1.23) and switch (ge.1.12): fiber optic&lt;BR /&gt;
&lt;BR /&gt;
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?&lt;BR /&gt;
&lt;BR /&gt;
PS. Forgive me friends - I'm not IT specialist - I'm only engineer in energetic speciality.&lt;BR /&gt;
&lt;BR /&gt;
Config of switches and VLAN was listed below:&lt;BR /&gt;
&lt;BR /&gt;
LOCATION 1&lt;BR /&gt;
 &lt;BR /&gt;
VLAN: 1                 NAME: DEFAULT VLAN&lt;BR /&gt;
 VLAN Type: Default&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
None.&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
 VLAN: 20                NAME: Management&lt;BR /&gt;
 VLAN Type: Permanent&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
ge.1.5, ge.1.23-24&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
ge.1.5&lt;BR /&gt;
&lt;BR /&gt;
 VLAN: 30                NAME: WORK&lt;BR /&gt;
 VLAN Type: Permanent&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
ge.1.1-3, ge.1.23-24&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
ge.1.1-3&lt;BR /&gt;
&lt;BR /&gt;
 VLAN: 103               NAME: CAMERAS&lt;BR /&gt;
 VLAN Type: Permanent&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
ge.1.23&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
None.&lt;BR /&gt;
&lt;BR /&gt;
LOCATION 2&lt;BR /&gt;
&lt;BR /&gt;
 VLAN: 1                 NAME: DEFAULT VLAN&lt;BR /&gt;
 VLAN Type: Default&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
ge.1.12&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
ge.1.12&lt;BR /&gt;
&lt;BR /&gt;
 VLAN: 20                NAME: Management&lt;BR /&gt;
 VLAN Type: Permanent&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
ge.1.12&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
None.&lt;BR /&gt;
&lt;BR /&gt;
 VLAN: 30                NAME: WORK&lt;BR /&gt;
 VLAN Type: Permanent&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
ge.1.12&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
None.&lt;BR /&gt;
&lt;BR /&gt;
 VLAN: 103               NAME: CAMERAS&lt;BR /&gt;
 VLAN Type: Permanent&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
ge.1.1, ge.1.12&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
ge.1.1&lt;BR /&gt;
&lt;BR /&gt;
Configuration of router&lt;BR /&gt;
&lt;BR /&gt;
#vlan&lt;BR /&gt;
set vlan create 20&lt;BR /&gt;
set vlan create 30&lt;BR /&gt;
set vlan create 103&lt;BR /&gt;
set vlan name 20 "Management"&lt;BR /&gt;
set vlan name 30 "WORK"&lt;BR /&gt;
clear vlan egress 1 ge.1.1-5;ge.1.13;ge.1.19-24&lt;BR /&gt;
set vlan egress 20 ge.1.23-24 tagged&lt;BR /&gt;
set vlan egress 20 ge.1.5 untagged&lt;BR /&gt;
set vlan egress 30 ge.1.23-24 tagged&lt;BR /&gt;
set vlan egress 30 ge.1.1-4 untagged&lt;BR /&gt;
set vlan egress 103 ge.1.13;ge.1.23 tagged&lt;BR /&gt;
set host vlan 20&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;
#Router Configuration&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 20&lt;BR /&gt;
exit&lt;BR /&gt;
interface vlan 30&lt;BR /&gt;
ip address 192.168.30.254 255.255.255.0&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
interface vlan 103&lt;BR /&gt;
ip address 192.168.103.252 255.255.255.0&lt;BR /&gt;
no shutdown&lt;BR /&gt;
&lt;BR /&gt;
#port&lt;BR /&gt;
&lt;BR /&gt;
set port vlan ge.1.1 30&lt;BR /&gt;
set port vlan ge.1.2 30&lt;BR /&gt;
set port vlan ge.1.5 20&lt;BR /&gt;
set port vlan ge.1.12 20&lt;BR /&gt;
set port vlan ge.1.13 103&lt;BR /&gt;
set port vlan ge.1.23 30&lt;BR /&gt;
set port vlan ge.1.24 30&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;
Configuration of switch:&lt;BR /&gt;
&lt;BR /&gt;
#vlan&lt;BR /&gt;
set vlan create 20&lt;BR /&gt;
set vlan create 30&lt;BR /&gt;
set vlan name 20 "Management"&lt;BR /&gt;
set vlan name 30 "WORK"&lt;BR /&gt;
clear vlan egress 1 ge.1.1;ge.1.11&lt;BR /&gt;
set vlan egress 20 ge.1.11-12 tagged&lt;BR /&gt;
set vlan egress 30 ge.1.11-12 tagged&lt;BR /&gt;
set vlan egress 30 ge.1.1-2 untagged&lt;BR /&gt;
set host vlan 20&lt;BR /&gt;
&lt;BR /&gt;
#port&lt;BR /&gt;
set port disable ge.1.2&lt;BR /&gt;
set port disable ge.1.3&lt;BR /&gt;
set port disable ge.1.4&lt;BR /&gt;
set port disable ge.1.5&lt;BR /&gt;
set port disable ge.1.6&lt;BR /&gt;
set port disable ge.1.7&lt;BR /&gt;
set port disable ge.1.8&lt;BR /&gt;
set port disable ge.1.9&lt;BR /&gt;
set port disable ge.1.10&lt;BR /&gt;
set port disable ge.1.11&lt;BR /&gt;
set port duplex ge.1.1 full&lt;BR /&gt;
set port speed ge.1.1 1000&lt;BR /&gt;
set port vlan ge.1.1 30&lt;BR /&gt;
&lt;BR /&gt;
    I'm still self learning abou IT, but this is really wide range of science. I would be grateful for any help!&lt;BR /&gt;
&lt;BR /&gt;
Peter&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Mar 2015 15:40:00 GMT</pubDate>
    <dc:creator>Piotr</dc:creator>
    <dc:date>2015-03-23T15:40:00Z</dc:date>
    <item>
      <title>Problem with Enterasys B5G124 and D2G124 VLAN connection</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14787#M2191</link>
      <description>Hello friends,&lt;BR /&gt;
&lt;BR /&gt;
I have a huge problem with my VLAN connection. I've network in 2 locations: &lt;BR /&gt;
&lt;BR /&gt;
Location 1 - central building with B5G124 router (IP 192.168.20.250) and computer (IP 192.168.30.200)&lt;BR /&gt;
&lt;BR /&gt;
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).  &lt;BR /&gt;
&lt;BR /&gt;
Connection between router (ge.1.23) and switch (ge.1.12): fiber optic&lt;BR /&gt;
&lt;BR /&gt;
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?&lt;BR /&gt;
&lt;BR /&gt;
PS. Forgive me friends - I'm not IT specialist - I'm only engineer in energetic speciality.&lt;BR /&gt;
&lt;BR /&gt;
Config of switches and VLAN was listed below:&lt;BR /&gt;
&lt;BR /&gt;
LOCATION 1&lt;BR /&gt;
 &lt;BR /&gt;
VLAN: 1                 NAME: DEFAULT VLAN&lt;BR /&gt;
 VLAN Type: Default&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
None.&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
 VLAN: 20                NAME: Management&lt;BR /&gt;
 VLAN Type: Permanent&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
ge.1.5, ge.1.23-24&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
ge.1.5&lt;BR /&gt;
&lt;BR /&gt;
 VLAN: 30                NAME: WORK&lt;BR /&gt;
 VLAN Type: Permanent&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
ge.1.1-3, ge.1.23-24&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
ge.1.1-3&lt;BR /&gt;
&lt;BR /&gt;
 VLAN: 103               NAME: CAMERAS&lt;BR /&gt;
 VLAN Type: Permanent&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
ge.1.23&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
None.&lt;BR /&gt;
&lt;BR /&gt;
LOCATION 2&lt;BR /&gt;
&lt;BR /&gt;
 VLAN: 1                 NAME: DEFAULT VLAN&lt;BR /&gt;
 VLAN Type: Default&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
ge.1.12&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
ge.1.12&lt;BR /&gt;
&lt;BR /&gt;
 VLAN: 20                NAME: Management&lt;BR /&gt;
 VLAN Type: Permanent&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
ge.1.12&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
None.&lt;BR /&gt;
&lt;BR /&gt;
 VLAN: 30                NAME: WORK&lt;BR /&gt;
 VLAN Type: Permanent&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
ge.1.12&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
None.&lt;BR /&gt;
&lt;BR /&gt;
 VLAN: 103               NAME: CAMERAS&lt;BR /&gt;
 VLAN Type: Permanent&lt;BR /&gt;
 Egress Ports&lt;BR /&gt;
ge.1.1, ge.1.12&lt;BR /&gt;
 Forbidden Egress Ports&lt;BR /&gt;
None.&lt;BR /&gt;
 Untagged ports&lt;BR /&gt;
ge.1.1&lt;BR /&gt;
&lt;BR /&gt;
Configuration of router&lt;BR /&gt;
&lt;BR /&gt;
#vlan&lt;BR /&gt;
set vlan create 20&lt;BR /&gt;
set vlan create 30&lt;BR /&gt;
set vlan create 103&lt;BR /&gt;
set vlan name 20 "Management"&lt;BR /&gt;
set vlan name 30 "WORK"&lt;BR /&gt;
clear vlan egress 1 ge.1.1-5;ge.1.13;ge.1.19-24&lt;BR /&gt;
set vlan egress 20 ge.1.23-24 tagged&lt;BR /&gt;
set vlan egress 20 ge.1.5 untagged&lt;BR /&gt;
set vlan egress 30 ge.1.23-24 tagged&lt;BR /&gt;
set vlan egress 30 ge.1.1-4 untagged&lt;BR /&gt;
set vlan egress 103 ge.1.13;ge.1.23 tagged&lt;BR /&gt;
set host vlan 20&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;
#Router Configuration&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 20&lt;BR /&gt;
exit&lt;BR /&gt;
interface vlan 30&lt;BR /&gt;
ip address 192.168.30.254 255.255.255.0&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
interface vlan 103&lt;BR /&gt;
ip address 192.168.103.252 255.255.255.0&lt;BR /&gt;
no shutdown&lt;BR /&gt;
&lt;BR /&gt;
#port&lt;BR /&gt;
&lt;BR /&gt;
set port vlan ge.1.1 30&lt;BR /&gt;
set port vlan ge.1.2 30&lt;BR /&gt;
set port vlan ge.1.5 20&lt;BR /&gt;
set port vlan ge.1.12 20&lt;BR /&gt;
set port vlan ge.1.13 103&lt;BR /&gt;
set port vlan ge.1.23 30&lt;BR /&gt;
set port vlan ge.1.24 30&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;
Configuration of switch:&lt;BR /&gt;
&lt;BR /&gt;
#vlan&lt;BR /&gt;
set vlan create 20&lt;BR /&gt;
set vlan create 30&lt;BR /&gt;
set vlan name 20 "Management"&lt;BR /&gt;
set vlan name 30 "WORK"&lt;BR /&gt;
clear vlan egress 1 ge.1.1;ge.1.11&lt;BR /&gt;
set vlan egress 20 ge.1.11-12 tagged&lt;BR /&gt;
set vlan egress 30 ge.1.11-12 tagged&lt;BR /&gt;
set vlan egress 30 ge.1.1-2 untagged&lt;BR /&gt;
set host vlan 20&lt;BR /&gt;
&lt;BR /&gt;
#port&lt;BR /&gt;
set port disable ge.1.2&lt;BR /&gt;
set port disable ge.1.3&lt;BR /&gt;
set port disable ge.1.4&lt;BR /&gt;
set port disable ge.1.5&lt;BR /&gt;
set port disable ge.1.6&lt;BR /&gt;
set port disable ge.1.7&lt;BR /&gt;
set port disable ge.1.8&lt;BR /&gt;
set port disable ge.1.9&lt;BR /&gt;
set port disable ge.1.10&lt;BR /&gt;
set port disable ge.1.11&lt;BR /&gt;
set port duplex ge.1.1 full&lt;BR /&gt;
set port speed ge.1.1 1000&lt;BR /&gt;
set port vlan ge.1.1 30&lt;BR /&gt;
&lt;BR /&gt;
    I'm still self learning abou IT, but this is really wide range of science. I would be grateful for any help!&lt;BR /&gt;
&lt;BR /&gt;
Peter&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2015 15:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14787#M2191</guid>
      <dc:creator>Piotr</dc:creator>
      <dc:date>2015-03-23T15:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with Enterasys B5G124 and D2G124 VLAN connection</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14788#M2192</link>
      <description>you missed to configure vlan 103 on switch in location 2&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2015 16:57:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14788#M2192</guid>
      <dc:creator>Christoph</dc:creator>
      <dc:date>2015-03-23T16:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with Enterasys B5G124 and D2G124 VLAN connection</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14789#M2193</link>
      <description>Thanks Christoph! You have right of course! I missed my last configuration file (of switch) and pasted wrong (earlier) version. Here is good (directly from device):&lt;BR /&gt;
&lt;BR /&gt;
#vlan&lt;BR /&gt;
set vlan create 20&lt;BR /&gt;
set vlan create 30&lt;BR /&gt;
set vlan create 103&lt;BR /&gt;
set vlan name 20 "Management"&lt;BR /&gt;
set vlan name 30 WORK&lt;BR /&gt;
set vlan name 103 "CAMERAS"&lt;BR /&gt;
clear vlan egress 1 ge.1.1;ge.1.11&lt;BR /&gt;
set vlan egress 20 ge.1.11-12 tagged&lt;BR /&gt;
set vlan egress 30 ge.1.11-12 tagged&lt;BR /&gt;
set vlan egress 30 ge.1.2 untagged&lt;BR /&gt;
set vlan egress 103 ge.1.11-12 tagged&lt;BR /&gt;
set vlan egress 103 ge.1.1 untagged&lt;BR /&gt;
set host vlan 20&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;
#port&lt;BR /&gt;
set port disable ge.1.3&lt;BR /&gt;
set port disable ge.1.4&lt;BR /&gt;
set port disable ge.1.5&lt;BR /&gt;
set port disable ge.1.6&lt;BR /&gt;
set port disable ge.1.7&lt;BR /&gt;
set port disable ge.1.8&lt;BR /&gt;
set port disable ge.1.9&lt;BR /&gt;
set port disable ge.1.10&lt;BR /&gt;
set port disable ge.1.11&lt;BR /&gt;
set port duplex ge.1.1 full&lt;BR /&gt;
set port speed ge.1.1 1000&lt;BR /&gt;
set port vlan ge.1.1 103&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;
With configuration as above connection not working. I'm sorry for mistake!&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2015 18:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14789#M2193</guid>
      <dc:creator>Piotr</dc:creator>
      <dc:date>2015-03-23T18:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with Enterasys B5G124 and D2G124 VLAN connection</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14790#M2194</link>
      <description>The IP of the Computer in Location 2 seems like vlan 103. You defined vlan 30 ge.1.2. Which port do you use as uplink in the router. You defined vlan 103 tagged on port 23, the other vlan are tagged on port 23 and 24?</description>
      <pubDate>Tue, 24 Mar 2015 18:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14790#M2194</guid>
      <dc:creator>Nico_Willamowsk</dc:creator>
      <dc:date>2015-03-24T18:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with Enterasys B5G124 and D2G124 VLAN connection</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14791#M2195</link>
      <description>Below I peform basic schematic my network:&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35cae8136656437198db08dd7484d214_RackMultipart20150324-14846-xruh3u-20150324_182437a_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/3709i9830004AAB407A4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="35cae8136656437198db08dd7484d214_RackMultipart20150324-14846-xruh3u-20150324_182437a_inline.jpg" alt="35cae8136656437198db08dd7484d214_RackMultipart20150324-14846-xruh3u-20150324_182437a_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
VLAN 10 will be build in future. Nowadays I'd like using computer in Location 1 (VLAN 30) to watch cameras in Location 2 (VLAN 103) and cameras in Location 3 (VLAN10) - in future. When I wrote:&lt;BR /&gt;
show mac port ge.1.23 I can see mac addresses: D2G124, camera (other switch - in optional), but I haven't ping response - Request time out".&lt;BR /&gt;
I read about port forwarding, but I can't switch it in this situation. Maybe I have written something bad in interfaces?&lt;BR /&gt;
I count on any kind of help.</description>
      <pubDate>Tue, 24 Mar 2015 23:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14791#M2195</guid>
      <dc:creator>Piotr</dc:creator>
      <dc:date>2015-03-24T23:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with Enterasys B5G124 and D2G124 VLAN connection</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14792#M2196</link>
      <description>Please configure this commands in your router Interfaces:&lt;BR /&gt;
&lt;BR /&gt;
  no ip proxy-arp&lt;BR /&gt;
  no ip redirects&lt;BR /&gt;
  no ip icmp unreachable&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2015 12:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14792#M2196</guid>
      <dc:creator>Nico_Willamowsk</dc:creator>
      <dc:date>2015-03-25T12:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with Enterasys B5G124 and D2G124 VLAN connection</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14793#M2197</link>
      <description>You have "set port vlan ge.1.23 30" in your B5 config. I think this results in VLAN 30 being trasmitted untagged on this port. While on the other side (ge.1.12 on your D2) it is configured as tagged. Issue the following on your B5:&lt;BR /&gt;
&lt;BR /&gt;
clear vlan egress 30 ge.1.23&lt;BR /&gt;
set vlan egress 30 ge.1.23 tagged&lt;BR /&gt;
&lt;BR /&gt;
Afterwards make sure all VLANS are tagged only on your uplink ports with&lt;BR /&gt;
show vlan portinfo port ge.1.23 (B5)&lt;BR /&gt;
show vlan portinfo port ge.1.12 (D2)If that still won't make it work, go to your workstation 192.168.30.200 and issue&lt;BR /&gt;
ping 192.168.30.254&lt;BR /&gt;
ping 192.168.103.252&lt;BR /&gt;
ping 192.168.103.71Tell us what pings time out.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2015 15:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14793#M2197</guid>
      <dc:creator>Andre_K_</dc:creator>
      <dc:date>2015-03-25T15:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with Enterasys B5G124 and D2G124 VLAN connection</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14794#M2198</link>
      <description>@Nico&lt;BR /&gt;
I haven't possibilites write all commands. I wrote only "no ip proxy-arp" in my interfaces because possible commands in B5 router are:&lt;BR /&gt;
no ip access-group&lt;BR /&gt;
no ip address&lt;BR /&gt;
no ip directed-broadcast&lt;BR /&gt;
no ip forward-protocol&lt;BR /&gt;
no ip helper address&lt;BR /&gt;
no ip icmp&lt;BR /&gt;
no ip igp&lt;BR /&gt;
no ipigmp-proxy&lt;BR /&gt;
no ip irdp&lt;BR /&gt;
no ip rip&lt;BR /&gt;
&lt;BR /&gt;
but after all network still doesn't work...&lt;BR /&gt;
&lt;BR /&gt;
@Andre&lt;BR /&gt;
I wrote commands lines and after all - when I pinging from 192.168.20.250 to:&lt;BR /&gt;
192.168.20.251 alive&lt;BR /&gt;
192.168.103.254 alive (this is my MikroTIK mini router connected to ge.1.1 D2 switch)&lt;BR /&gt;
192.168.103.71 alive &lt;BR /&gt;
&lt;BR /&gt;
Pinging from 192.168.30.200 to:&lt;BR /&gt;
192.168.20.251 time&amp;lt;1ms TTL=64&lt;BR /&gt;
192.168.103.254 time=20ms TTL=254&lt;BR /&gt;
192.168.103.71 "No request time out"&lt;BR /&gt;
&lt;BR /&gt;
when I connect my camera 192.168.103.71 directly to to ge.1.1 D2 switch - "No request time out"&lt;BR /&gt;
&lt;BR /&gt;
I don't know it... Newtwork doesn't want working... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2015 17:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14794#M2198</guid>
      <dc:creator>Piotr</dc:creator>
      <dc:date>2015-03-25T17:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with Enterasys B5G124 and D2G124 VLAN connection</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14795#M2199</link>
      <description>and:&lt;BR /&gt;
&lt;BR /&gt;
ping 192.168.30.254 -&amp;gt;  time&amp;lt;1ms TTL=64&lt;BR /&gt;
ping 192.168.103.252-&amp;gt; time&amp;lt;1ms TTL=64&lt;BR /&gt;
ping 192.168.103.71 -&amp;gt; "Request time out"&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2015 17:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14795#M2199</guid>
      <dc:creator>Piotr</dc:creator>
      <dc:date>2015-03-25T17:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with Enterasys B5G124 and D2G124 VLAN connection</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14796#M2200</link>
      <description>The correctly command in router Interface for a B5 Switch is &lt;B&gt;no ip icmp redirect enable&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thats also be written so in the CLI Guide for B5 Switches.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2015 17:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14796#M2200</guid>
      <dc:creator>Nico_Willamowsk</dc:creator>
      <dc:date>2015-03-25T17:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with Enterasys B5G124 and D2G124 VLAN connection</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14797#M2201</link>
      <description>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.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2015 18:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14797#M2201</guid>
      <dc:creator>Andre_K_</dc:creator>
      <dc:date>2015-03-25T18:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with Enterasys B5G124 and D2G124 VLAN connection</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14798#M2202</link>
      <description>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:&lt;BR /&gt;
1. set VLAN 10 on B5 router and D2 switch, set interface VLAN 10 (for example: 192.168.10.100)&lt;BR /&gt;
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&lt;BR /&gt;
My ask is: if example above is the best solution of my problem?&lt;BR /&gt;
&lt;BR /&gt;
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).&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Mar 2015 04:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/problem-with-enterasys-b5g124-and-d2g124-vlan-connection/m-p/14798#M2202</guid>
      <dc:creator>Piotr</dc:creator>
      <dc:date>2015-03-26T04:31:00Z</dc:date>
    </item>
  </channel>
</rss>

