User Guide

10 MER Commands
175 / 260
3EC 16982 AFAA TCZZA Ed. 01
mer ifconfig
Configure a MER interface.
SYNTAX:
mer ifconfig intf = <ifname>
[dest = <ifname>]
[qos = <string>]
[encaps = <{llc/snap|vcmux}>]
[retry = <number {065535}>]
intf The name of the MER interface to configure. REQUIRED
[dest] The destination for this interface. Typically a phonebook entry.
This parameter needs only to be specified in case of an interface
created without specified destination.
OPTIONAL
[qos] The name of a configured Quality Of Service book entry.
This parameter never needs to be specified.
OPTIONAL
[encaps] The type of encapsulation to be used for this bridge interface.
Choose between:
llc/snap
vcmux
OPTIONAL
[retry] A number between 0 and 65535.
Represents the number of WAN connection setup retries before
giving up.
By default the retry value is 10.
OPTIONAL
EXAMPLE:
=>mer iflist
MoreMer : dest : Br4
Retry : 10 QoS : default Encaps : vcmux Fcs : off
Connection State : connected
RX bytes: 0 frames: 0
TX bytes: 0 frames: 0 dropframes: 0
=>mer ifconfig intf=MoreMer encaps=llc/snap retry=15
=>mer iflist
MoreMer : dest : Br4
Retry : 15 QoS : default Encaps : llc/snap
Fcs : off
Connection State : connected
RX bytes: 0 frames: 0
TX bytes: 0 frames: 0 dropframes: 0
=>
RELATED COMMANDS:
mer ifadd Create a new MER interface.
mer ifattach Attach a MER interface.
mer ifdelete Delete a MER interface.
mer ifdetach Detach a MER interface.
mer iflist Show current MER interfaces.