<?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 RE: c3g124-48 configuration intervlan routing and access policy and hyper-v integration in End of Service Products</title>
    <link>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21627#M43</link>
    <description>Hello Friend,&lt;BR /&gt;
&lt;BR /&gt;
     I run several  tests and Intervlan routing does not seem to be working&lt;BR /&gt;
&lt;BR /&gt;
    For the purpose  of testing, I isolated a Swicth port and defined a static IP, along with a  static VLAN, these command lines were used in the Switch:&lt;BR /&gt;
&lt;BR /&gt;
    #set ip  address 10.1.0.254 mask 255.255.255.0 gateway 10.1.0.1&lt;BR /&gt;
&lt;BR /&gt;
    #set vlan  create 20&lt;BR /&gt;
&lt;BR /&gt;
    #set vlan  name 20 "tecnica"&lt;BR /&gt;
&lt;BR /&gt;
    #set vlan  egress 20 ge.1.5 untagged&lt;BR /&gt;
&lt;BR /&gt;
    #clear vlan  egress 1 ge.1.5&lt;BR /&gt;
&lt;BR /&gt;
    #set vlan  association subnet 10.1.2.0 255.255.255.0 20&lt;BR /&gt;
&lt;BR /&gt;
    #router&lt;BR /&gt;
&lt;BR /&gt;
    #enable&lt;BR /&gt;
&lt;BR /&gt;
    #configure&lt;BR /&gt;
&lt;BR /&gt;
    I#nterface  vlan 20&lt;BR /&gt;
&lt;BR /&gt;
    I#p address  10.1.2.1 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
    #ip rip  enable (no necessary)&lt;BR /&gt;
&lt;BR /&gt;
    #no  shutdown&lt;BR /&gt;
&lt;BR /&gt;
    #exit&lt;BR /&gt;
&lt;BR /&gt;
    #set port  vlan ge.1.5 20&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    #show ip  route&lt;BR /&gt;
&lt;BR /&gt;
    Destination                   Gateway                       Flags    Use    If    Metric&lt;BR /&gt;
&lt;BR /&gt;
    0.0.0.0/0                     10.1.0.1                      UG       1      host   5&lt;BR /&gt;
&lt;BR /&gt;
    10.1.0.0/24                   10.1.0.254                    UC       33     host   5&lt;BR /&gt;
&lt;BR /&gt;
    10.1.0.254                    10.1.0.254                    UH       0      lo0    5&lt;BR /&gt;
&lt;BR /&gt;
    10.1.2.0/24                   10.1.0.254                    UC       0      rt2    5&lt;BR /&gt;
&lt;BR /&gt;
    10.1.2.1                      10.1.0.254                    UH       0      lo0    5&lt;BR /&gt;
&lt;BR /&gt;
    #ping  10.1.2.1&lt;BR /&gt;
&lt;BR /&gt;
     10.1.2.1 is alive&lt;BR /&gt;
&lt;BR /&gt;
    &lt;BR /&gt;
  On the computer connected to VLAN Default:&lt;BR /&gt;
&lt;BR /&gt;
    Ip: 10.1.0.4/24  gtw: 10.1.0.1&lt;BR /&gt;
&lt;BR /&gt;
    #route add  10.1.2.0 mask 255.255.255.0 10.1.0.254&lt;BR /&gt;
&lt;BR /&gt;
    #ping  10.1.2.1 &lt;BR /&gt;
&lt;BR /&gt;
    (no  response)&lt;BR /&gt;
&lt;BR /&gt;
    #tracert  10.1.2.1 &lt;BR /&gt;
&lt;BR /&gt;
    (no trace  to route)&lt;BR /&gt;
&lt;BR /&gt;
    Route Print&lt;BR /&gt;
&lt;BR /&gt;
    endereço de rede           Máscara   Ender. gateway       Interface   Custo&lt;BR /&gt;
&lt;BR /&gt;
           0.0.0.0          0.0.0.0         10.1.0.1         10.1.0.4    266&lt;BR /&gt;
