Command Reference Guide
SROS Command Line Interface Reference Guide PPP Interface Configuration Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 728
bridge-group <group#> edgeport [disable]
Use the bridge-group edgeport command to set this interface to be an edgeport. This configures the
interface to go to a forwarding state when the link goes up. To return to the default value, use the no form
of this command.
Syntax Description
<group#> Bridge group number (1 to 255) specified using the bridge-group command.
disable Optional.
Configure the interface to not be the edgeport by default. This command is
designed to override the global setting of the
bridge <group#> protocol ieee on
page 211
.
Default Values
By default, this command is set to disable.
Command Modes
(config-interface)# Interface Configuration Mode
Valid interfaces include: Ethernet (eth 0/1), virtual PPP interfaces (ppp 1), and
virtual Frame Relay sub-interfaces (fr 1.20)
Usage Examples
The following example configures the interface to be an edgeport:
(config)#interface ppp 1
(config-ppp 1)#bridge-group 1 edgeport
An individual interface can be configured to not be considered an edgeport. For example:
(config)#interface ppp 1
(config-ppp 1)#bridge-group 1 edgeport disable
or
(config)#interface ppp 1
(config-ppp 1)#no bridge-group 1 edgeport