Cisco Cisco Unity Express for SRE Guía Para Resolver Problemas

Descargar
Página de 8
The output of debug scp all is shown in this example. An IP address
(209.165.200.225 255.255.255.224) is configured on the Ethernet interface of the Cisco Unity
Express module.
Router# debug scp all
router(config−if)#service−module ip address 209.165.200.225 255.255.255.224
router(config−if)#
*Mar  2 18:07:24.673: scp−tx: SA:0F/01 DA:01/01 Op:0054 Sq:13C7 Ln:000A I:00
*Mar  2 18:07:24.673: 000: 01 01 D1 A5 C8 E1 FF FF FF E0   .....L....
*Mar  2 18:07:24.681: scp−rx: SA:0E/01 DA:0F/01 Op:0054 Sq:13C7 Ln:000A I:01
*Mar  2 18:07:24.681: 000: 02 00 00 00 00 00 00 00 00 00
The output shows that the scp−tx message transmitted has the Source Address (SA) field set to 0F/01,
which indicates that the message originated from the router. The Destination Address (DA) field is set
to 01/01, which indicates that the CUE module is present in slot 1. The opcode of 0054 indicates that
this is an IP address configuration. The sequence number (Sq) field is 0B26, and the length of the
payload is 10 bytes.
The first parameter on the second line is the type, and the second parameter is the action. In the
message, the type is 01 and the action is 01, which indicates that the CUE module interface is being
configured. The next eight bytes are the IP address and subnet mask.
In the output shown for the scp−rx message, the SA field is set to 0E/01, which indicates that it
originated from the CUE module in slot 1. The DA field is set to 0F/01, which indicates that the
message is destined for the router. The Opcode and Sq fields are the same as in the scp−tx message.
The Type field in the second line is set to 02, which means that the CUE module IP address was set
properly. The rest of the parameters have no significance.
This example shows the Cisco Unity Express module's default−gateway parameter being set.
Router# debug scp all
router(config)#int content−engine 1/0
router(config−if)#service−module ip default−gateway 209.165.200.254
1d23h: scp−tx: SA:0F/01 DA:01/01 Op:0059 Sq:0B28 Ln:0005 I:00
1d23h: 000: 01 D1 A5 C8 FE               .....
1d23h: scp−rx: SA:01/01 DA:0F/01 Op:0059 Sq:0B28 Ln:0005 I:01
1d23h: 000: 00 FF FF FF E0