&lt;BR /&gt;
           10.1.0.0       255.255.255.0         No vínculo          10.1.0.4    266&lt;BR /&gt;
&lt;BR /&gt;
           10.1.0.4       255.255.255.255     No  vínculo          10.1.0.4    266&lt;BR /&gt;
&lt;BR /&gt;
           10.1.0.255   255.255.255.255     No vínculo          10.1.0.4    266&lt;BR /&gt;
&lt;BR /&gt;
           10.1.2.0        255.255.255.0       10.1.0.254         10.1.0.4     11&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    &lt;BR /&gt;
  Config in the Computer Connected to the port 5 Vlan 20:&lt;BR /&gt;
&lt;BR /&gt;
    IP:  10.1.2.3/24 gtw: 10.1.2.1&lt;BR /&gt;
&lt;BR /&gt;
    #ping 10.1.2.1 (alive)&lt;BR /&gt;
&lt;BR /&gt;
#Ping 10.1.0.254  (switch)&lt;BR /&gt;
&lt;BR /&gt;
    No response&lt;BR /&gt;
&lt;BR /&gt;
    #Ping 10.1.0.1  (router)&lt;BR /&gt;
&lt;BR /&gt;
    No response&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    Router  Config:  10.1.0.1/24&lt;BR /&gt;
&lt;BR /&gt;
    #route add  -net 10.1.2.0/24 gateway 10.1.0.254&lt;BR /&gt;
&lt;BR /&gt;
    #route&lt;BR /&gt;
&lt;BR /&gt;
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface&lt;BR /&gt;
&lt;BR /&gt;
    default         200-1-58-201. 0.0.0.0         UG     0      0        0 ppp1&lt;BR /&gt;
&lt;BR /&gt;
    1.1.1.0         *               255.255.255.0   U      0      0        0 eth1&lt;BR /&gt;
&lt;BR /&gt;
    10.1.0.0        *               255.255.255.0   U      0      0        0 br0&lt;BR /&gt;
&lt;BR /&gt;
    10.1.2.0        10.1.0.254      255.255.255.0   UG     0      0        0 br0&lt;BR /&gt;
&lt;BR /&gt;
    200-1-58-201.  *               255.255.255.255 UH    0       0        0 ppp1&lt;BR /&gt;
&lt;BR /&gt;
    #ping  10.1.2.1 (no response)&lt;BR /&gt;
&lt;BR /&gt;
    But no  response or track to VLAN 20&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Mar 2017 22:02:00 GMT</pubDate>
    <dc:creator>Bruno_D_Annna</dc:creator>
    <dc:date>2017-03-01T22:02:00Z</dc:date>
    <item>
      <title>c3g124-48 configuration intervlan routing and access policy and hyper-v integration</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21621#M37</link>
      <description>Hello, I'm new in configuring C3g124-48&lt;BR /&gt;
I have a switch from you and it has the firmware in its last version, however I have some difficulties in the configuration shown below:&lt;BR /&gt;
What I intend to create:&lt;BR /&gt;
           VLAN    ID&lt;BR /&gt;
&lt;BR /&gt;
                  ID   NAME    IP    (/24) Gtw&lt;BR /&gt;
&lt;BR /&gt;
                  1   Cliente          10.1.0.1&lt;BR /&gt;
&lt;BR /&gt;
                  10  Administração  10.1.1.1&lt;BR /&gt;
&lt;BR /&gt;
                  20 Tecnica         10.1.2.1&lt;BR /&gt;
&lt;BR /&gt;
                  30  Servidores  10.1.3.1&lt;BR /&gt;
&lt;BR /&gt;
                  40  Voip            10.1.4.1&lt;BR /&gt;
&lt;BR /&gt;
                  50  Cameras     10.1.5.1&lt;BR /&gt;
&lt;BR /&gt;
                  60  Testes         10.1.6.1&lt;BR /&gt;
