User's Manual

MDS 05-6399A01, Rev. D MDS Master Station 35
View SD Master Station
Settings
> show configuration interfaces interface sdms sd-config
Monitor SDMS Status
> show interfaces-state interface sdms sd-status | repeat 5
View the routing table
> show routing
View the event log
> show table logging event-log
Set the admin user’s
password
> request system authentication change-password user admin
password admin1234
Set the device name
% set system name “Mydevice”
Set the baud rate on COM1
% set services serial ports COM1 baud-rate b19200
Download a firmware
package from TFTP server at
192.168.1.10
> request system firmware reprogram-inactive-image filename
sdms-bkrc-1_0_0.mpk manual-file-server { tftp { address 192.168.1.10 } }
Monitor firmware download
status
> show system firmware reprogramming-status
Export configuration file to a
TFTP server at 192.168.1.10
> request system configuration-files export filename myConfig.txt
manual-file-server {tftp {address 192.168.1.10} }
Reboot device to firmware
inactive image
> request system power restart inactive
5.4 Interface naming
Interface naming of physical devices on the MDS Master Station uses the following format:
<type>-<slot>/0/<port>
Where type is one of the following values:
Interface Type Abbreviations
Type Description
eth Ethernet Interface
sd SD Radio Module
wifi WiFi Interface
Slot-0 is the slot identifier for the platform manager, while slots 1-3 map to the available interface slots in
the chassis.
Ports are zero-based and map to the port number of the given interface type in the specified slot. Note that
not all interface types have port values that are non-zero (e.g. An SD radio module only has one “port”, so
it will always be ‘0’)
The center 0 value in the interface name is always 0, and is reserved for future use.
Examples of valid interface names are
eth‐0/0/0–ThefirstEthernetportontheplatformmangercardinslot‐0
eth‐0/0/1–ThesecondEthernetportontheplatformmanagercardinslot‐0
sd‐2/0/0–TheSDRadiomoduleinslot‐2.