Tuesday 24 December 2019

Aruba AP debug


show whitelist-db rap | include 74:3a

Cisco ASA debug

Some usefull debug commands for ASA:

packet-tracer input Internet  tcp X.X.X.X http X.X.X.X 6 http
packet-tracer input Internet icmp X.X.X.X 8 0 X.X.X.X detailed

To do a capture:

access-list capin permit ip host 10.10.10.x host 10.10.20.x
access-list capin permit ip host 10.10.20.x host 10.10.10.x
capture in access-list capin interface inside
then initiate the traffic from client to server, and use "show capture capin" to see if you can see the traffic in both directions.


Check IP Route:

show route
show asp table routing

Cisco IP phone remote login to extension mobility via web url


- You created new user device profile
- You know the MAC address of the phone the user will be login on
- How can you log them in without the end user input

Easy just browse to the url below and replace the MAC and the username with the appropriate user ID that has been assigned the UDP.

http://CUCM IP/emapp/EMAppServlet?device=SEPXXXXXXXX&&userid=username&seq=12345


Hope this helps