Дерево страниц
Перейти к концу метаданных
Переход к началу метаданных

In the PROFILE ADDRESS TABLE mode, the parameters for the address table profile are adjusted. After making the settings, the profile address-table can be assigned to a specific GPON interface of the PLC8 module with the 'profile address-table <NAME>' command in the GPON-PORT command mode.

profile address-table

This command allows you to create a new ADDRESS-TABLE profile and switch to its configuration mode.

Syntax     

profile address-table <NAME>

Parameters

<NAME> – profile name, case sensitive.

Command mode

PROFILE ADDRESS TABLE

Example

ma4000(config)# profile address-table TEST
ma4000(config-address-table)("TEST")#

name

The command changes the name of the configured profile of the address table.

Syntax     

name <STRING>

Parameters

<STRING> – profile name.

Command mode

PROFILE ADDRESS TABLE

Example

ma4000(config-address-table)("TEST")# name EL

description

The command allows you to add a description for the configured profile of the address table.

The use of a negative form (no) of the command removes a profile description.

Syntax     

[no] description <STRING>

Parameters

<STRING> – text description.

Command mode

PROFILE ADDRESS TABLE

Example

ma4000(config-address-table)("TEST")# description address_table_Test

show profile address-table

This command is used to view the created profiles of the address table.

When you specify a profile name, you will see the settings of the configured address table profile:

  • Description – description
  • Remove when aged – state of the obsolete entries removal function (enabled/disabled);
  • Discard pid unlearned sa – frame redirection state from an unknown source address (enabled/disabled).

Syntax     

show profile address-table [<NAME>]

Parameters

<NAME> – profile name, optional parameter.  

Command mode

ROOT

Example

ma4000# show profile address-table addresstable-00
    Description:                                       'OLT Profile Address Table 0'
    Table config:
        Remove when aged:                              true
        Discard pid unlearned sa:                      true

discard_pid_unlearned_sa

Enable redirection of all frames from an unknown source address when the entry limit value for a certain interface is reached.

The use of the negative form of the command (no) disables the function.

Syntax     

[no] discard_pid_unlearned_sa

Parameters

The command contains no arguments.

Command mode

PROFILE ADDRESS TABLE

Example

ma4000(config-address-table)("TEST")# discard-pid-unlearned-sa	

remove_when_aged

This command configures a procedure for deleting entries that have reached the end of their lifetime.

The use of the negative form of the command (no) disables the function.

Syntax     

[no] remove_when_aged

Parameters

The command contains no arguments.

Command mode

PROFILE ADDRESS TABLE

Example

ma4000(config-address-table)("TEST")# remove-when-aged

svlan

This command creates a new configuration for the service VLAN (SVLAN).

The use of the negative form of the command (no) removes the service VLAN configuration.

Syntax     

[no] svlan <VID> [use [c-vlan|s-vlan|pbits]| forwarding-mode <MODE>| discard-unknown]

Parameters

<VID> – VLAN ID,  may take values [1..4094];

usec-vlan – when this command is specified, the use of the service VLAN is enabled as part of the address table key;

uses-vlan – when this command is specified, the use of the service VLAN is enabled as part of the address table key;

use pbits – when this command is specified, the use of the priority bit is enabled as part of the address table key;

forwarding-mode <MODE> – this command sets the redirection mode, where <MODE> – redirection mode: N_to_1, 1_to_1;

discard-unknown – this command enables the frame rejection with the source address, which is not found in the address table.

Command mode

PROFILE ADDRESS TABLE

Example

ma4000(config-address-table)("TEST")# s-vlan 1 use c-vlan forwarding-mode 1-to-1 discard-unknown
  • Нет меток