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> interface <if_name>

Parameter

Description

<group_id>

Integer that identifies the bridging group

<if_name>

Interface name as configured on the system

Examples

> add bridging group 2 interface eth3

> show bridging group 2
Bridge Configuration
    Bridge Interfaces
        eth3

To use vlan interfaces in a bridging group:

  1. Run this command to add the vlan to the physical interface:

    > Add interface <if_name> vlan <vlan_id>

  2. Run this command to add the interface vlan to the bridging group:

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

Note: All of the specified parameters are required to do these tasks.

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