Open Frames Download Complete PDF Send Feedback Print This Page

Previous

Next

Configuring Bridge Interfaces

Use these commands to work with Bridge interfaces.

Syntax

> add bridging group <group_id> interface <if_name>
> delete bridging group <group_id> interface <if_name>
> show bridging group <group_id>

Parameter

Description

<group_id>

Integer that identifies the bridging group

<if_name>

Interface name as configured on the system

Example

> add bridging group 2 interface eth3
> show bridging group 2

Output

Bridge Configuration
    Bridge Interfaces
        eth3

To use vlan interfaces in a bridging group:

  1. Add the vlan to the physical interface:

    > add interface <if_name> vlan <vlan_id>

  2. Add the interface vlan to the bridging group:

    > add bridging group <group_id> interface <if_name>.<vlan_id>

 
Top of Page ©2014 Check Point Software Technologies Ltd. All rights reserved. Download Complete PDF Send Feedback Print