- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: HP Aruba 2930 ip routing and untagged port
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2021 07:54 AM
02-12-2021 07:54 AM
HP Aruba 2930 ip routing and untagged port
Hello.
I have two Aruba 2930F switch in stack. On port 2/17 connectred laptop with ip address 192.168.99.253, no additional ip address, routes and etc, only 192.168.99.253/255.255.255.0
On switch create vlan 199, port 2/17 to untaged vlan199
vlan 199
name "Techno"
tagged 1/17,1/20-1/21,2/20-2/23,Trk6
untagged 2/17
ip address 192.168.99.1 255.255.255.0
exit
My problem - laptop no answer, firewall off. ping from laptop to devices int 192.168.99.x - no answer.
L3_Stack# ping 192.168.99.253
Request timed out.
L3_Stack#
Config Aruba
; hpStack_WC Configuration Editor; Created on release #WC.16.04.0008
; Ver #10:9b.3f.bf.bb.ef.7c.59.fc.6b.fb.9f.fc.ff.ff.37.ef:ad
hostname "L3_Stack"
vsf
enable domain 2
member 1
type "JL253A" mac-address 9cdc71-36c680
priority 160
link 1 1/27-1/28
link 1 name "I-Link1_1"
link 2 name "I-Link1_2"
exit
member 2
type "JL253A" mac-address 9cdc71-369760
priority 150
link 1 2/27-2/28
link 1 name "I-Link2_1"
link 2 name "I-Link2_2"
exit
port-speed 10g
exit
trunk 1/3,2/3 trk1 lacp
trunk 1/4,2/4 trk2 lacp
trunk 1/13,2/13 trk3 lacp
trunk 1/14,2/14 trk4 lacp
trunk 1/15,2/15 trk5 lacp
trunk 1/16,2/16 trk6 lacp
trunk 1/18,2/18 trk8 lacp
trunk 1/19,2/19 trk9 lacp
logging 172.18.6.3
logging severity info
timesync sntp
sntp unicast
sntp server priority 1 192.168.1.4
time timezone 300
ip access-list extended "Established"
10 permit tcp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 established
20 permit icmp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
exit
ip access-list extended "USERS_ACL"
5 permit ip 172.18.1.17 0.0.0.0 0.0.0.0 255.255.255.255
6 permit ip 192.168.99.0 0.0.0.255 192.168.1.6 0.0.0.0
10 permit ip 192.168.1.40 0.0.0.7 0.0.0.0 255.255.255.255
30 permit ip 192.168.1.5 0.0.0.0 192.168.99.0 0.0.0.255
31 permit ip 192.168.1.6 0.0.0.0 192.168.99.0 0.0.0.255
40 permit ip 192.168.1.11 0.0.0.0 192.168.99.0 0.0.0.255
50 permit ip 192.168.1.12 0.0.0.0 192.168.99.0 0.0.0.255
60 permit ip 192.168.1.247 0.0.0.0 192.168.99.0 0.0.0.255
70 permit ip 192.168.1.4 0.0.0.0 192.168.0.0 0.0.0.255
80 permit ip 192.168.1.7 0.0.0.0 192.168.0.0 0.0.0.255
100 deny ip 192.168.1.0 0.0.0.255 192.168.99.0 0.0.0.255
110 deny ip 192.168.1.0 0.0.0.255 192.168.0.0 0.0.0.255
200 permit ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
exit
ip default-gateway 172.18.3.1
ip dns server-address priority 1 192.168.1.4
ip dns server-address priority 2 192.168.1.7
ip route 0.0.0.0 0.0.0.0 172.18.3.1
ip route 172.18.5.0 255.255.255.0 172.18.3.1
ip route 192.168.0.0 255.255.0.0 192.168.0.1
ip route 192.168.1.0 255.255.255.0 192.168.0.1
ip route 192.168.10.0 255.255.255.0 192.168.0.1
ip route 192.168.99.0 255.255.255.0 192.168.0.1
ip route 192.168.177.0 255.255.255.0 172.18.3.1
ip routing
interface 1/1
name "FWA:Inside"
exit
interface 1/2
name "FWA:Powerlink(Out)"
exit
interface 1/3
name "FWA:LAG1"
exit
interface 1/4
name "FWB:LAG2"
exit
interface 1/5
ip access-group "USERS_ACL" in
name "ESXi_A1"
exit
interface 1/6
ip access-group "USERS_ACL" in
name "ESXi_B1"
exit
interface 1/7
name "FWA:MGMT"
exit
interface 1/8
name "Storage_A"
exit
interface 1/9
ip access-group "USERS_ACL" in
name "FSERVER"
exit
interface 1/10
ip access-group "USERS_ACL" in
name "ASERVER"
exit
interface 1/11
ip access-group "USERS_ACL" in
name "BSERVER"
exit
interface 1/12
ip access-group "USERS_ACL" in
name "Macroscop Server MSERVER"
exit
interface 1/13
name "SW-1.ADM LAG3"
exit
interface 1/14
name "SW-2.ADM LAG4"
exit
interface 1/15
name "SW-3.ADM LAG5"
exit
interface 1/16
name "SG300 LAG6"
exit
interface 1/17
ip access-group "USERS_ACL" in
name "SW-1.LES LAG7"
exit
interface 1/18
name "HUB-1.ADM"
exit
interface 1/19
name "HUB-2.ADM"
exit
interface 1/20
ip access-group "USERS_ACL" in
name "SW-1.KPP1"
exit
interface 1/21
ip access-group "USERS_ACL" in
name "SW-1.KPP2"
exit
interface 1/22
ip access-group "USERS_ACL" in
name "SNR_1"
exit
interface 1/23
ip access-group "USERS_ACL" in
name "SNR_3"
exit
interface 1/24
name "SNR_4"
exit
interface 2/1
name "FWB:Inside"
exit
interface 2/2
name "FWB:Powerlink(Out)"
exit
interface 2/3
name "FWA:LAG1"
exit
interface 2/4
name "FWB:LAG2"
exit
interface 2/5
ip access-group "USERS_ACL" in
name "ESXi_A2"
exit
interface 2/6
ip access-group "USERS_ACL" in
name "ESXi_B2"
exit
interface 2/7
name "FWB:MGMT"
exit
interface 2/8
name "Storage_B"
exit
interface 2/9
ip access-group "USERS_ACL" in
name "FSERVER"
exit
interface 2/10
ip access-group "USERS_ACL" in
name "ASERVER"
exit
interface 2/11
ip access-group "USERS_ACL" in
name "BSERVER"
exit
interface 2/12
ip access-group "USERS_ACL" in
name "MSERVER"
exit
interface 2/13
name "SW-1.ADM LAG3"
exit
interface 2/14
name "SW-2.ADM LAG4"
exit
interface 2/15
name "SW-3.ADM LAG5"
exit
interface 2/16
name "SG300 LAG6"
exit
interface 2/17
name "Synology TECHO backup interface"
exit
interface 2/18
name "HUB-1.ADM"
exit
interface 2/19
name "HUB-2.ADM"
exit
interface 2/20
ip access-group "USERS_ACL" in
name "SW-1.DEPO"
exit
interface 2/21
ip access-group "USERS_ACL" in
name "SW-1.VES1"
exit
interface 2/22
ip access-group "USERS_ACL" in
name "SNR_2"
exit
interface 2/23
ip access-group "USERS_ACL" in
name "DEPO"
exit
interface 2/24
name "SNR_5"
exit
interface Trk3
ip access-group "USERS_ACL" in
exit
interface Trk4
ip access-group "USERS_ACL" in
exit
interface Trk5
ip access-group "USERS_ACL" in
exit
interface Trk6
ip access-group "USERS_ACL" in
exit
interface Trk8
ip access-group "USERS_ACL" in
exit
interface Trk9
ip access-group "USERS_ACL" in
exit
snmp-server community "redoctober" operator
snmp-server community "RedSnmpCommunity" operator
snmp-server community "public" operator
snmpv3 enable
snmpv3 restricted-access
snmpv3 user "initial"
snmpv3 user "snmpuser"
vlan 1
name "DEFAULT_VLAN"
no untagged 1/1-1/2,1/7-1/12,1/17,1/20-1/24,2/1-2/2,2/7-2/12,2/17,2/21-2/24,Trk3-Trk5,Trk8-Trk9
untagged 1/5-1/6,1/25-1/26,2/5-2/6,2/20,2/25-2/26,Trk1-Trk2,Trk6
no ip address
exit
vlan 100
name "MNG"
untagged 1/17,1/20-1/24,2/21-2/24,Trk3-Trk5
tagged 2/20,Trk6,Trk8-Trk9
ip address 192.168.0.1 255.255.255.0
exit
vlan 101
name "Server"
untagged 1/9-1/12,2/9-2/12,Trk8-Trk9
tagged 1/5-1/6,1/17,1/20-1/24,2/5-2/6,2/20-2/24,Trk1-Trk2,Trk6
ip address 192.168.1.1 255.255.255.0
ip address 192.168.5.1 255.255.255.0
exit
vlan 102
name "Users"
tagged Trk6
ip address 192.168.2.1 255.255.255.0
exit
vlan 103
name "Video"
tagged 1/5-1/6,1/17,1/20-1/21,1/23,2/5-2/6,2/20-2/23,Trk3-Trk6
ip address 192.168.3.1 255.255.255.0
exit
vlan 104
name "SKUD"
tagged 1/17,1/20-1/21,1/23,2/20-2/23,Trk3-Trk6
ip address 192.168.4.2 255.255.255.0
exit
vlan 105
name "SIP"
no ip address
exit
vlan 106
name "Guest"
tagged 1/17,1/20-1/21,1/23,2/20-2/23,Trk1-Trk6
no ip address
exit
vlan 110
name "Inet"
tagged 1/17,1/20-1/21,2/20-2/23,Trk6
ip address 192.168.10.2 255.255.255.0
exit
vlan 120
name "MPM Scaners"
no ip address
exit
vlan 199
name "Techno"
untagged 2/17
tagged 1/17,1/20-1/21,2/20-2/23,Trk6
ip address 192.168.99.1 255.255.255.0
exit
vlan 250
name "Admin_LAN"
untagged 1/7-1/8,2/7-2/8
tagged 1/5-1/6,2/5-2/6,Trk1-Trk2
no ip address
exit
vlan 251
name "Inside_LAN"
untagged 2/2
tagged Trk1-Trk2
ip address 172.18.3.3 255.255.255.0
exit
vlan 252
name "Powerlink_LAN"
untagged 1/1-1/2,2/1
no ip address
exit
vlan 253
name "FW_Sync"
no ip address
exit
vlan 254
name "Terminal_Services"
tagged 1/5-1/7,2/5-2/7,Trk1-Trk2
no ip address
exit
vlan 260
name "CsCollection"
tagged 1/5-1/7,2/5-2/7,Trk1-Trk2
no ip address
exit
spanning-tree Trk1 priority 4
spanning-tree Trk2 priority 4
spanning-tree Trk3 priority 4
spanning-tree Trk4 priority 4
spanning-tree Trk5 priority 4
spanning-tree Trk6 priority 4
spanning-tree Trk8 priority 4
spanning-tree Trk9 priority 4
no tftp server
no autorun
no dhcp config-file-update
no dhcp image-file-update
password manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2021 06:04 PM
02-17-2021 06:04 PM
Re: HP Aruba 2930 ip routing and untagged port
If Switch enable option "ip routing" May be i cant access port (untagged port)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2021 08:53 PM
02-17-2021 08:53 PM
Re: HP Aruba 2930 ip routing and untagged port
problem solved.
switch port is broken