Hi guys.
My PBX is OpenScape 4000 v8.
Need help to delete BPOOL between STMI-X cards.
At the moment I have a pool between two STMI-X cards.
DISPLAY-BPOOL:MTYPE=CGW,POOLNO=2;
H500: AMO BPOOL STARTED
+------------------------------------------------------------------------------+
| POOLNO = 2 MTYPE = CGW HOPAUT = MULTI |
| INFO = SIP |
+------------------------------------------------------------------------------+
| LTU = 9 SLOT = 49 HOP-AUT-CNT = 0 HOP-MAN-CNT = 0 |
| DC-STATUS = READY LAN-CONN = READY SMODE = NORMAL |
+------------------------------------------------------------------------------+
| LTU = 9 SLOT = 79 HOP-AUT-CNT = 0 HOP-MAN-CNT = 0 |
| DC-STATUS = READY LAN-CONN = READY SMODE = STBYRDY |
+------------------------------------------------------------------------------+
AMO-BPOOL-111 BOARD RECONFIGURATION POOL ASSIGNMENT AND DATA
DISPLAY COMPLETED;
I need to delete it and use cards separately.
If I'm not mistaken I need to do these steps:
(1) Change SMODE of the stanby card from STBYRDY to STBYDEF
(2) and then just delete the pool number 2 in my case with DELETE-BPOOL command
ADD-BPOOL:MTYPE=CGW,POOLNO=2,LTU=9,SLOT=49,HOPAUT=MULTI,INFO="SIP";
ADD-BPOOL:MTYPE=CGW,POOLNO=2,LTU=9,SLOT=79,HOPAUT=MULTI,INFO="SIP";
Thanks in advance.
My PBX is OpenScape 4000 v8.
Need help to delete BPOOL between STMI-X cards.
At the moment I have a pool between two STMI-X cards.
DISPLAY-BPOOL:MTYPE=CGW,POOLNO=2;
H500: AMO BPOOL STARTED
+------------------------------------------------------------------------------+
| POOLNO = 2 MTYPE = CGW HOPAUT = MULTI |
| INFO = SIP |
+------------------------------------------------------------------------------+
| LTU = 9 SLOT = 49 HOP-AUT-CNT = 0 HOP-MAN-CNT = 0 |
| DC-STATUS = READY LAN-CONN = READY SMODE = NORMAL |
+------------------------------------------------------------------------------+
| LTU = 9 SLOT = 79 HOP-AUT-CNT = 0 HOP-MAN-CNT = 0 |
| DC-STATUS = READY LAN-CONN = READY SMODE = STBYRDY |
+------------------------------------------------------------------------------+
AMO-BPOOL-111 BOARD RECONFIGURATION POOL ASSIGNMENT AND DATA
DISPLAY COMPLETED;
I need to delete it and use cards separately.
If I'm not mistaken I need to do these steps:
(1) Change SMODE of the stanby card from STBYRDY to STBYDEF
(2) and then just delete the pool number 2 in my case with DELETE-BPOOL command
ADD-BPOOL:MTYPE=CGW,POOLNO=2,LTU=9,SLOT=49,HOPAUT=MULTI,INFO="SIP";
ADD-BPOOL:MTYPE=CGW,POOLNO=2,LTU=9,SLOT=79,HOPAUT=MULTI,INFO="SIP";
Thanks in advance.