&lt;BR /&gt;
70   Public         10.1.7.1&lt;BR /&gt;
&lt;BR /&gt;
      Rules of Access:&lt;BR /&gt;
&lt;BR /&gt;
Inter Vlan Access&lt;BR /&gt;
ID    1  10   20  30  40  50  60  70&lt;BR /&gt;
&lt;BR /&gt;
1  X - - X - - - -&lt;BR /&gt;
&lt;BR /&gt;
10 X X X X X X X -&lt;BR /&gt;
&lt;BR /&gt;
20 X - X X X X X X&lt;BR /&gt;
&lt;BR /&gt;
30 X X X X X X X -&lt;BR /&gt;
&lt;BR /&gt;
40 - - - X - X - -&lt;BR /&gt;
&lt;BR /&gt;
50 - X - X - X - -&lt;BR /&gt;
&lt;BR /&gt;
60 X - X X - - - X&lt;BR /&gt;
&lt;BR /&gt;
70 X - - - - - - X&lt;BR /&gt;
                  &lt;BR /&gt;
&lt;BR /&gt;
Vlan 30 - LACP configured on ports 44 - 48 Ports&lt;BR /&gt;
&lt;BR /&gt;
Swicth Data:&lt;BR /&gt;
IP Layer Vlan Default: 10.1.0.254/24&lt;BR /&gt;
Each of the VLANs the switch would be the default gateway and the static routing between the gateway, switch and vlans.&lt;BR /&gt;
Configuring access rules to filter traffic as shown above.&lt;BR /&gt;
&lt;BR /&gt;
This configuration below do not know if it would be possible to create in this swicth:&lt;BR /&gt;
&lt;BR /&gt;
Dynamic VLAN configured on port 42-43, where the Hyper-V Mac Source is: 0A: F1: 04: xx: xx: xx and will receive virtual machines with dynamic routing that only have access to them and to the router's ip, in addition to Access to the gateway IP, in case 10.1.0.1/24&lt;BR /&gt;
Each VM Created with this MAC start belongs to a VLAN that can not access any of the other VLANs, only Gateway access.&lt;BR /&gt;
Can you tell me if it would be possible to create this scenario on your Switch? If you can not create this whole scenario, how far can I go with your switch and which product of yours could satisfy the requirements for a network with this complexity.&lt;BR /&gt;
Att,&lt;BR /&gt;
&lt;BR /&gt;
Bruno D'Anna&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2017 19:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21621#M37</guid>
      <dc:creator>Bruno_D_Annna</dc:creator>
      <dc:date>2017-02-17T19:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: c3g124-48 configuration intervlan routing and access policy and hyper-v integration</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21622#M38</link>
      <description>this is my config file:&lt;BR /&gt;
