24 max-concurrent-dd, 25 passive-interface, 26 redistribute – PLANET XGS3-24040 User Manual

Page 502: Concurrent, Passive, Interface, Redistribute

Advertising
background image


34-215

34.24 max-concurrent-dd

Command: max-concurrent-dd <value>

no max-concurrent-dd

Function: Configure with this command the current dd max concurrent number in the OSPF processing.

The “no max-concurrent-dd” command restores the default.

Parameter: <value> ranges between <1-65535>, the capacity of concurrent dd data packet processing.

Default: No default configuration. No dd concurrent limit.

Command Mode: OSPFv3 protocol mode

Usage Guide: Specify the current dd max concurrent number in the OSPF processing.

Example: Set the max concurrent dd to 20.

Switch # config terminal

Switch (config)# router ipv6 ospf

Switch(config-router)#max-concurrent-dd 20

34.25 passive-interface

Command: [no] passive-interface {<ifname>|vlan <vlan-id>}

Function: Configure that the hello group not sent on specific interfaces. The “no

passive-interface{<ifname>|vlan <vlan-id>}” command cancels this function.

Parameter: <ifname> is the specific name of interface.

Default: Not configured

Command Mode: OSPFv3 protocol mode

Example:

Switch # config terminal

Switch (config)# router ipv6 ospf

Switch(config-router)#passive-interface vlan1

34.26 redistribute

Command: [no] redistribute {kernel |connected| static| rip| isis| bgp} [metric<value>] [metric-type

{1|2}][route-map<word>]

Function: Introduce route learnt from other routing protocols into OSPFv3.

Parameter: kernel Introduct from kernel route

connected Introduce from direct route

static Introduce from static route

rip Introduce from the RIP route

isis Introduce from ISIS route

bgp Introduce from BGP route

Advertising