SlideShare a Scribd company logo
1 of 8
Download to read offline
Aruba Mobility Access Switch Useful Commands – version 1
S3500 – release 7.2.1.0
Contents
Basic VLAN Configuration .......................................................................................................................................................1
Basic Route Commands...........................................................................................................................................................4
Useful Display Commands ......................................................................................................................................................6
ARUBA
R
POWER
STATUS
STACK
MENU
ENTER
0 1 2 3
2 4 6 8 10
3 5 7 9 111
14 16 18 20 22
15 17 19 21 2313
0 12
S2500-24T 4X10G PoE
n e t w o r k s
VLAN 1 (native)
VLAN 2
VLAN 4
VLAN 10
VLAN 100
172.16.0.3
192.168.2.3
192.168.4.3
192.168.10.3
192.168.100.5
VLAN Description Ports
---- ----------- -----
1 VLAN0001 GE0/0/10-11 GE0/0/16-19
2 vlan2 GE0/0/10 GE0/0/12-15
4 vlan4 GE0/0/10
10 vlan10 GE0/0/10 GE0/0/20-23
100 vlan100 GE0/0/0-10
1 VLAN0001 172.16.0.254
2 vlan2 192.168.2.4
4 vlan4 192.168.4.4
10 vlan10 192.168.10.4
100 vlan100 192.168.100.4
POWER
STATUS
3200
0
1000ACT
LNK
ACT
LNK
1
1000ACT
LNK
ACT
LNK
2
1000ACT
LNK
ACT
LNK
3
LNK
ACT
LNK
SERIAL
1000ACT
n e t w o r k s