&lt;BR /&gt;
# Firmware Revision:  06.61.16.0002#ip&lt;BR /&gt;
set ip address 10.1.0.254 mask 255.255.255.0 gateway 10.1.0.1&lt;BR /&gt;
set switch member 1 11&lt;BR /&gt;
#vlan&lt;BR /&gt;
set vlan create 10&lt;BR /&gt;
set vlan create 20&lt;BR /&gt;
set vlan create 30&lt;BR /&gt;
set vlan create 40&lt;BR /&gt;
set vlan create 50&lt;BR /&gt;
set vlan create 60&lt;BR /&gt;
set vlan create 70&lt;BR /&gt;
set vlan name 10 "adm"&lt;BR /&gt;
set vlan name 20 "tecnica"&lt;BR /&gt;
set vlan name 30 "Servidores"&lt;BR /&gt;
set vlan name 40 "Voip"&lt;BR /&gt;
set vlan name 50 "camera"&lt;BR /&gt;
set vlan name 60 "testes"&lt;BR /&gt;
set vlan name 70 "publica"&lt;BR /&gt;
clear vlan egress 1 ge.1.16&lt;BR /&gt;
set vlan egress 10 ge.1.16 tagged&lt;BR /&gt;
set vlan egress 20 ge.1.16 untagged&lt;BR /&gt;
set vlan dynamicegress 20 enable&lt;BR /&gt;
set vlan association subnet 10.1.2.0 255.255.255.0 20&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;
#Router Configuration&lt;BR /&gt;
router&lt;BR /&gt;
enable&lt;BR /&gt;
configure&lt;BR /&gt;
ip igmp&lt;BR /&gt;
interface vlan 10&lt;BR /&gt;
ip address 10.1.1.1 255.255.255.0&lt;BR /&gt;
ip igmp enable&lt;BR /&gt;
ip rip enable&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
interface vlan 20&lt;BR /&gt;
ip address 10.1.2.1 255.255.255.0&lt;BR /&gt;
ip rip enable&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
interface vlan 30&lt;BR /&gt;
ip address 10.1.3.1 255.255.255.0&lt;BR /&gt;
ip igmp enable&lt;BR /&gt;
ip rip enable&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
interface vlan 40&lt;BR /&gt;
ip address 10.1.4.1 255.255.255.0&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
interface vlan 50&lt;BR /&gt;
ip address 10.1.5.1 255.255.255.0&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
interface vlan 60&lt;BR /&gt;
ip address 10.1.6.1 255.255.255.0&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
router rip&lt;BR /&gt;
distance 30&lt;BR /&gt;
exit&lt;BR /&gt;
exit&lt;BR /&gt;
exit&lt;BR /&gt;
exit&lt;BR /&gt;
!&lt;BR /&gt;
#dhcp&lt;BR /&gt;
!&lt;BR /&gt;
set dhcp enable&lt;BR /&gt;
set dhcp bootp enable&lt;BR /&gt;
!&lt;BR /&gt;
#lacp&lt;BR /&gt;
set lacp static lag.0.1&lt;BR /&gt;
set lacp aadminkey lag.0.1 1&lt;BR /&gt;
!&lt;BR /&gt;
#port&lt;BR /&gt;
set port lacp port ge.1.40 aadminkey 1&lt;BR /&gt;
set port lacp port ge.1.41 aadminkey 1&lt;BR /&gt;
set port lacp port ge.1.42 aadminkey 1&lt;BR /&gt;
set port lacp port ge.1.43 aadminkey 1&lt;BR /&gt;
set port lacp port ge.1.44 aadminkey 1&lt;BR /&gt;
set port lacp port ge.1.45 aadminkey 1&lt;BR /&gt;
set port lacp port ge.1.46 aadminkey 1&lt;BR /&gt;
set port lacp port ge.1.47 aadminkey 1&lt;BR /&gt;
set port lacp port ge.1.48 aadminkey 1&lt;BR /&gt;
set port lacp port ge.1.40 disable&lt;BR /&gt;
set port lacp port ge.1.41 disable&lt;BR /&gt;
set port lacp port ge.1.42 disable&lt;BR /&gt;
set port lacp port ge.1.43 disable&lt;BR /&gt;
set port lacp port ge.1.45 disable&lt;BR /&gt;
set port lacp port ge.1.46 disable&lt;BR /&gt;
set port lacp port ge.1.47 disable&lt;BR /&gt;
set port lacp port ge.1.48 disable&lt;BR /&gt;
set port vlan ge.1.16 20&lt;BR /&gt;
!&lt;BR /&gt;
#ssh&lt;BR /&gt;
set ssh enabled&lt;BR /&gt;
!&lt;BR /&gt;
end&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2017 20:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21622#M38</guid>
      <dc:creator>Bruno_D_Annna</dc:creator>
      <dc:date>2017-02-17T20:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: c3g124-48 configuration intervlan routing and access policy and hyper-v integration</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21623#M39</link>
      <description>Hi Bruno,&lt;BR /&gt;
