dslreports logo
 
    All Forums Hot Topics Gallery
spc
uniqs
25
HELLFIRE
MVM
join:2009-11-25

HELLFIRE to DarkLogix

MVM

to DarkLogix

Re: [Config] AP1242AG question

Need some time to take a detailed look at the AP config, but nothing looks out of the ordinary.

Besides wireshark, a "debug ip packet" is an option.

Also, are both devices in the same VLAN? Looking at your config, you have mutiple VLANs, so I'm wondering if
you have proper intervlan traffic traffic occurring or not.

Regards

DarkLogix
Texan and Proud
Premium Member
join:2008-10-23
Baytown, TX

DarkLogix

Premium Member

Ya both are on the entertainment ssid
DarkLogix

DarkLogix to HELLFIRE

Premium Member

to HELLFIRE
As I don't have a cable long enough to reach the console port on the AP and borrowing a laptop from work to do this wouldn't be a good idea.

Isn't there a way to direct debug info to a text file?

tubbynet
reminds me of the danse russe
MVM
join:2008-01-16
Gilbert, AZ

tubbynet

MVM

why do that when you can view it in a vty session.

»supportforums.cisco.com/ ··· ad/27779

however -- the better move is to span the ap port -- then use wireshark.

q.

DarkLogix
Texan and Proud
Premium Member
join:2008-10-23
Baytown, TX

DarkLogix

Premium Member

I'd forgotten how to make debug messages go to the telnet/ssh session

and a text file would be easier to review.

Well the port is a trunk, and oddly intel's drivers don't want to accept the nic is an intel so I don't think I can do a trunk on my main computer.

tubbynet
reminds me of the danse russe
MVM
join:2008-01-16
Gilbert, AZ

tubbynet

MVM

said by DarkLogix:

Well the port is a trunk, and oddly intel's drivers don't want to accept the nic is an intel so I don't think I can do a trunk on my main computer.

not sure how that is significant.
span the physical port -- not the vlan. it'll dump everything into your destination.

alternatively, you could simply span a single vlan and dump it to a destination port.

mp-bgp_switch#sh ver
Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 12.2(55)SE1, RELEASE SOFTWARE (fc1)
mp-bgp_switch#sh run int fa 0/24
Building configuration...
 
Current configuration : 57 bytes
!
interface FastEthernet0/24
 switchport mode trunk
end
 
mp-bgp_switch#sh run int fa 0/23
Building configuration...
 
Current configuration : 34 bytes
!
interface FastEthernet0/23
end
 
mp-bgp_switch#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
mp-bgp_switch(config)#monitor session 1 source int fa 0/24 both
mp-bgp_switch(config)#monitor session 1 destination int fa 0/23
mp-bgp_switch(config)#end
mp-bgp_switch#
*Mar  4 18:45:00.947: %SYS-5-CONFIG_I: Configured from console by console
 

q.

DarkLogix
Texan and Proud
Premium Member
join:2008-10-23
Baytown, TX

DarkLogix

Premium Member

I'll give it a try ether tonight or this weekend.

though I'm also trying to figure out whats wrong with my config for adding a 2nd NME-16ES-1g-p (from some of what I read it should ack like an independent L3 switch (loaded the same IOS as my other etherswitch onto it) and set OSPF intending to have a redundant routing path and to then set a 2nd default gateway via DHCP (so far its not working as planned.)
DarkLogix

DarkLogix

Premium Member

Ok did the session monitor

but a bit rusty at wire shark filtering, so maybe one of you could look at the output file I attached.

the Nexus 7's IP is 10.0.3.16
the roku is 10.0.3.14

I did the monitoring by plugging a nic into the ether switch and using the session monitos commands, the AP is powered by that ether switch btw.
cramer
Premium Member
join:2007-04-10
Raleigh, NC

cramer

Premium Member

The only traffic from 14 is ping. 16 and 17 are sending SSDP queries but not getting an answer. My guess would be multicast traffic isn't getting to the roku. (either dropped within the switch(es) or by the AP itself.)