ServerIron ADX Security Guide 211
53-1002440-03
Displaying socket information 6
asm dm ssldump mode detail
Use the asm dm ssldump mode detail command on the BP to display SSL handshake packet detail
information.
asm dm ssldump mode decrypt
Use the asm dm ssldump mode decrypt command on the BP to display SSL decrypted received
packets only.
asm dm ssldump receive
Use the asm dm ssldump receive command on the BP to display received packets only.
asm dm ssldump send
Use the asm dm ssldump send command on the BP to display sent packets only.
asm dm ssldump server
asm dm ssldump server
Use the asm dm ssldump server command on the BP to display client SSL packets only.
ServerIronADX# rconsole 1 1
ServerIronADX1/1# asm dm ssldump server
Debug server packets only
ServerIronADX4/1#
Syntax: asm dm ssldump server
asm dm ssldump no-limit
Use the asm dm ssldump no-limit command to keep dumping all captured SSL packets until the
dump is stopped by entering "asm dm ssldump"
ServerIronADX# rconsole 1 1
ServerIronADX1/1# asm dm ssldump receive
1 0 ms 10.10.6.50:3633->10.10.6.10:443 Handshake ClientHello
2 1906ms 10.10.6.50:3633->10.10.6.10:443 Handshake ClientKeyEx
3 1935ms 10.10.6.50:3633->10.10.6.10:443 Handshake ChangeCipherSpec
4 1976ms 10.10.6.50:3633->10.10.6.10:443 Handshake Finished
5 4709ms 10.10.6.50:3633->10.10.6.10:443 Application Data
ServerIronADX# rconsole 1 1
ServerIronADX1/1# asm dm ssldump send
6 158955ms 10.10.6.10:443->10.10.6.50:3645 Handshake ServerHello
7 159064ms 10.10.6.10:443->10.10.6.50:3645 Handshake ServerCert
8 159105ms 10.10.6.10:443->10.10.6.50:3645 Handshake ServerHelloDone
9 162812ms 10.10.6.10:443->10.10.6.50:3645 Handshake ChangeCipherSpec
10 162837ms 10.10.6.10:443->10.10.6.50:3645 Handshake Finished
11 164822ms 10.10.6.10:443->10.10.6.50:3645 Application Data