Page 91 / 165 Scroll up to view Page 86 - 90
Telsey telecommunications
Command Line Interface
83
MT500--SIEN12
Default value is 1600.
--bo <offset>
offset
: Offset into a receive buffer where data is to be received.
Default value is 32.
--intf <port> <type> <address>
port
: Port number starting at 0 to be configured.
type
: adsl|loopback|utopia|tc
address
: UTOPIA address. Only used if type is utopia.
More than one intf option can be specified to configure multiple ports.
If no intf option is specified, the default value is "0, adsl, 0".
Options for the
stop
command:
atm stop
Options for the
operate tdte
command:
atm operate tdte [--add <type> [<pcr>] [<scr>] [<mbs>]] [--delete
<index>] [--show [<index>]]
--add <type> [<pcr>] [<scr>] [<mbs>]
type
: ubr|ubr_pcr|cbr|rtvbr|nrtvbr
pcr
: Peak Cell Rate (PCR) if type requires it
scr
: Sustainable Cell Rate (SCR) if type requires it
mbs
: Maximum Burst Size (MBS) if type requires it
--delete <index>
index
: Traffic descriptor table entry index to delete. The show option
displays the current index values.
--show [<index>]
index
: Traffic descriptor table entry index to display information about.
If index is omitted, all traffic descriptor table entries are displayed.
Options for the
operate intf
command:
atm operate intf [--state <port> <type>] [--show [<port>]] [--stats
[<port>][reset]]
--state <port> <type>
port
: Port number starting at 0 to enable or disable.
type
: enable|disable
--show [<port>]
port
: Port number starting at 0 to display configuration information
about. If port is omitted, configuration information is displayed for all
configured ports.
--stats [<port>] [reset]
Page 92 / 165
Telsey
telecommunications
Command Line Interface
MT500--SIEN12
84
port
: Port number starting at 0 to display statistics for.
reset
: Resets statistics fields.
If port is omitted, statistics are displayed for all configured ports.
Options for the
operate vcc
command:
atm operate vcc [--add <port.vpi.vci> <aal_type> <tdte_index>
<encapsulation_type>]
[--delete
<port.vpi.vci>]
[--addq
<port.vpi.vci> <size> <priority> ] [--deleteq <port.vpi.vci> <size>
<priority>]
[--state
<port.vpi.vci>
<type>]
[--show
[<port.vpi.vci>]] [--stats [<port.vpi.vci>] [reset]]
--add <port.vpi.vci> <type> <tdte_index> <encapsulation_type>
port.vpi.vci
: Port number, VPI and VCI that identifies the VCC to add.
type
: aal5|aal2|aal0pkt|aal0cell|aaltransparent
tdte_index
: Traffic descriptor table entry index to use for this VCC.
The command, atm operate tdte --show, displays the current index
values.
encapsulation_type
: vcmux_routed|vcmux_bridged8023|llcencaps|
other|unknown
--delete <port.vpi.vci>
port.vpi.vci
: Port number, VPI and VCI that identifies the VCC to
delete.
--addq <port.vpi.vci> <size> <priority>
port.vpi.vci
: Port number, VPI and VCI that identifies the VCC to add
a new queue for.
Size
: Size of the queue.
Priority
: Priority of the queue.
--deleteq <port.vpi.vci> <size> <priority>
port.vpi.vci
: Port number, VPI and VCI that identifies the VCC to
delete a queue for.
size
: Size of the queue.
priority
: Priority of the queue.
--state <port.vpi.vci> <type>
port.vpi.vci
: Port number, VPI and VCI that identifies the VCC to
enable or disable.
type
: enable|disable
--show [<port.vpi.vci>]
port.vpi.vci
: Port number, VPI and VCI that identifies the VCC to
display configuration information about.
If port.vpi.vci is omitted, configuration information is displayed for all
configured VCCs.
--stats [<port.vpi.vci>] [reset]
port.vpi.vci
: Port number, VPI and VCI that identifies the VCC to
display statistics for.
reset
: Resets statistics fields.
Page 93 / 165
Telsey telecommunications
Command Line Interface
85
MT500--SIEN12
If port.vpi.vci is omitted, statistics are displayed for all configured VCCs.
EXAMPLES:
A simple initialization.
atm start
atm operate vcc --add 0.0.35 aal5 1 vcmux_bridged8023
A more complex initialization.
atm start --pqs 400 --bo 0
atm operate tdte --add ubr_pcr 15000
atm operate tdte --show
atm operate vcc --add 0.0.35 aal5 2 vcmux_bridged8023
Display interface configuration (assumes that the ATM driver is started).
atm operate intf --show
Create and display a VCC configuration (assumes that the ATM driver is
started).
atm operate vcc --add 0.0.35 aal5 1 vcmux_bridged8023 --addq
0.0.35 64 2 --addq 0.0.35 80 1
atm operate vcc --add 0.0.36 aal5 1 vcmux_routed --addq 0.0.36
128 1
atm operate vcc --show
Display interface statistics (assumes that the ATM driver is started).
atm operate intf --stats
interface statistics for port 0
in octets 8130336
out octets 46512
in errors 0
in unknown 0
in hec errors 0
in invalid vpi vci errors 0
in port not enable errors 0
in pti errors 0
in circuit type errors 0
in oam rm crc errors 0
in gfc errors 0
aal5 interface statistics for port 0
in octets 8130336
index
type
pcr
scr
mbs
1
ubr
0
0
0
2
ubr_pcr 15000
0
0
port
status
type
0
enabled adsl
vcc
status
type
tdte_index
q_size
q_priority
encapsulation
0.0.35
enabled
aal5
1
64
2
vcmux_bridged8023
80
1
0.0.36
enabled
aal5
1
128
1
llcencaps
Page 94 / 165
Telsey
telecommunications
Command Line Interface
MT500--SIEN12
86
out octets 46512
in ucast pkts 5426
out ucast pkts 189
in errors 0
out errors 0
in discards 0
out discards 0
Display VCC statistics (assumes that the ATM driver is started and two VCCs
are configured).
atm operate vcc --stats
aal5 vcc statistics for 0.0.35
crc errors 0
oversized sdus 0
short packet errors 0
length errors 0
aal5 vcc statistics for 0.0.36
crc errors 0
oversized sdus 0
short packet errors 0
length errors 0
Page 95 / 165
Telsey telecommunications
Command Line Interface
87
MT500--SIEN12
BRCTL
NAME:
brctl
- bridge administration utility
SYNOPSIS:
brctl [ command ]
DESCRIPTION:
brctl
is used to set up, maintain, and inspect the bridge configuration. A
bridge is a device commonly used to connect different networks (Ethernet,
USB, 802.11x wireless network or ATM) together, so that these networks will
appear as one network to the participants. Each of the networks being
connected corresponds to one physical interface (port) in the bridge. These
individual networks are bundled into one bigger ('logical') network, this bigger
network corresponds to the bridge network interface such as "br0".
COMMANDS:
addbr <bridge>
Creates a new instance of the bridge. The network interface
corresponding to the bridge will be called <bridge>.
delbr <bridge>
Deletes the instance <bridge> of the bridge. The network interface
corresponding to the bridge must be down before it can be deleted.
show <bridge>
Shows the instance <bridge> of the bridge.
show
Shows all current instances of the bridge.
addif <bridge> <device>
Makes the interface <device> a port of the bridge <bridge>. This means
that all
frames received on <device> will be processed as if destined for
the bridge. Also, when sending frames on <bridge>, <device> will be
considered as a potential output interface.
delif <bridge> <device>
Detaches the interface <device> from the bridge <bridge>.
showmacs <bridge>
Shows a list of learned MAC addresses for this bridge.
showstp <bridge>
Shows the STP (Spanning Tree Protocol) status of this bridge.
setageing <bridge> <time>
Sets the MAC address ageing time, in seconds. After <time> seconds of
not having seen a frame coming from a certain address, the bridge will
time out (delete) that address from the Forwarding DataBase (fdb).

Rate

4 / 5 based on 1 vote.

Popular Telsey Models

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top