Chapter 29 port Commands
Management Switch Card User’s Guide
800
29.20 IP Bridge Edge Router Commands
Use these commands to set up and maintain edge routers in an IP bridge.
Edge routers are usually the gateways that are provided to the subscribers. They can also be
gateways that are specified in static routing table entries. Each edge router, in addition to its IP
address, has an associated VLAN ID. When the MSC forwards a frame to an edge router, it uses this
VLAN ID to replace whatever VLAN ID the subscriber specified.
29.20.1 port ipbpvc edgerouter delete Command
Syntax:
port ipbpvc edgerouter delete <ip-address> <vid>
where
This command deletes the edge router with the specified IP address and VLAN ID.
The following example deletes edge router 192.168.1.244 with VID 402.
29.20.2 port ipbpvc edgerouter set Command
Syntax:
port ipbpvc edgerouter set <ip/mask> <vid>
where
This command creates an edge router with the specified IP address, subnet mask, and VID. The
MSC uses the VLAN ID when it forwards frames to the edge router. It also uses the VLAN ID to
identify the domain the edge router is in.
The following example creates edge router 192.168.1.244 with subnet mask 255.255.255.0 and
VID 402.
<ip-address>=
IP address, in dotted decimal notation.
<vid>=
The ID (<1..4094>) of the VLAN.
ras> port ipbpvc edgerouter delete 192.168.1.244 402
<ip/mask>=
Edge router’s IP address, in dotted decimal notation and number of bits <1..32> in the
subnet mask.
<vid>=
The ID (<1..4094>) of the VLAN.
ras> port ipbpvc edgerouter set 192.168.1.244/24 402