Allied Telesis AT-9900 用户手册

下载
页码 232
Software Version 2.8.1
95
Software Version 2.8.1
C613-10477-00 REV B
add ospf interface
Syntax
ADD OSPF INTerface=interface AREa={BAckbone|area-number
[AUthentication={AREadefault|NONE|PASSword|MD5}] 
[BOOST1=0..1023] [DEadinterval=2..2147483647] 
[DEMand={ON|OFF|YES|NO|True|False}] 
[HEllointerval=1..65535] 
[NETwork={BROadcast|NON-broadcast}] 
[PASSIve={ON|OFF|YES|NO|True|False}] 
[PASSword={NONE|password}] [POLLInterval=1..2147483647] 
[PRIOrity=0..255] [RXmtinterval=1..3600] 
[TRansitdelay=1..3600] [VIrtuallink=router-id]
Description
The password parameter specifies the password used for authentication. A 
password is required if the authentication scheme for the area has been set to 
password
 by using the add ospf area or the set ospf area commands. If none is 
specified, no password is configured on the interface. The default is none.
add ospf redistribute
Syntax
ADD OSPF REDistribute PROTocol={BGP|INTerface|RIP|STAtic} 
[LIMit=1..4000] [METric={0..16777214|ORiginal}]
 
[ROUTEMap=routemap] [SUBNET={ON|OFF|YES|NO|True|False}] 
[TAG={1..65535|ORiginal}] [TYpe={1|2|ORiginal}]
where routemap is the name of an IP route map
Description
The modified protocol parameter specifies the type of route to redistribute. 
Specify bgp or rip to redistribute routes derived from BGP or RIP, respectively. 
Specify interface to redistribute non-OSPF interface routes. Specify static to 
redistribute statically configured routes.
The new limit parameter specifies the maximum number of routes that can be 
redistributed into OSPF for the specified protocol. The default is 1000. If you 
add a BGP redistribution definition, the limit parameter overwrites the setting 
of the bgplimit parameter in the 
The modified metric parameter specifies the route metric that OSPF assigns to 
routes that it redistributes. If you specify original, the original route metric is 
preserved in the redistributed route—metric1 for Type-1 routes or metric2 for 
Type-2 routes. If you assign a route map that sets the metric, the route map 
overrides the setting in this parameter. The default is 20.
The modified tag parameter specifies a number OSPF uses to label routes that 
it redistributes. If you specify original, the original route tag is preserved in the 
redistributed route. If you assign a route map that sets the tag, the route map 
overrides the setting in this parameter. The default is original.
The modified type parameter specifies the OSPF external route type that OSPF 
assigns to routes that it redistributes. Use the type parameter to ensure that all 
externally-sourced OSPF routes are the same type and therefore use the same 
method to calculate route metrics. Specify 1 if you require the routes to have a 
Type-1 external metric, or 2 if you require the routes to have a Type-2 external 
metric. If you assign a route map that sets the type, the route map overrides the 
setting in this parameter. The default is 2.