HP Comware 5 Debug Manual Vol 2
Field
Description
p/f Value of the P/F bit.
Examples
# Configure the E1/PRI interface Serial 0/1/0:15 on Router A to operate as the network side.
<RouterA> system-view
[RouterA] interface Serial0/1/0:15
[RouterA-Serial1/0:15] link-protocol ppp
[RouterA-Serial1/0:15] ip address 10.0.0.1 255.255.255.0
[RouterA-Serial1/0:15] dialer enable-circular
[RouterA-Serial1/0:15] dialer-group 1
[RouterA-Serial1/0:15] dialer number 666
[RouterA-Serial1/0:15] isdn protocol-mode network
[RouterA-Serial1/0:15] quit
[RouterA] dialer-rule 1 ip permit
# Configure the E1/PRI interface Serial 0/1/0:15 on Router B to operate as the user side.
<RouterB> system-view
[RouterB] interface Serial0/1/0:15
[RouterB-Serial1/0:15] link-protocol ppp
[RouterB-Serial1/0:15] ip address 10.0.0.2 255.255.255.0
[RouterB-Serial1/0:15] dialer enable-circular
[RouterB-Serial1/0:15] dialer-group 1
[RouterB-Serial1/0:15] quit
[RouterB] dialer-rule 1 ip permit
# Connect Router A and Router B through their Serial 0/1/0:15 interfaces. (Details not shown.)
# Enable debugging for CC, ISDN Q.921, and ISDN Q.931 on Router A. When Router A pings Router
B, output similar to the following example is generated:
<RouterA> debugging isdn cc
<RouterA> debugging isdn q921
<RouterA> debugging isdn q931
<RouterA> ping -c 1 10.0.0.2
PING 10.0.0.2: 56 data bytes, press CTRL_C to break
*0.4719783 Sysname -Comware CC/8/CC_Debug: Serial0/1/0:15
CC<-DCC : ISDN_SETUP_REQ
CallID=0xffff UserID=0x4 PortID=0x2b0241 ServiceType=0x8 Channel=0x2 IsCompl
eted=0x1 Cause=0x00(No0) szCalledNumProperty=0x0 szCalledNum=666
// DCC sent an ISDN link-setup request to CC.
*0.4719783 Sysname-Comware CC/8/CC_Debug: Serial0/1/0:15
CC->Q931: PRIM_SETUP_REQ
CCIndex=0x4 L3Index=0xffff PortID=0x2b0241 CES=0x1 *SN_COM=a1 *bearer=04 02
88 90 *chan_id=18 03 a1 83 85 *called_n=70 04 80 36 36 36
// CC sent a Setup request to the Q931 module.
*0.4719783 Sysname-Comware Q931/8/Q931_Debug: Serial0/1/0:15
Q931->Q921 DL_I_Data_Req CES = 1
cr_length= 2 cr= 02 00 05 SETUP *send_comp=a1 *bearer=04 02 88 90 *chan_
id=18 03 a1 83 85 *called_n=70 04 80 36 36 36
268