Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cisco working with Aruba wireless 6000

Status
Not open for further replies.

crackberry

Technical User
Jun 9, 2008
5
US
We seem to be having an issue getting our Cisco 1751 router to work with our Aruba 6000 wireless switch. created the necessary vlan and associated config to work with the Aruba wireless network but they are not talking.

Cisco 1751 ver 12.5

!
ip dhcp pool Site Y_WAP
network 10.243.254.0 255.255.255.0
default-router 10.243.254.1
dns-server 55.35.254.52 55.35.254.50
netbios-name-server 55.35.254.241
domain-name nh.ng.ds.army.mil
lease 5


interface FastEthernet0/0.850
description Site Y_WAP
encapsulation dot1Q 850
ip address 10.243.254.1 255.255.255.0


________________________________________________________


Cisco 3550 ver 12.2

!
interface FastEthernet1/0/14
switchport access vlan 850
switchport mode access
spanning-tree portfast

WHEN I TRY TO PING FROM NETWORK TO NETWORK NO LUCK
site X-1751#ping
Protocol [ip]:
Target IP address: 55.35.254.1
Repeat count [5]:
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]: y
Source address or interface: 10.243.254.1
Type of service [0]:
Set DF bit in IP header? [no]:
Validate reply data? [no]:
Data pattern [0xABCD]:
Loose, Strict, Record, Timestamp, Verbose[none]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 55.35.254.1, timeout is 2 seconds:
Packet sent with a source address of 10.243.254.1
..!..
Success rate is 20 percent (1/5), round-trip min/avg/max = 8/8/8 ms
 
Set your switchport as a static trunk as opposed to an access port.

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Done that as well.... :(


interface FastEthernet1/0/14
switchport access vlan 850
switchport trunk encapsulation dot1q
switchport mode trunk
spanning-tree portfast
 
Can't you ping the 1751 from the 6000 ? Maybe you can elaborate a little more on how things are hooked up . The 1751 ---> 3550 , where is the 6000 hung off and what is the config on the 6000 switch for the attaching link to the 3550 ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top