D-Link DXS-3600 Series Cli Reference Manual page 1061

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
Parameters
ACCESS-LIST-NAME
INTERFACE-ID
in
Default
None.
Command Mode
Router Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
When the access list is applied to the interface using the distribute-list in command, the route updates
received by the specified interface will be filtered based on the access list.
If the interface ID is specified, the distribute-list is applied to the specified interface. If the interface ID is
not specified, the distribute list is applied to all interfaces.
Example
This example shows how to configure access list "East-ranch" to filter RIP protocol route updates.
Switch# configure terminal
Switch(config)# router rip
Switch(config-router)# distribute-list East-ranch in
Switch(config-router)#
85-3 ip prefix-list
This command is used to create a prefix list entry. Use the no form of this command to delete a prefix list
entry.
ip prefix-list LIST-NAME {[seq NUMBER] {deny | permit} NETWORK-ADDRESS/MASK-LENGTH
[ge GE-LENGTH] [le LE-LENGTH] | description DESCRIPTION}
no ip prefix-list LIST-NAME {seq NUMBER | description}
Parameters
LIST-NAME
seq NUMBER
permit
deny
Specifies a standard IP access list to define which received route
updates are to be accepted and which route updates are to be
advertised.
(Optional) Specifies the interface to apply the distribute list.
Specifies to apply the distribute list to incoming route updates.
Specifies the prefix list's name. The maximum length is 32 bytes.
(Optional) Specifies the sequence number The range is from 1 to
65535. The lower the number is, the higher the precedence of the
permit/deny rule.
Specifies that routes that match the entry are permitted.
Specifies that routes that match the entry are denied.
1056

Advertisement

Table of Contents
loading

Table of Contents