Hello my dear friends,
Could you help me to get switch port settings and status printout, for ports connected to RNC O&M ports?
Vendor RNC Ericsson
Thanks and have a good day.
Br,
Hello my dear friends,
Could you help me to get switch port settings and status printout, for ports connected to RNC O&M ports?
Vendor RNC Ericsson
Thanks and have a good day.
Br,
Hi,
First, which switch do you mean, because they are two different devices with two different sources. If it is the RNC O&M port itself on the Ericsson RNC, you read it from the OSS with moshell/amos. If it is the external LAN switch that the RNC O&M cable plugs into, you read it from that switch’s own CLI, not from the RNC.
RNC side, Ericsson RNC via moshell. Load the MO tree, then read the O&M Ethernet port’s configuration and its operational state:
lt all get <the Ethernet/O&M port MO> st <the Ethernet/O&M port MO>
get gives the port settings, st gives the port and link status. Use cabx or invx first if you need to map the physical O&M port to its MO.
The exact Ethernet or switch-port MO name is not the same across RNC variants, so I will not name it blind. It differs between the classic RNC 3810, the Evo Controller 8200, and RNC-on-Blade. Tell me which RNC variant and the software release and I will give you the exact MO and the full get/st command.
External switch side. If the cable goes into a separate managed LAN switch, pull it there, for example show interface status and show running-config interface for that port, or the equivalent on whatever switch OS it runs. Say what the switch is and I will give the exact command.