Example Network
Basic VLAN Configuration
This will get you started, refer to the User Guide for a complete description of the below and the full list of commands in
the Aruba MAS switch platforms.
Create a VLAN
(ArubaS3500-24P) (config) #vlan 4
(ArubaS3500-24P) (VLAN "4") #description vlan4
(ArubaS3500-24P) (VLAN "4") #exit
(ArubaS3500-24P) (config) #
Apply an IP address to the VLAN
(The name of the interface-group profile is in BOLD)
(ArubaS3500-24P) (config) #interface vlan 4
(ArubaS3500-24P) (vlan "4") #ip address 192.168.4.10 255.255.255.0
(ArubaS3500-24P) (vlan "4") #mtu 1500
(ArubaS3500-24P) (vlan "4") #exit
(ArubaS3500-24P) (config) #
Create a switching-profile for the VLAN
(The name of the profile is in BOLD)
(ArubaS3500-24P) (config) #interface-profile switching-profile vlan4-sw
(ArubaS3500-24P) (switching profile "vlan4") #switchport-mode access
(ArubaS3500-24P) (switching profile "vlan4") #access-vlan 4
(ArubaS3500-24P) (switching profile "vlan4") #native-vlan 4
(ArubaS3500-24P) (switching profile "vlan4") #exit
(ArubaS3500-24P) (config) #
Only One of the next steps necessary
Apply the VLAN and switch-profile to a single interface or multiple interfaces
Add switch–profile to ONE gig interface (for adding to a single interface)
(ArubaS3500-24P) (config) #interface gigabitethernet 0/0/0
(ArubaS3500-24P) (gigabitethernet "0/0/8") #switching-profile vlan4-sw
(ArubaS3500-24P) (gigabitethernet "0/0/8") #exit
(ArubaS3500-24P) (config) #
Create interface-group to additional multiple gig interfaces (for adding to multiple interfaces)
(The name of the interface-group profile is in BOLD)
(ArubaS3500-24P) (config) #interface-group gigabitethernet vlan4-grp
(ArubaS3500-24P) (gigabitethernet "vlan4") #apply-to 0/0/0-0/0/3
(ArubaS3500-24P) (gigabitethernet "vlan4") #trusted port
(ArubaS3500-24P) (gigabitethernet "vlan4") #no shutdown
(ArubaS3500-24P) (gigabitethernet "vlan4") #switching-profile vlan4
(ArubaS3500-24P) (gigabitethernet "vlan4") #exit
(ArubaS3500-24P) (config) #exit
(ArubaS3500-24P) #write memory
Adding / Removing a port to an interface-group
(ArubaS3500-24P) (gigabitethernet "vlan4") #apply-to [add | remove] <interface-list>
Create a Trunk port for VLAN’s
(The name of the interface-group profile is in BOLD)
Adjust as necessary for native vlan, ports, etc.
(ArubaS3500-24P) (config) #interface-profile switching-profile TRUNK
(ArubaS3500-24P) (switching profile "TRUNK") #switchport-mode trunk
(ArubaS3500-24P) (switching profile "TRUNK") #native-vlan 2
(ArubaS3500-24P) (switching profile "TRUNK") #trunk allowed vlan all
(ArubaS3500-24P) (switching profile "TRUNK") #!
(ArubaS3500-24P) (config) #interface gigabitethernet 0/0/10
(ArubaS3500-24P) (gigabitethernet "0/0/10") #switching-profile TRUNK
(ArubaS3500-24P) (gigabitethernet "0/0/10") #!
(ArubaS3500-24P) (config) #
(ArubaS3500-24P) (config) #write memory
DHCP
(ArubaS3500-24P) (config) #ip dhcp pool vlan20-pool
(ArubaS3500-24P) (dhcp server profile "vlan20-pool") #?
clone Copy data from another dhcp server profile
default-router DHCP default router in A.B.C.D format
dns-server DNS servers in A.B.C.D format
domain-name Specify domain name
exclude-address Configure exclude address
lease DHCP server pool lease time (Default: 12 hours)
netbios-name-server Configure netbios name servers in A.B.C.D format
network DHCP server network pool
no Delete Command
option Configure server option
vendor-class-identifi.. Configure vendor-class-identifier (Default: ArubaAP)
Basic Route Commands
Accessing the IP route commands are available through the “ip-profile” in the Configuration mode
Create a Default Route
(ArubaS3500-24P) (config) #ip-profile
(ArubaS3500-24P) (ip-profile) #?
controller-ip Configure controller IP
default-gateway Specify default gateway
no Delete Command
prefix-list Configure prefix list
route Configure static route A.B.C.D
(ArubaS3500-24P) (ip-profile) #default-gateway 192.168.2.3
Create / Add a Static Route
While in the “ip-profile”
Network, Netmask, Next Hop IP
(ArubaS3500-24P) (ip-profile) #route 192.168.1.0 255.255.255.0 192.168.100.3
(ArubaS3500-24P) (ip-profile) #
show ip route
Display the connected and know IP routes
(ArubaS3500-24P) #show ip route
Codes: C - connected
O - OSPF, O(IA) - OSPF inter area
O(E1) - OSPF external type 1, O(E2) - OSPF external type 2
O(N1) - OSPF NSSA type 1, O(N2) - OSPF NSSA type 2
M - mgmt, S - static, * - candidate default
D - DHCP
Gateway of last resort is 192.168.2.3 to network 0.0.0.0 at cost 0
S * 0.0.0.0 /0 [0] via 192.168.2.3
S 192.168.1.0/24 [0] via 192.168.100.3
C 192.168.2.0/24 is directly connected: vlan2
C 192.168.2.4/32 is directly connected: vlan2
C 192.168.4.0/24 is directly connected: vlan4
C 192.168.4.4/32 is directly connected: vlan4
C 192.168.10.0/24 is directly connected: vlan10
C 192.168.10.4/32 is directly connected: vlan10
C 192.168.100.0/24 is directly connected: vlan100
C 192.168.100.4/32 is directly connected: vlan100
show ip interface brief
Display a quick review of the IP addresses assigned to VLAN’s and the status
(ArubaS3500-24P) #show ip interface brief
Interface IP Address / IP Netmask Admin Protocol
vlan 1 unassigned / unassigned Up Up
vlan 10 192.168.10.4 / 255.255.255.0 Up Up
vlan 100 192.168.100.4 / 255.255.255.0 Up Up
vlan 2 192.168.2.4 / 255.255.255.0 Up Up
vlan 4 192.168.4.4 / 255.255.255.0 Up Up
mgmt 172.16.0.254 / 255.255.255.0 Up Down
Useful Display Commands
Note the similarity to other switch CLI commands you may already be familiar with
show vlan
Show the vlan’s defined and ports assigned
(ArubaS3500-24P) #show vlan
VLAN CONFIGURATION
------------------
VLAN Description Ports
---- ----------- -----
1 VLAN0001 GE0/0/10-11 GE0/0/16-19
2 vlan2 GE0/0/10 GE0/0/12-15
4 vlan4 GE0/0/10
10 vlan10 GE0/0/10 GE0/0/20-23
100 vlan100 GE0/0/0-10
show vlan detail
Show vlan active ports, access/ trunk ports
(ArubaS3500-24P) #show vlan detail
U - Untagged member, T - Tagged member
* - Active interface
Dot1q tag: 100, Description: vlan100
Number of interfaces: 11, Active: 2, Non-Blocking: 2
VLAN membership:
Access:
GE0/0/0(U) GE0/0/1(U) GE0/0/2*(U) GE0/0/3(U)
GE0/0/4(U) GE0/0/5(U) GE0/0/6(U) GE0/0/7(U)
GE0/0/8(U) GE0/0/9(U)
Trunk:
GE0/0/10*(T)
show vlan extensive
Show tagged/untagged, trusted, access/trunk, IGMP, MAC aging
(ArubaS3500-24P) #show vlan extensive
Dot1q tag: 1, Description: VLAN0001
IGMP-snooping profile name: igmp-snooping-factory-initial
IGMP-snooping: Enabled
IGMP-snooping proxy: Disabled
MSTP instance: 0
MAC aging time: 5 minutes
Number of interfaces: 6, Active: 1, Non-Blocking: 1
VLAN membership:
GE0/0/10* Trunk Trusted Untagged
GE0/0/10* Trunk Trusted Tagged
GE0/0/11 Access Trusted Untagged
GE0/0/16 Access Trusted Untagged
GE0/0/17 Access Trusted Untagged
GE0/0/18 Access Trusted Untagged
GE0/0/19 Access Trusted Untagged
show interface vlan xxx
Display administrative status, Line protocol, IP address, encapsulation and MTU size
(ArubaS3500-24P) #show interface vlan 100
VLAN100 is administratively Up, Line protocol is Up
Hardware is CPU Interface, Address is 00:0b:86:6b:3d:80
Description: 802.1Q VLAN
Internet address is 192.168.100.4, Netmask is 255.255.255.0
IPV6 link-local address is fe80::b:8600:646b:3d80
Global Unicast address(es):
Routing interface is enabled, Forwarding mode is enabled
Directed broadcast is disabled, BCMC Optimization disabled
Encapsulation 802, Loopback not set
Interface index: 50331748
MTU 1500 bytes
show vlan-profile
Display additional profiles assigned to a VLAN
(ArubaS3500-24P) #show vlan-profile ?
igmp-snooping-profile Show an igmp-snooping-profile
mld-snooping-profile Show a mld-snooping-profile
pvst-profile Show a pvst-profile
show interface gigabitethernet X/X/X
Display a specific port configuration, input/output counters, frame stats
(ArubaS3500-24P) #show interface gigabitethernet 0/0/10
GE0/0/10 is administratively Up, Link is Up, Line protocol is Up
Hardware is Gigabit Ethernet, Interface is GE0/0/10, Address is 00:0b:86:6b:3d:8c
Encapsulation ARPA, Loopback not set
Configured: duplex (Auto), Speed (Auto), FC (Off), Autoneg (On)
Negotiated: duplex (Full), Speed (1 Gbps)
Interface index: 11
MTU 1514 bytes
Link flaps: 1
Flags: Trunk, Trusted
Link status last changed: 0d 01:37:04 ago
Last update of counters: 0d 00:00:06 ago
Last clearing of counters: 0d 01:38:25 ago
Statistics:
Received 6334 frames, 835698 octets
0 pps, 0 bps
3804 unicast, 10 multicast, 2520 broadcast
0 runts, 0 giants, 0 throttles
0 error octets, 0 CRC frames
Transmitted 9653 frames, 1868419 octets
0 pps, 489 bps
5321 unicast, 3276 multicast, 1056 broadcast
0 throttles, 0 errors octets, 0 deferred
0 collisions, 0 late collisions
PoE Information:
Administratively Enable, Port status: Off, Power consumption: 0 mW
PSE port status: Off, non-standard PD
When necessary you can clear the interface counters
(ArubaS3500-24P) #clear counters gigabitethernet 0/0/10
Port Mirroring
Create a mirroring-profile, READ the DOC, there are caveats related to enabling mirroring
(The name of the profile is in BOLD)
(ArubaS3500-24P) (config) #interface-profile mirroring-profile VOIP
(ArubaS3500-24P) (Mirroring profile "VOIP") #destination gigabitethernet 0/0/16 (has packet capture)
(ArubaS3500-24P) (Mirroring profile "VOIP") #ratio 1 (ratio 1:1 = mirror all packets)
(ArubaS3500-24P) (Mirroring profile "VOIP") #exit
(ArubaS3500-24P) (config) #
(ArubaS3500-24P) (config) #interface gigabitethernet 0/0/20 (port traffic to be mirrored)
(ArubaS3500-24P) (gigabitethernet "0/0/20") #mirroring-in-profile VOIP
(ArubaS3500-24P) (gigabitethernet "0/0/20") #mirroring-out-profile VOIP
(ArubaS3500-24P) (gigabitethernet "0/0/20") #exit
(ArubaS3500-24P) (config) #exit
(ArubaS3500-24P) #write memory
Saving Configuration...

