<?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: ssh and telnet access in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-and-telnet-access/m-p/23454#M2300</link>
    <description>Are you able to ping the switch? Telnet and SSH both look to be setup correctly.&lt;BR /&gt;
&lt;BR /&gt;
The one thing that stands out to me is that there is no default route on the switch. Are you trying to reach the switch from within the 10.248.111.0/24 subnet? If not, you will need a default gateway on the switch, so it can get back to you.</description>
    <pubDate>Mon, 08 May 2017 20:25:00 GMT</pubDate>
    <dc:creator>BrandonC</dc:creator>
    <dc:date>2017-05-08T20:25:00Z</dc:date>
    <item>
      <title>ssh and telnet access</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-and-telnet-access/m-p/23452#M2298</link>
      <description>Hi Guys&lt;BR /&gt;
&lt;BR /&gt;
I am trying to setup telnet and ssh access on my extreme swicthes i ahve already tried the suggested solutions but they do not seem to help &lt;BR /&gt;
&lt;BR /&gt;
here is my configuration &lt;BR /&gt;
&lt;BR /&gt;
X440G2-48p-10G4.1 # sh configuration &lt;BR /&gt;
#&lt;BR /&gt;
# Module devmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure snmp sysContact "support@extremenetworks.com, +1 888 257 3000"&lt;BR /&gt;
configure sys-recovery-level switch reset&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vlan configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1-52&lt;BR /&gt;
configure vr VR-Default add ports 1-52&lt;BR /&gt;
configure vlan default delete ports 1-52&lt;BR /&gt;
create vlan "ACCESS_CONTROL"&lt;BR /&gt;
configure vlan ACCESS_CONTROL description "ACCESS_CONTROL" &lt;BR /&gt;
configure vlan ACCESS_CONTROL tag 122&lt;BR /&gt;
create vlan "LAN-GUEST"&lt;BR /&gt;
configure vlan LAN-GUEST tag 103&lt;BR /&gt;
create vlan "LAN-LIVEDMZ"&lt;BR /&gt;
configure vlan LAN-LIVEDMZ tag 100&lt;BR /&gt;
create vlan "LAN-MANAGEMENT"&lt;BR /&gt;
configure vlan LAN-MANAGEMENT tag 900&lt;BR /&gt;
create vlan "LAN-MANAGEMENT-901"&lt;BR /&gt;
configure vlan LAN-MANAGEMENT-901 tag 901&lt;BR /&gt;
create vlan "LAN-SERVERS"&lt;BR /&gt;
configure vlan LAN-SERVERS description "LAN-SERVERS VLAN" &lt;BR /&gt;
configure vlan LAN-SERVERS tag 106&lt;BR /&gt;
create vlan "LAN-WIRELESSAPS"&lt;BR /&gt;
configure vlan LAN-WIRELESSAPS tag 108&lt;BR /&gt;
create vlan "LAN-WIRELESSMOBILE"&lt;BR /&gt;
configure vlan LAN-WIRELESSMOBILE tag 112&lt;BR /&gt;
create vlan "LAN-WIRELESSPCS"&lt;BR /&gt;
configure vlan LAN-WIRELESSPCS tag 109&lt;BR /&gt;
create vlan "LAN-WORKSTATIONS"&lt;BR /&gt;
configure vlan LAN-WORKSTATIONS description "WORKSTATIONS" &lt;BR /&gt;
configure vlan LAN-WORKSTATIONS tag 105&lt;BR /&gt;
create vlan "VOIP"&lt;BR /&gt;
configure vlan VOIP description "Telephone VLAN" &lt;BR /&gt;
configure vlan VOIP tag 104&lt;BR /&gt;
create vlan "WIFI_AP"&lt;BR /&gt;
configure vlan WIFI_AP tag 20&lt;BR /&gt;
configure vlan LAN-MANAGEMENT-901 add ports 51 tagged  &lt;BR /&gt;
configure vlan LAN-SERVERS add ports 51 tagged  &lt;BR /&gt;
configure vlan LAN-SERVERS add ports 40 untagged  &lt;BR /&gt;
configure vlan LAN-WORKSTATIONS add ports 51 tagged  &lt;BR /&gt;
configure vlan LAN-WORKSTATIONS add ports 1-39,41-48 untagged  &lt;BR /&gt;
configure vlan VOIP add ports 1-39,41-52 tagged  &lt;BR /&gt;
configure vlan LAN-MANAGEMENT-901 ipaddress 10.248.111.15 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan LAN-MANAGEMENT-901&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module mcmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module fdb configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module rtmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module policy configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module aaa configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module acl configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module bfd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module cfgmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module dosprotect configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module dot1ag configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module eaps configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module edp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module elrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ems configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module epm configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module erps configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module esrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ethoam configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module etmon configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module exsshd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
enable ssh2&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module hal configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module idMgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ipSecurity configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ipfix configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module lldp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module mrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module msdp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module netLogin configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module netTools configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ntp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module poe configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module rip configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module r.png configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module snmpMaster configuration.&lt;BR /&gt;
#&lt;BR /&gt;
disable snmp access&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module stp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module techSupport configuration.&lt;BR /&gt;
#&lt;BR /&gt;
enable tech-support collector&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module telnetd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module tftpd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module thttpd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module twamp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vmt configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vsm configuration.&lt;BR /&gt;
#&lt;BR /&gt;
X440G2-48p-10G4.2 # sh management &lt;BR /&gt;
CLI idle timeout                 : Enabled (20 minutes)&lt;BR /&gt;
CLI max number of login attempts : 3&lt;BR /&gt;
CLI max number of sessions       : 8&lt;BR /&gt;
CLI paging                       : Enabled (this session only)&lt;BR /&gt;
CLI space-completion             : Disabled (this session only)&lt;BR /&gt;
CLI configuration logging        : Disabled&lt;BR /&gt;
CLI password prompting only      : Disabled&lt;BR /&gt;
CLI RADIUS cmd authorize tokens  : 2&lt;BR /&gt;
CLI scripting                    : Disabled (this session only)&lt;BR /&gt;
CLI scripting error mode         : Ignore-Error (this session only)&lt;BR /&gt;
CLI persistent mode              : Persistent (this session only)&lt;BR /&gt;
CLI prompting                    : Enabled (this session only)&lt;BR /&gt;
CLI screen size                  : 24 Lines 80 Columns (this session only)&lt;BR /&gt;
CLI refresh                      : Enabled&lt;BR /&gt;
Telnet access                    : Enabled (tcp port 23 vr all)&lt;BR /&gt;
                                 : Access Profile : not set&lt;BR /&gt;
