Good day everyone,
I am currently tasked with learning aruba switches (2930f) and controllers (7008) and making them work together.
I have been whacking away at these for a few days, and cannot for the life of me, get my switch to communicate past the router to the internet.
I am certain I am just dumb as a rock and missing some critical pieces that I cant seem to find.
- I can hit the internet and the switch from the controller, no problem.
- From the switch I get dhcp addresses for my vlan interfaces from the router
- I can ping the default router for each vlan
- I cannot ping anything beyond the default router in each vlan even from inside the switch, only getting a destination unreachable.
Here is my current switch config:
; JL258A Configuration Editor; Created on release #WC.16.09.0003
; Ver #14:27.6f.f8.1d.9b.3f.bf.bb.ef.7c.59.fc.6b.fb.9f.fc.ff.ff.37.ef:04
hostname "Aruba-2930F-8G-PoEP-2SFPP"
module 1 type jl258a
include-credentials
password manager user-name "admin" sha1
"70ccd9007338d6d81dd3b6271621b9cf9a97ea00"
ip access-list extended "Test_Policy"
exit
interface 8
name "Trunk"
exit
interface 9
name "Fiber"
exit
interface 10
name "Fiber2"
exit
snmp-server community "public" unrestricted
snmpv3 engineid "00:00:00:0b:00:00:b0:5a:da:98:4a:40"
vlan 1
name "DEFAULT_VLAN"
no untagged 1-7,9-10
untagged 8
ip address dhcp-bootp
ipv6 enable
ipv6 address dhcp full
exit
vlan 10
name "MGMT"
untagged 1-2
ip address dhcp-bootp
exit
vlan 11
name "Corporate Users"
untagged 3-7,9-10
ip address dhcp-bootp
exit
vlan 255
name "Guest"
ip address dhcp-bootp
exit
vlan 3094
name "MPLS"
ip address dhcp-bootp
exit
vlan 3333
name "SystemVlan"
ip address dhcp-bootp
exit
vlan 4094
name "iNET"
ip address dhcp-bootp
exit
spanning-tree
no tftp server
loop-protect 1-7,9-10
no autorun
no dhcp config-file-update
no dhcp image-file-update
no dhcp tr69-acs-url
No comments:
Post a Comment