More Related Content

What's hot

Campus_Network_Design_with_ArubaOS-CX_-_Leading_Practices
Campus_Network_Design_with_ArubaOS-CX_-_Leading_PracticesCampus_Network_Design_with_ArubaOS-CX_-_Leading_Practices
Campus_Network_Design_with_ArubaOS-CX_-_Leading_PracticesRoanVillalobos1
 

What's hot (20)

Virtual Intranet Access (VIA)
Virtual Intranet Access (VIA)Virtual Intranet Access (VIA)
Virtual Intranet Access (VIA)
 
EMEA Airheads- ArubaOS - Cluster Manager
EMEA Airheads- ArubaOS - Cluster ManagerEMEA Airheads- ArubaOS - Cluster Manager
EMEA Airheads- ArubaOS - Cluster Manager
 
Aruba instant 6.4.0.2 4.1 user guide
Aruba instant 6.4.0.2 4.1 user guideAruba instant 6.4.0.2 4.1 user guide
Aruba instant 6.4.0.2 4.1 user guide
 
Airwaveand arubabestpracticesguide
Airwaveand arubabestpracticesguideAirwaveand arubabestpracticesguide
Airwaveand arubabestpracticesguide
 
Apple Captive Network Assistant Bypass with ClearPass Guest
Apple Captive Network Assistant Bypass with ClearPass GuestApple Captive Network Assistant Bypass with ClearPass Guest
Apple Captive Network Assistant Bypass with ClearPass Guest
 
Guest Access with ArubaOS
Guest Access with ArubaOSGuest Access with ArubaOS
Guest Access with ArubaOS
 
EMEA Airheads- Aruba OS- Mobile First Platform– Aruba OS 8.0 introduction
EMEA Airheads- Aruba OS- Mobile First Platform– Aruba OS 8.0 introductionEMEA Airheads- Aruba OS- Mobile First Platform– Aruba OS 8.0 introduction
EMEA Airheads- Aruba OS- Mobile First Platform– Aruba OS 8.0 introduction
 
Overview of Major Aruba Switching Features incl. Smart Rate for Multi-Gig Ports
Overview of Major Aruba Switching Features incl. Smart Rate for Multi-Gig PortsOverview of Major Aruba Switching Features incl. Smart Rate for Multi-Gig Ports
Overview of Major Aruba Switching Features incl. Smart Rate for Multi-Gig Ports
 
Large scale, distributed access management deployment with aruba clear pass
Large scale, distributed access management deployment with aruba clear passLarge scale, distributed access management deployment with aruba clear pass
Large scale, distributed access management deployment with aruba clear pass
 
EMEA Airheads- Aruba Central with Instant AP
EMEA Airheads- Aruba Central with Instant APEMEA Airheads- Aruba Central with Instant AP
EMEA Airheads- Aruba Central with Instant AP
 
Campus Redundancy Models
Campus Redundancy ModelsCampus Redundancy Models
Campus Redundancy Models
 
Aruba OS 6.4 User Guide
Aruba OS 6.4 User GuideAruba OS 6.4 User Guide
Aruba OS 6.4 User Guide
 