&lt;BR /&gt;
it should be possible to implement your scenario using a C3. You could use ACLs to implement the access restrictions.&lt;BR /&gt;
&lt;BR /&gt;
If you want the C3 to route in the same VLAN you want to use for management, you should not use the host IP interface at all, just use SVIs (Switched Virtual Interface, &lt;I&gt;interface vlan X&lt;/I&gt;).&lt;BR /&gt;
&lt;BR /&gt;
For an SVI to become active, the VLAN needs to have at least one port active. As long as an SVI is not active, the network will not show up as directly connected and you will not be able to ping the configured address.&lt;BR /&gt;
&lt;BR /&gt;
Erik</description>
      <pubDate>Sat, 18 Feb 2017 23:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21623#M39</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-02-18T23:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: c3g124-48 configuration intervlan routing and access policy and hyper-v integration</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21624#M40</link>
      <description>Hello, Erick, the problem I'm facing at this point, if I notice in the configuration file, port 16 is mapped to vlan 20, but I can not turn on the switch routing with the command:#ip routing    He accepts the command but it does not appear in the  #show running-config    I'm afraid I'm doing something wrong.</description>
      <pubDate>Tue, 21 Feb 2017 23:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21624#M40</guid>
      <dc:creator>Bruno_D_Annna</dc:creator>
      <dc:date>2017-02-21T23:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: c3g124-48 configuration intervlan routing and access policy and hyper-v integration</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21625#M41</link>
      <description>this is a resume of config used in Vlan 20, please help us to review the problem in this config file:&lt;BR /&gt;
&lt;BR /&gt;
#set vlan create 20set vlan name 20 "tecnica"&lt;BR /&gt;
#set vlan dynamicegress 20 enable   --&amp;gt; dinamic association for hosts, but not use in this moment, only one test&lt;BR /&gt;
#set vlan association subnet 10.1.2.0 255.255.255.0 20&lt;BR /&gt;
#Router Configuration&lt;BR /&gt;
#router&lt;BR /&gt;
#enable&lt;BR /&gt;
#configure&lt;BR /&gt;
i#nterface vlan 20&lt;BR /&gt;
#ip address 10.1.2.1 255.255.255.0&lt;BR /&gt;
i#p rip enable&lt;BR /&gt;
#no shutdown&lt;BR /&gt;
#exit&lt;BR /&gt;
#set port vlan ge.1.16 20&lt;BR /&gt;
&lt;BR /&gt;
the command "#ip routing" do not show in the config file</description>
      <pubDate>Tue, 21 Feb 2017 23:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21625#M41</guid>
      <dc:creator>Bruno_D_Annna</dc:creator>
      <dc:date>2017-02-21T23:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: c3g124-48 configuration intervlan routing and access policy and hyper-v integration</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21626#M42</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I think that "ip routing" is default on the C3, thus it does not show up in "show run." You could try something like "show config all router" in the switch mode of the CLI. A "no ip routing" might show up in the running configuration, if accepted.&lt;BR /&gt;
&lt;BR /&gt;
Routing is easily testable, just connect two devices (e.g. PCs) to ports in different VLANs, configure SVIs for each VLAN, give the two test devices appropriate IP addresses and default gateways, and verify packet forwarding between the two devices. The switch will show the SVI's subnets as directly connected routes with "show ip route."&lt;BR /&gt;
&lt;BR /&gt;
Without anything connected to the switch, the SVIs will be down (inactive), and no routes will show up in "show ip route."&lt;BR /&gt;
&lt;BR /&gt;
Erik&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Feb 2017 23:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21626#M42</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-02-25T23:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: c3g124-48 configuration intervlan routing and access policy and hyper-v integration</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21627#M43</link>
      <description>Hello Friend,&lt;BR /&gt;
&lt;BR /&gt;
     I run several  tests and Intervlan routing does not seem to be working&lt;BR /&gt;
&lt;BR /&gt;
    For the purpose  of testing, I isolated a Swicth port and defined a static IP, along with a  static VLAN, these command lines were used in the Switch:&lt;BR /&gt;
&lt;BR /&gt;
    #set ip  address 10.1.0.254 mask 255.255.255.0 gateway 10.1.0.1&lt;BR /&gt;
