login as: admin Using keyboard-interactive authentication. Keyboard-interactive authentication Enter password for admin: ExtremeXOS Copyright (C) 1996-2015 Extreme Networks. All rights reserved. This product is protected by one or more US patents listed at http://www.extreme networks.com/patents along with their foreign counterparts. ============================================================================== Press the <tab> or '?' key at any time for completions. Remember to save your configuration changes. X460G2-48t-G4.1 # sh conf # # Module devmgr configuration. # configure snmp sysContact "support@extremenetworks.com, +1 888 257 3000" configure sys-recovery-level switch reset # # Module vlan configuration. # configure vlan default delete ports all configure vr VR-Default delete ports 1-54 configure vr VR-Default add ports 1-54 configure vlan default delete ports 1-54 create vlan "remote01" create vlan "remote02" configure ports 53 auto off speed 10000 duplex full configure ports 54 auto off speed 10000 duplex full configure vlan remote01 add ports 1 untagged configure vlan remote02 add ports 2 untagged configure vlan remote01 ipaddress 10.0.254.254 255.255.255.0 configure vlan remote02 ipaddress 192.168.254.254 255.255.255.0 # # Module fdb configuration. # # # Module rtmgr configuration. # # # Module mcmgr configuration. # # # Module aaa configuration. # configure account admin encrypted "thiswasremoved..." # # Module acl configuration. # # # Module bfd configuration. # # # Module ces configuration. # # # Module cfgmgr configuration. # # # Module dosprotect configuration. # # # Module dot1ag configuration. # # # Module eaps configuration. # # # Module edp configuration. # # # Module elrp configuration. # # # Module ems configuration. # # # Module epm configuration. # # # Module erps configuration. # # # Module esrp configuration. # # # Module ethoam configuration. # # # Module etmon configuration. # # # Module exsshd configuration. # configure ssh2 access-profile ssh2-acl enable ssh2 # # Module hal configuration. # # # Module idMgr configuration. # # # Module ipSecurity configuration. # # # Module ipfix configuration. # # # Module lldp configuration. # # # Module mrp configuration. # # # Module msdp configuration. # # # Module netLogin configuration. # # # Module netTools configuration. # enable dhcp vlan Default # # Module ntp configuration. # # # Module poe configuration. # # # Module rip configuration. # # # Module ripng configuration. # # # Module snmpMaster configuration. # # # Module stp configuration. # # # Module synce configuration. # # # Module techSupport configuration. # configure tech-support collector 12.38.14.200 tcp-port 800 ssl off # # Module telnetd configuration. # disable telnet # # Module tftpd configuration. # # # Module thttpd configuration. # configure ssl certificate hash-algorithm sha512 # # Module vmt configuration. # # # Module vsm configuration. # X460G2-48t-G4.2 #
X460G2-48t-G4.2 # show policy Policies at Policy Server: PolicyName ClientUsage Client BindCount -------------------------------------------------------------------------- ssh2-acl 1 exsshd 1 X460G2-48t-G4.3 # check policy ssh2-acl Policy file check successful. X460G2-48t-G4.4 # edit policy ssh2-acl entry AllowManagementIP { if match any { source-address 10.0.0.0/16 } then { permit; } } entry DenyAll { if match any { source-address 0.0.0.0/0; } then { deny; } }