Campus_Network_Design_with_ArubaOS-CX_-_Leading_Practices
Campus_Network_Design_with_ArubaOS-CX_-_Leading_PracticesCampus_Network_Design_with_ArubaOS-CX_-_Leading_Practices
Campus_Network_Design_with_ArubaOS-CX_-_Leading_Practices
 
Access Management with Aruba ClearPass
Access Management with Aruba ClearPassAccess Management with Aruba ClearPass
Access Management with Aruba ClearPass
 
Aruba OS 7.3 Command Line Interface Reference Guide
Aruba OS 7.3 Command Line Interface Reference GuideAruba OS 7.3 Command Line Interface Reference Guide
Aruba OS 7.3 Command Line Interface Reference Guide
 
Aruba OS 6.3 Command Line Interface Reference Guide
Aruba OS 6.3 Command Line Interface Reference GuideAruba OS 6.3 Command Line Interface Reference Guide
Aruba OS 6.3 Command Line Interface Reference Guide
 
Aruba Mobility Controllers
Aruba Mobility ControllersAruba Mobility Controllers
Aruba Mobility Controllers
 
Advanced rf troubleshooting_peter lane
Advanced rf troubleshooting_peter laneAdvanced rf troubleshooting_peter lane
Advanced rf troubleshooting_peter lane
 
ClearPass Policy Model - An Introduction
ClearPass Policy Model - An IntroductionClearPass Policy Model - An Introduction
ClearPass Policy Model - An Introduction
 
WLAN Design for Location, Voice & Video
WLAN Design for Location, Voice & VideoWLAN Design for Location, Voice & Video
WLAN Design for Location, Voice & Video
 

Viewers also liked

Case study migrating 1800 a ps to 7240 mobility controllers_douglas burke_ste...
Case study migrating 1800 a ps to 7240 mobility controllers_douglas burke_ste...Case study migrating 1800 a ps to 7240 mobility controllers_douglas burke_ste...
Case study migrating 1800 a ps to 7240 mobility controllers_douglas burke_ste...Aruba, a Hewlett Packard Enterprise company
 
Byod and guest access workshop enabling byod carlos gomez gallego_network ser...
Byod and guest access workshop enabling byod carlos gomez gallego_network ser...Byod and guest access workshop enabling byod carlos gomez gallego_network ser...
Byod and guest access workshop enabling byod carlos gomez gallego_network ser...Aruba, a Hewlett Packard Enterprise company
 

Viewers also liked (20)

Air group configuration howto with clearpass 6 v1.2(1)
Air group configuration howto with clearpass 6 v1.2(1)Air group configuration howto with clearpass 6 v1.2(1)
Air group configuration howto with clearpass 6 v1.2(1)
 
Creating an 802 1 xv3
Creating an 802 1 xv3Creating an 802 1 xv3
Creating an 802 1 xv3
 
Rap split tunnelv2
Rap split tunnelv2Rap split tunnelv2
Rap split tunnelv2
 
Create a spectrum analysis ap group
Create a spectrum analysis ap groupCreate a spectrum analysis ap group
Create a spectrum analysis ap group
 
Aruba instant iap setup rev3
Aruba instant iap setup rev3Aruba instant iap setup rev3
Aruba instant iap setup rev3
 
Cisco switch setup with cppm v1.2
Cisco switch setup with cppm v1.2Cisco switch setup with cppm v1.2
Cisco switch setup with cppm v1.2
 
Aruba clearpass ebook_chpt1_final
Aruba clearpass ebook_chpt1_finalAruba clearpass ebook_chpt1_final
Aruba clearpass ebook_chpt1_final
 
Hello instant 0612_1a
Hello instant 0612_1aHello instant 0612_1a
Hello instant 0612_1a
 
Case study migrating 1800 a ps to 7240 mobility controllers_douglas burke_ste...
Case study migrating 1800 a ps to 7240 mobility controllers_douglas burke_ste...Case study migrating 1800 a ps to 7240 mobility controllers_douglas burke_ste...
Case study migrating 1800 a ps to 7240 mobility controllers_douglas burke_ste...
 
Aruba instant the easy button for wireless gokul rajagopalan
Aruba instant the easy button for wireless gokul rajagopalanAruba instant the easy button for wireless gokul rajagopalan
Aruba instant the easy button for wireless gokul rajagopalan
 
2012 ah emea advanced mobility design
2012 ah emea   advanced mobility design2012 ah emea   advanced mobility design
2012 ah emea advanced mobility design
 
2012 ah vegas top10 tips from aruba tac
2012 ah vegas   top10 tips from aruba tac2012 ah vegas   top10 tips from aruba tac
2012 ah vegas top10 tips from aruba tac
 
Guest wlan via gu iv3
Guest wlan via gu iv3Guest wlan via gu iv3
Guest wlan via gu iv3
 
Do d directives regarding wireless lan
Do d directives regarding wireless lanDo d directives regarding wireless lan
Do d directives regarding wireless lan
 
Byod and guest access workshop enabling byod carlos gomez gallego_network ser...
Byod and guest access workshop enabling byod carlos gomez gallego_network ser...Byod and guest access workshop enabling byod carlos gomez gallego_network ser...
Byod and guest access workshop enabling byod carlos gomez gallego_network ser...
 
2012 ah vegas remote networking fundamentals
2012 ah vegas   remote networking fundamentals2012 ah vegas   remote networking fundamentals
2012 ah vegas remote networking fundamentals
 
2012 ah vegas guest access fundamentals
2012 ah vegas   guest access fundamentals2012 ah vegas   guest access fundamentals
2012 ah vegas guest access fundamentals
 