&lt;BR /&gt;
    #set vlan  create 20&lt;BR /&gt;
&lt;BR /&gt;
    #set vlan  name 20 "tecnica"&lt;BR /&gt;
&lt;BR /&gt;
    #set vlan  egress 20 ge.1.5 untagged&lt;BR /&gt;
&lt;BR /&gt;
    #clear vlan  egress 1 ge.1.5&lt;BR /&gt;
&lt;BR /&gt;
    #set vlan  association subnet 10.1.2.0 255.255.255.0 20&lt;BR /&gt;
&lt;BR /&gt;
    #router&lt;BR /&gt;
&lt;BR /&gt;
    #enable&lt;BR /&gt;
&lt;BR /&gt;
    #configure&lt;BR /&gt;
&lt;BR /&gt;
    I#nterface  vlan 20&lt;BR /&gt;
&lt;BR /&gt;
    I#p address  10.1.2.1 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
    #ip rip  enable (no necessary)&lt;BR /&gt;
&lt;BR /&gt;
    #no  shutdown&lt;BR /&gt;
&lt;BR /&gt;
    #exit&lt;BR /&gt;
&lt;BR /&gt;
    #set port  vlan ge.1.5 20&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    #show ip  route&lt;BR /&gt;
&lt;BR /&gt;
    Destination                   Gateway                       Flags    Use    If    Metric&lt;BR /&gt;
&lt;BR /&gt;
    0.0.0.0/0                     10.1.0.1                      UG       1      host   5&lt;BR /&gt;
&lt;BR /&gt;
    10.1.0.0/24                   10.1.0.254                    UC       33     host   5&lt;BR /&gt;
&lt;BR /&gt;
    10.1.0.254                    10.1.0.254                    UH       0      lo0    5&lt;BR /&gt;
&lt;BR /&gt;
    10.1.2.0/24                   10.1.0.254                    UC       0      rt2    5&lt;BR /&gt;
&lt;BR /&gt;
    10.1.2.1                      10.1.0.254                    UH       0      lo0    5&lt;BR /&gt;
&lt;BR /&gt;
    #ping  10.1.2.1&lt;BR /&gt;
&lt;BR /&gt;
     10.1.2.1 is alive&lt;BR /&gt;
&lt;BR /&gt;
    &lt;BR /&gt;
  On the computer connected to VLAN Default:&lt;BR /&gt;
&lt;BR /&gt;
    Ip: 10.1.0.4/24  gtw: 10.1.0.1&lt;BR /&gt;
&lt;BR /&gt;
    #route add  10.1.2.0 mask 255.255.255.0 10.1.0.254&lt;BR /&gt;
&lt;BR /&gt;
    #ping  10.1.2.1 &lt;BR /&gt;
&lt;BR /&gt;
    (no  response)&lt;BR /&gt;
&lt;BR /&gt;
    #tracert  10.1.2.1 &lt;BR /&gt;
&lt;BR /&gt;
    (no trace  to route)&lt;BR /&gt;
&lt;BR /&gt;
    Route Print&lt;BR /&gt;
&lt;BR /&gt;
    endereço de rede           Máscara   Ender. gateway       Interface   Custo&lt;BR /&gt;
&lt;BR /&gt;
           0.0.0.0          0.0.0.0         10.1.0.1         10.1.0.4    266&lt;BR /&gt;
&lt;BR /&gt;
           10.1.0.0       255.255.255.0         No vínculo          10.1.0.4    266&lt;BR /&gt;
&lt;BR /&gt;
           10.1.0.4       255.255.255.255     No  vínculo          10.1.0.4    266&lt;BR /&gt;
&lt;BR /&gt;
           10.1.0.255   255.255.255.255     No vínculo          10.1.0.4    266&lt;BR /&gt;
&lt;BR /&gt;
           10.1.2.0        255.255.255.0       10.1.0.254         10.1.0.4     11&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    &lt;BR /&gt;
  Config in the Computer Connected to the port 5 Vlan 20:&lt;BR /&gt;
