3Com CommWorks 5210 User Manual

Page 108

Advertising
background image

108 A

PPENDIX

: C

OMMAND

L

INE

I

NTERFACE

Specifies slots or channels to be issued commands. Target has the following
format:

<

IP-host>:S<s-range>[,C<c-range>][,S<s-range>

[,C<

c-range>]...]

where IP-host can be IP-dot notation, or a host name that is defined in the
host database or /etc/hosts file.

:S<s-range>—decimal number or a range s1-s2 (where s1 and s2 are
decimal numbers and - is a literal hyphen) representing the location of
card(s) within the chassis.

:C<c-range>—decimal number or a range c1-c2 (where c1 and c2 are
decimal numbers and - is a literal hyphen) representing the location of
channel(s) on the specified card(s).

tcmget examples:

tcmget -G ’NMC Identification’ ’Serial Number’

192.77.203.74:S17

(or using substring matching rules)

tcmget -G ’nmc id’ ’serial number’ 192.77.203.74:S17

To list parameters in NMC tests and system group:

tcmget -L -G ’nmc tests’ -G ’system group’

192.77.203.74:S17

tcmset examples:

tcmset -G ’DTE Interface Settings’ ’Default DTE Data

Rate’ BPS19K\ mychas:s3c1

(or using substring matching rules)

tcmset -G ’dte int’ ’dte data rate’ bps19k mychas:s3c1

To list parameters in NMC Logging Group and Logging Traps Group:

tcmset -L -G ’logging gr’ -G ’logging tr’

192.77.203.74:S17

Advertising