Security intermediate practical cryptography_certs_and 802.1_x_rich langston...
Security intermediate  practical cryptography_certs_and 802.1_x_rich langston...Security intermediate  practical cryptography_certs_and 802.1_x_rich langston...
Security intermediate practical cryptography_certs_and 802.1_x_rich langston...
 
Airheads vail 2011 pci 2.0 compliance
Airheads vail 2011   pci 2.0 complianceAirheads vail 2011   pci 2.0 compliance
Airheads vail 2011 pci 2.0 compliance
 
Aruba webinar dorm wi fi design v4
Aruba webinar   dorm wi fi design v4Aruba webinar   dorm wi fi design v4
Aruba webinar dorm wi fi design v4
 

Similar to Aruba mobility access switch useful commands v2

Cisco asa active,active failover configuration
Cisco asa active,active failover configurationCisco asa active,active failover configuration
Cisco asa active,active failover configurationIT Tech
 
cisco-sf350-24mp-datasheet.pdf
cisco-sf350-24mp-datasheet.pdfcisco-sf350-24mp-datasheet.pdf
cisco-sf350-24mp-datasheet.pdfHi-Network.com
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2alan moreno
 
Lab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingLab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingMuhd Mu'izuddin
 
Ccna 4 final lab switchi
Ccna 4 final lab switchiCcna 4 final lab switchi
Ccna 4 final lab switchiLeandro Uglar
 
cisco-sg350-28p-datasheet.pdf
cisco-sg350-28p-datasheet.pdfcisco-sg350-28p-datasheet.pdf
cisco-sg350-28p-datasheet.pdfHi-Network.com
 
Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000Vinod Kumar Balasubramanyam
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructionstrayyoo
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 33c telecom
 
Ccna lab manual 640 802
Ccna lab manual 640 802Ccna lab manual 640 802
Ccna lab manual 640 802manikkan
 

Similar to Aruba mobility access switch useful commands v2 (20)

PROYECTO VLANS
PROYECTO VLANSPROYECTO VLANS
PROYECTO VLANS
 
Cisco asa active,active failover configuration
Cisco asa active,active failover configurationCisco asa active,active failover configuration
Cisco asa active,active failover configuration
 
cisco-sf350-24mp-datasheet.pdf
cisco-sf350-24mp-datasheet.pdfcisco-sf350-24mp-datasheet.pdf
cisco-sf350-24mp-datasheet.pdf
 
Day 13.1..1 catalyst switch
Day 13.1..1 catalyst switchDay 13.1..1 catalyst switch
Day 13.1..1 catalyst switch
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2
 
Lab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingLab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routing
 
Configuracion EIGRP
Configuracion EIGRPConfiguracion EIGRP
Configuracion EIGRP
 
Ccna 4 final lab switchi
Ccna 4 final lab switchiCcna 4 final lab switchi
Ccna 4 final lab switchi
 
cisco-sg350-28p-datasheet.pdf
cisco-sg350-28p-datasheet.pdfcisco-sg350-28p-datasheet.pdf
cisco-sg350-28p-datasheet.pdf
 
Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000
 
Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000
 
Day 14.2 configuringvla ns
Day 14.2 configuringvla nsDay 14.2 configuringvla ns
Day 14.2 configuringvla ns
 
Lab6.4.1
Lab6.4.1Lab6.4.1
Lab6.4.1
 
portfolio2
portfolio2portfolio2
portfolio2
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructions
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3
 
1-300-206 (SENSS)=Firewall (642-618)
1-300-206 (SENSS)=Firewall (642-618) 1-300-206 (SENSS)=Firewall (642-618)
1-300-206 (SENSS)=Firewall (642-618)
 
Ccnp3 lab 3_4_en
Ccnp3 lab 3_4_enCcnp3 lab 3_4_en
Ccnp3 lab 3_4_en
 
Ccnp3 lab 3_4_en
Ccnp3 lab 3_4_enCcnp3 lab 3_4_en
Ccnp3 lab 3_4_en
 
Ccna lab manual 640 802
Ccna lab manual 640 802Ccna lab manual 640 802
Ccna lab manual 640 802
 

More from Aruba, a Hewlett Packard Enterprise company

More from Aruba, a Hewlett Packard Enterprise company (20)

Airheads Tech Talks: Cloud Guest SSID on Aruba Central
Airheads Tech Talks: Cloud Guest SSID on Aruba CentralAirheads Tech Talks: Cloud Guest SSID on Aruba Central
Airheads Tech Talks: Cloud Guest SSID on Aruba Central
 
Airheads Tech Talks: Understanding ClearPass OnGuard Agents
Airheads Tech Talks: Understanding ClearPass OnGuard AgentsAirheads Tech Talks: Understanding ClearPass OnGuard Agents
Airheads Tech Talks: Understanding ClearPass OnGuard Agents
 
EMEA Airheads_ Advance Aruba Central
EMEA Airheads_ Advance Aruba CentralEMEA Airheads_ Advance Aruba Central
EMEA Airheads_ Advance Aruba Central
 
EMEA Airheads_ Aruba AppRF – AOS 6.x & 8.x
EMEA Airheads_ Aruba AppRF – AOS 6.x & 8.xEMEA Airheads_ Aruba AppRF – AOS 6.x & 8.x
EMEA Airheads_ Aruba AppRF – AOS 6.x & 8.x
 
EMEA Airheads- Switch stacking_ ArubaOS Switch
EMEA Airheads- Switch stacking_ ArubaOS SwitchEMEA Airheads- Switch stacking_ ArubaOS Switch
EMEA Airheads- Switch stacking_ ArubaOS Switch
 