&lt;BR /&gt;
    IP:  10.1.2.3/24 gtw: 10.1.2.1&lt;BR /&gt;
&lt;BR /&gt;
    #ping 10.1.2.1 (alive)&lt;BR /&gt;
&lt;BR /&gt;
#Ping 10.1.0.254  (switch)&lt;BR /&gt;
&lt;BR /&gt;
    No response&lt;BR /&gt;
&lt;BR /&gt;
    #Ping 10.1.0.1  (router)&lt;BR /&gt;
&lt;BR /&gt;
    No response&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    Router  Config:  10.1.0.1/24&lt;BR /&gt;
&lt;BR /&gt;
    #route add  -net 10.1.2.0/24 gateway 10.1.0.254&lt;BR /&gt;
&lt;BR /&gt;
    #route&lt;BR /&gt;
&lt;BR /&gt;
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface&lt;BR /&gt;
&lt;BR /&gt;
    default         200-1-58-201. 0.0.0.0         UG     0      0        0 ppp1&lt;BR /&gt;
&lt;BR /&gt;
    1.1.1.0         *               255.255.255.0   U      0      0        0 eth1&lt;BR /&gt;
&lt;BR /&gt;
    10.1.0.0        *               255.255.255.0   U      0      0        0 br0&lt;BR /&gt;
&lt;BR /&gt;
    10.1.2.0        10.1.0.254      255.255.255.0   UG     0      0        0 br0&lt;BR /&gt;
&lt;BR /&gt;
    200-1-58-201.  *               255.255.255.255 UH    0       0        0 ppp1&lt;BR /&gt;
&lt;BR /&gt;
    #ping  10.1.2.1 (no response)&lt;BR /&gt;
&lt;BR /&gt;
    But no  response or track to VLAN 20&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2017 22:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21627#M43</guid>
      <dc:creator>Bruno_D_Annna</dc:creator>
      <dc:date>2017-03-01T22:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: c3g124-48 configuration intervlan routing and access policy and hyper-v integration</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21628#M44</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
the switch interface, configured with "set ip address", cannot be used for routing. You should probably remove that address from a console session with "clear ip address" and then add an SVI to VLAN 1. Otherwise the C3 cannot route from or to VLAN 1.&lt;BR /&gt;
&lt;BR /&gt;
Erik</description>
      <pubDate>Wed, 01 Mar 2017 22:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21628#M44</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-03-01T22:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: c3g124-48 configuration intervlan routing and access policy and hyper-v integration</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21629#M45</link>
      <description>Understand, in this case the default Vlan will remain without IP address and routing is run on the other VLan ´ s.&lt;BR /&gt;
So how do I set a default gateway to switch in Vlan 1 interface?&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Mar 2017 01:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21629#M45</guid>
      <dc:creator>Bruno_D_Annna</dc:creator>
      <dc:date>2017-03-02T01:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: c3g124-48 configuration intervlan routing and access policy and hyper-v integration</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21630#M46</link>
      <description>Hi Bruno,&lt;BR /&gt;
&lt;BR /&gt;
I would not recommend to use both the switch's host IP interface (set ip address) and SVIs on the same switch. I would recommend to use only SVIs, including for VLAN 1 (if you really want to use VLAN 1 at all).&lt;BR /&gt;
&lt;BR /&gt;
If you want to use an SVI for VLAN 1 use the following:&lt;BR /&gt;
clear ip address  router  enable  configure  interface vlan 1  ip address 10.1.0.254 255.255.255.0  no shutdown  exit  ip route 0.0.0.0 0.0.0.0 10.1.0.1  exit  exit  exitErik</description>
      <pubDate>Thu, 02 Mar 2017 03:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/c3g124-48-configuration-intervlan-routing-and-access-policy-and/m-p/21630#M46</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-03-02T03:46:00Z</dc:date>
    </item>
  </channel>
</rss>

