PDA

View Full Version : Winfiol comands for CE for each NodeB



ouedraogo2d
2015-12-22, 06:44 PM
Hi,
I need winfiol comands for each to check the following things for each NodeB:
1) DL CE NodeB (Hardware)
2) DL CE NodeB (Licence)
3) UL CE NodeB (Hardware)
4) UL CE NodeB (Licence)
5) HSPA codes
6) Agregate E1
7) ATM/IP
8) ICR category
9) Number of voice call (monthly)
10) Number of video call (monthly)
11) Number of data call (monthly)
12) Voice call (erlang) monthly
13) Video call (erlang) monthly
14) Voice call (erlang) average last 7 days BBH
15) Video call (erlang) average last 7 days BBH
16) Data call (Mb) average last 7 days BBH
17) Data call (Mb) monthly
18) R99 (Mb) average last 7 days
19) R99 (Mb) monthly
20) HSUPA (Mb) Average last 7 days
21) HSUPA (Mb) monthly
22) HSDPA (Mb) Average last 7 days
23) HSDPA (Mb) monthly
24) CE utilization
25) Power utilization
26) Code utilization
27) Iub utilization
28) CS outgoing IRAT handovers
29) CS incoming IRAT handovers
30) PS outgoing IRAT handovers
31) PS incoming IRAT handovers
32) Status (Active or Locked)

Thanks for your support.

juanpico
2015-12-23, 02:23 PM
Hi ouedraogo2d (http://www.finetopix.com/member.php?88390-ouedraogo2d)

These are what I use but not complete:
1&2&3&4: >get . channel
5: >get . Numhspdschcodes | get txd hs
7: >get ip
32: >st sector | st localcall

For stats >pmr -m .5

For Utilization and traffic, I usually get it in BO/ENIQ

For you can use some of it

Best Regards

juanpico/rf



http://www.finetopix.com/images/statusicon/user-offline.png


Hi,
I need winfiol comands for each to check the following things for each NodeB:
1) DL CE NodeB (Hardware)
2) DL CE NodeB (Licence)
3) UL CE NodeB (Hardware)
4) UL CE NodeB (Licence)
5) HSPA codes
6) Agregate E1
7) ATM/IP
8) ICR category
9) Number of voice call (monthly)
10) Number of video call (monthly)
11) Number of data call (monthly)
12) Voice call (erlang) monthly
13) Video call (erlang) monthly
14) Voice call (erlang) average last 7 days BBH
15) Video call (erlang) average last 7 days BBH
16) Data call (Mb) average last 7 days BBH
17) Data call (Mb) monthly
18) R99 (Mb) average last 7 days
19) R99 (Mb) monthly
20) HSUPA (Mb) Average last 7 days
21) HSUPA (Mb) monthly
22) HSDPA (Mb) Average last 7 days
23) HSDPA (Mb) monthly
24) CE utilization
25) Power utilization
26) Code utilization
27) Iub utilization
28) CS outgoing IRAT handovers
29) CS incoming IRAT handovers
30) PS outgoing IRAT handovers
31) PS incoming IRAT handovers
32) Status (Active or Locked)

Thanks for your support.

ouedraogo2d
2015-12-23, 06:07 PM
Dear,
Thank you very much.