EMEA Airheads- LACP and distributed LACP – ArubaOS Switch
EMEA Airheads- LACP and distributed LACP – ArubaOS SwitchEMEA Airheads- LACP and distributed LACP – ArubaOS Switch
EMEA Airheads- LACP and distributed LACP – ArubaOS Switch
 
Introduction to AirWave 10
Introduction to AirWave 10Introduction to AirWave 10
Introduction to AirWave 10
 
EMEA Airheads- Virtual Switching Framework- Aruba OS Switch
EMEA Airheads- Virtual Switching Framework- Aruba OS SwitchEMEA Airheads- Virtual Switching Framework- Aruba OS Switch
EMEA Airheads- Virtual Switching Framework- Aruba OS Switch
 
EMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.x
EMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.xEMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.x
EMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.x
 
EMEA Airheads- Getting Started with the ClearPass REST API – CPPM
EMEA Airheads-  Getting Started with the ClearPass REST API – CPPMEMEA Airheads-  Getting Started with the ClearPass REST API – CPPM
EMEA Airheads- Getting Started with the ClearPass REST API – CPPM
 
EMEA Airheads - AP Discovery Logic and AP Deployment
EMEA Airheads - AP Discovery Logic and AP DeploymentEMEA Airheads - AP Discovery Logic and AP Deployment
EMEA Airheads - AP Discovery Logic and AP Deployment
 
EMEA Airheads- Manage Devices at Branch Office (BOC)
EMEA Airheads- Manage Devices at Branch Office (BOC)EMEA Airheads- Manage Devices at Branch Office (BOC)
EMEA Airheads- Manage Devices at Branch Office (BOC)
 
EMEA Airheads - What does AirMatch do differently?v2
 EMEA Airheads - What does AirMatch do differently?v2 EMEA Airheads - What does AirMatch do differently?v2
EMEA Airheads - What does AirMatch do differently?v2
 
Airheads Meetups: 8400 Presentation
Airheads Meetups: 8400 PresentationAirheads Meetups: 8400 Presentation
Airheads Meetups: 8400 Presentation
 
Airheads Meetups: Ekahau Presentation
Airheads Meetups: Ekahau PresentationAirheads Meetups: Ekahau Presentation
Airheads Meetups: Ekahau Presentation
 
Airheads Meetups- High density WLAN
Airheads Meetups- High density WLANAirheads Meetups- High density WLAN
Airheads Meetups- High density WLAN
 
Airheads Meetups- Avans Hogeschool goes Aruba
Airheads Meetups- Avans Hogeschool goes ArubaAirheads Meetups- Avans Hogeschool goes Aruba
Airheads Meetups- Avans Hogeschool goes Aruba
 
EMEA Airheads - Configuring different APIs in Aruba 8.x
EMEA Airheads - Configuring different APIs  in Aruba 8.x EMEA Airheads - Configuring different APIs  in Aruba 8.x
EMEA Airheads - Configuring different APIs in Aruba 8.x
 
EMEA Airheads - Aruba Remote Access Point (RAP) Troubleshooting
EMEA Airheads - Aruba Remote Access Point (RAP) TroubleshootingEMEA Airheads - Aruba Remote Access Point (RAP) Troubleshooting
EMEA Airheads - Aruba Remote Access Point (RAP) Troubleshooting
 
EMEA Airheads - Multi zone ap and centralized image upgrade
EMEA Airheads - Multi zone ap and centralized image upgradeEMEA Airheads - Multi zone ap and centralized image upgrade
EMEA Airheads - Multi zone ap and centralized image upgrade
 

Recently uploaded

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 

Recently uploaded (20)

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 