SSH access                       : Enabled (Key valid, tcp port 22 vr all)&lt;BR /&gt;
                                 : Secure-Mode    : Off&lt;BR /&gt;
                                 : Access Profile : not set&lt;BR /&gt;
SSH2 idle time                   : 60 minutes&lt;BR /&gt;
Web access                       : Enabled (tcp port 80)&lt;BR /&gt;
                                 : Access Profile : not set&lt;BR /&gt;
Total Read Only Communities     : 1&lt;BR /&gt;
Total Read Write Communities     : 1&lt;BR /&gt;
RMON                             : Disabled&lt;BR /&gt;
SNMP access                      : Disabled&lt;BR /&gt;
                                 : Access Profile : not set&lt;BR /&gt;
SNMP Compatibility Options       :&lt;BR /&gt;
    GETBULK Reply Too Big Action : Too Big Error&lt;BR /&gt;
    IP Fragmentation             : Disallow&lt;BR /&gt;
SNMP Notifications               : Enabled&lt;BR /&gt;
SNMP Notification Receivers  : None&lt;BR /&gt;
SNMP stats:    InPkts 0       OutPkts   0       Errors 0       AuthErrors 0&lt;BR /&gt;
        Gets   0       GetNexts  0       Sets   0       Drops      0       &lt;BR /&gt;
SNMP traps:    Sent   0       AuthTraps Enabled&lt;BR /&gt;
SNMP inform:    Sent   0       Retries   0       Failed 0&lt;BR /&gt;
&lt;BR /&gt;
Thank you in advance &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 08 May 2017 20:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-and-telnet-access/m-p/23452#M2298</guid>
      <dc:creator>Lutha2</dc:creator>
      <dc:date>2017-05-08T20:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: ssh and telnet access</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-and-telnet-access/m-p/23453#M2299</link>
      <description>Hello Lutha,&lt;BR /&gt;
&lt;BR /&gt;
Can you ping the switch IP? If not it looks you need you need a default route for the switch.</description>
      <pubDate>Mon, 08 May 2017 20:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-and-telnet-access/m-p/23453#M2299</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2017-05-08T20:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: ssh and telnet access</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-and-telnet-access/m-p/23454#M2300</link>
      <description>Are you able to ping the switch? Telnet and SSH both look to be setup correctly.&lt;BR /&gt;
&lt;BR /&gt;
The one thing that stands out to me is that there is no default route on the switch. Are you trying to reach the switch from within the 10.248.111.0/24 subnet? If not, you will need a default gateway on the switch, so it can get back to you.</description>
      <pubDate>Mon, 08 May 2017 20:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-and-telnet-access/m-p/23454#M2300</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2017-05-08T20:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: ssh and telnet access</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-and-telnet-access/m-p/23455#M2301</link>
      <description>the commands  " show iparp " "show fdb"&lt;BR /&gt;
&lt;BR /&gt;
might also help. this will show you if you have any ARP infos in the vlan you expect the IP communication. Also check if you not have an duplicate IP setup. that might cause the same results.&lt;BR /&gt;
&lt;BR /&gt;
an default route looks like that:&lt;BR /&gt;
configure iproute add default 10.248.111.254&lt;BR /&gt;
&lt;BR /&gt;
regards&lt;BR /&gt;
-&lt;BR /&gt;</description>
      <pubDate>Mon, 08 May 2017 20:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-and-telnet-access/m-p/23455#M2301</guid>
      <dc:creator>Bastian_Sprotte</dc:creator>
      <dc:date>2017-05-08T20:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: ssh and telnet access</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-and-telnet-access/m-p/23456#M2302</link>
      <description>Hi Guys thanks for the solutions i discovered that the switch is daisy chained to another switch as well as there isnt a default route... i will discuss this with my team so we can properly manage the switch thanks again &lt;BR /&gt;</description>
      <pubDate>Wed, 10 May 2017 18:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-and-telnet-access/m-p/23456#M2302</guid>
      <dc:creator>Lutha2</dc:creator>
      <dc:date>2017-05-10T18:23:00Z</dc:date>
    </item>
  </channel>
</rss>