Aruba mobility access switch useful commands v2

  • 1. Aruba Mobility Access Switch Useful Commands – version 1 S3500 – release 7.2.1.0 Contents Basic VLAN Configuration .......................................................................................................................................................1 Basic Route Commands...........................................................................................................................................................4 Useful Display Commands ......................................................................................................................................................6 ARUBA R POWER STATUS STACK MENU ENTER 0 1 2 3 2 4 6 8 10 3 5 7 9 111 14 16 18 20 22 15 17 19 21 2313 0 12 S2500-24T 4X10G PoE n e t w o r k s VLAN 1 (native) VLAN 2 VLAN 4 VLAN 10 VLAN 100 172.16.0.3 192.168.2.3 192.168.4.3 192.168.10.3 192.168.100.5 VLAN Description Ports ---- ----------- ----- 1 VLAN0001 GE0/0/10-11 GE0/0/16-19 2 vlan2 GE0/0/10 GE0/0/12-15 4 vlan4 GE0/0/10 10 vlan10 GE0/0/10 GE0/0/20-23 100 vlan100 GE0/0/0-10 1 VLAN0001 172.16.0.254 2 vlan2 192.168.2.4 4 vlan4 192.168.4.4 10 vlan10 192.168.10.4 100 vlan100 192.168.100.4 POWER STATUS 3200 0 1000ACT LNK ACT LNK 1 1000ACT LNK ACT LNK 2 1000ACT LNK ACT LNK 3 LNK ACT LNK SERIAL 1000ACT n e t w o r k s  Example Network Basic VLAN Configuration This will get you started, refer to the User Guide for a complete description of the below and the full list of commands in the Aruba MAS switch platforms. Create a VLAN (ArubaS3500-24P) (config) #vlan 4 (ArubaS3500-24P) (VLAN "4") #description vlan4 (ArubaS3500-24P) (VLAN "4") #exit (ArubaS3500-24P) (config) # Apply an IP address to the VLAN (The name of the interface-group profile is in BOLD) (ArubaS3500-24P) (config) #interface vlan 4 (ArubaS3500-24P) (vlan "4") #ip address 192.168.4.10 255.255.255.0 (ArubaS3500-24P) (vlan "4") #mtu 1500 (ArubaS3500-24P) (vlan "4") #exit (ArubaS3500-24P) (config) #
  • 2. Create a switching-profile for the VLAN (The name of the profile is in BOLD) (ArubaS3500-24P) (config) #interface-profile switching-profile vlan4-sw (ArubaS3500-24P) (switching profile "vlan4") #switchport-mode access (ArubaS3500-24P) (switching profile "vlan4") #access-vlan 4 (ArubaS3500-24P) (switching profile "vlan4") #native-vlan 4 (ArubaS3500-24P) (switching profile "vlan4") #exit (ArubaS3500-24P) (config) # Only One of the next steps necessary Apply the VLAN and switch-profile to a single interface or multiple interfaces Add switch–profile to ONE gig interface (for adding to a single interface) (ArubaS3500-24P) (config) #interface gigabitethernet 0/0/0 (ArubaS3500-24P) (gigabitethernet "0/0/8") #switching-profile vlan4-sw (ArubaS3500-24P) (gigabitethernet "0/0/8") #exit (ArubaS3500-24P) (config) # Create interface-group to additional multiple gig interfaces (for adding to multiple interfaces) (The name of the interface-group profile is in BOLD) (ArubaS3500-24P) (config) #interface-group gigabitethernet vlan4-grp (ArubaS3500-24P) (gigabitethernet "vlan4") #apply-to 0/0/0-0/0/3 (ArubaS3500-24P) (gigabitethernet "vlan4") #trusted port (ArubaS3500-24P) (gigabitethernet "vlan4") #no shutdown (ArubaS3500-24P) (gigabitethernet "vlan4") #switching-profile vlan4 (ArubaS3500-24P) (gigabitethernet "vlan4") #exit (ArubaS3500-24P) (config) #exit (ArubaS3500-24P) #write memory Adding / Removing a port to an interface-group (ArubaS3500-24P) (gigabitethernet "vlan4") #apply-to [add | remove] <interface-list>
  • 3. Create a Trunk port for VLAN’s (The name of the interface-group profile is in BOLD) Adjust as necessary for native vlan, ports, etc. (ArubaS3500-24P) (config) #interface-profile switching-profile TRUNK (ArubaS3500-24P) (switching profile "TRUNK") #switchport-mode trunk (ArubaS3500-24P) (switching profile "TRUNK") #native-vlan 2 (ArubaS3500-24P) (switching profile "TRUNK") #trunk allowed vlan all (ArubaS3500-24P) (switching profile "TRUNK") #! (ArubaS3500-24P) (config) #interface gigabitethernet 0/0/10 (ArubaS3500-24P) (gigabitethernet "0/0/10") #switching-profile TRUNK (ArubaS3500-24P) (gigabitethernet "0/0/10") #! (ArubaS3500-24P) (config) # (ArubaS3500-24P) (config) #write memory DHCP (ArubaS3500-24P) (config) #ip dhcp pool vlan20-pool (ArubaS3500-24P) (dhcp server profile "vlan20-pool") #? clone Copy data from another dhcp server profile default-router DHCP default router in A.B.C.D format dns-server DNS servers in A.B.C.D format domain-name Specify domain name exclude-address Configure exclude address lease DHCP server pool lease time (Default: 12 hours) netbios-name-server Configure netbios name servers in A.B.C.D format network DHCP server network pool no Delete Command option Configure server option vendor-class-identifi.. Configure vendor-class-identifier (Default: ArubaAP)
  • 4. Basic Route Commands Accessing the IP route commands are available through the “ip-profile” in the Configuration mode Create a Default Route (ArubaS3500-24P) (config) #ip-profile (ArubaS3500-24P) (ip-profile) #? controller-ip Configure controller IP default-gateway Specify default gateway no Delete Command prefix-list Configure prefix list route Configure static route A.B.C.D (ArubaS3500-24P) (ip-profile) #default-gateway 192.168.2.3 Create / Add a Static Route While in the “ip-profile” Network, Netmask, Next Hop IP (ArubaS3500-24P) (ip-profile) #route 192.168.1.0 255.255.255.0 192.168.100.3 (ArubaS3500-24P) (ip-profile) # show ip route Display the connected and know IP routes (ArubaS3500-24P) #show ip route Codes: C - connected O - OSPF, O(IA) - OSPF inter area O(E1) - OSPF external type 1, O(E2) - OSPF external type 2 O(N1) - OSPF NSSA type 1, O(N2) - OSPF NSSA type 2 M - mgmt, S - static, * - candidate default D - DHCP Gateway of last resort is 192.168.2.3 to network 0.0.0.0 at cost 0 S * 0.0.0.0 /0 [0] via 192.168.2.3 S 192.168.1.0/24 [0] via 192.168.100.3 C 192.168.2.0/24 is directly connected: vlan2 C 192.168.2.4/32 is directly connected: vlan2 C 192.168.4.0/24 is directly connected: vlan4 C 192.168.4.4/32 is directly connected: vlan4 C 192.168.10.0/24 is directly connected: vlan10 C 192.168.10.4/32 is directly connected: vlan10 C 192.168.100.0/24 is directly connected: vlan100 C 192.168.100.4/32 is directly connected: vlan100
  • 5. show ip interface brief Display a quick review of the IP addresses assigned to VLAN’s and the status (ArubaS3500-24P) #show ip interface brief Interface IP Address / IP Netmask Admin Protocol vlan 1 unassigned / unassigned Up Up vlan 10 192.168.10.4 / 255.255.255.0 Up Up vlan 100 192.168.100.4 / 255.255.255.0 Up Up vlan 2 192.168.2.4 / 255.255.255.0 Up Up vlan 4 192.168.4.4 / 255.255.255.0 Up Up mgmt 172.16.0.254 / 255.255.255.0 Up Down
  • 6. Useful Display Commands Note the similarity to other switch CLI commands you may already be familiar with show vlan Show the vlan’s defined and ports assigned (ArubaS3500-24P) #show vlan VLAN CONFIGURATION ------------------ VLAN Description Ports ---- ----------- ----- 1 VLAN0001 GE0/0/10-11 GE0/0/16-19 2 vlan2 GE0/0/10 GE0/0/12-15 4 vlan4 GE0/0/10 10 vlan10 GE0/0/10 GE0/0/20-23 100 vlan100 GE0/0/0-10 show vlan detail Show vlan active ports, access/ trunk ports (ArubaS3500-24P) #show vlan detail U - Untagged member, T - Tagged member * - Active interface Dot1q tag: 100, Description: vlan100 Number of interfaces: 11, Active: 2, Non-Blocking: 2 VLAN membership: Access: GE0/0/0(U) GE0/0/1(U) GE0/0/2*(U) GE0/0/3(U) GE0/0/4(U) GE0/0/5(U) GE0/0/6(U) GE0/0/7(U) GE0/0/8(U) GE0/0/9(U) Trunk: GE0/0/10*(T) show vlan extensive Show tagged/untagged, trusted, access/trunk, IGMP, MAC aging (ArubaS3500-24P) #show vlan extensive Dot1q tag: 1, Description: VLAN0001 IGMP-snooping profile name: igmp-snooping-factory-initial IGMP-snooping: Enabled IGMP-snooping proxy: Disabled MSTP instance: 0 MAC aging time: 5 minutes Number of interfaces: 6, Active: 1, Non-Blocking: 1 VLAN membership: GE0/0/10* Trunk Trusted Untagged GE0/0/10* Trunk Trusted Tagged GE0/0/11 Access Trusted Untagged GE0/0/16 Access Trusted Untagged GE0/0/17 Access Trusted Untagged GE0/0/18 Access Trusted Untagged
  • 7. GE0/0/19 Access Trusted Untagged show interface vlan xxx Display administrative status, Line protocol, IP address, encapsulation and MTU size (ArubaS3500-24P) #show interface vlan 100 VLAN100 is administratively Up, Line protocol is Up Hardware is CPU Interface, Address is 00:0b:86:6b:3d:80 Description: 802.1Q VLAN Internet address is 192.168.100.4, Netmask is 255.255.255.0 IPV6 link-local address is fe80::b:8600:646b:3d80 Global Unicast address(es): Routing interface is enabled, Forwarding mode is enabled Directed broadcast is disabled, BCMC Optimization disabled Encapsulation 802, Loopback not set Interface index: 50331748 MTU 1500 bytes show vlan-profile Display additional profiles assigned to a VLAN (ArubaS3500-24P) #show vlan-profile ? igmp-snooping-profile Show an igmp-snooping-profile mld-snooping-profile Show a mld-snooping-profile pvst-profile Show a pvst-profile show interface gigabitethernet X/X/X Display a specific port configuration, input/output counters, frame stats (ArubaS3500-24P) #show interface gigabitethernet 0/0/10 GE0/0/10 is administratively Up, Link is Up, Line protocol is Up Hardware is Gigabit Ethernet, Interface is GE0/0/10, Address is 00:0b:86:6b:3d:8c Encapsulation ARPA, Loopback not set Configured: duplex (Auto), Speed (Auto), FC (Off), Autoneg (On) Negotiated: duplex (Full), Speed (1 Gbps) Interface index: 11 MTU 1514 bytes Link flaps: 1 Flags: Trunk, Trusted Link status last changed: 0d 01:37:04 ago Last update of counters: 0d 00:00:06 ago Last clearing of counters: 0d 01:38:25 ago Statistics: Received 6334 frames, 835698 octets 0 pps, 0 bps 3804 unicast, 10 multicast, 2520 broadcast
  • 8. 0 runts, 0 giants, 0 throttles 0 error octets, 0 CRC frames Transmitted 9653 frames, 1868419 octets 0 pps, 489 bps 5321 unicast, 3276 multicast, 1056 broadcast 0 throttles, 0 errors octets, 0 deferred 0 collisions, 0 late collisions PoE Information: Administratively Enable, Port status: Off, Power consumption: 0 mW PSE port status: Off, non-standard PD When necessary you can clear the interface counters (ArubaS3500-24P) #clear counters gigabitethernet 0/0/10 Port Mirroring Create a mirroring-profile, READ the DOC, there are caveats related to enabling mirroring (The name of the profile is in BOLD) (ArubaS3500-24P) (config) #interface-profile mirroring-profile VOIP (ArubaS3500-24P) (Mirroring profile "VOIP") #destination gigabitethernet 0/0/16 (has packet capture) (ArubaS3500-24P) (Mirroring profile "VOIP") #ratio 1 (ratio 1:1 = mirror all packets) (ArubaS3500-24P) (Mirroring profile "VOIP") #exit (ArubaS3500-24P) (config) # (ArubaS3500-24P) (config) #interface gigabitethernet 0/0/20 (port traffic to be mirrored) (ArubaS3500-24P) (gigabitethernet "0/0/20") #mirroring-in-profile VOIP (ArubaS3500-24P) (gigabitethernet "0/0/20") #mirroring-out-profile VOIP (ArubaS3500-24P) (gigabitethernet "0/0/20") #exit (ArubaS3500-24P) (config) #exit (ArubaS3500-24P) #write memory Saving Configuration...