Command Syntax
set protocols ospf4 area <area-id> summaries disable <bool>
Parameter
• <area-id> The OSPF area to which the attached network belongs.
• <bool> Disable summaries into stub or not-so-stubby areas.Required select include:
true false Example
• This example disable the summary function on area 1.1.1.1.
XorPlus# set protocols ospf4 area 1.1.1.1summaries disable true XorPlus# commit
protocols ospf4 area <area-id> virtual-link <router-id>
authentication md5 <int> end-time
User can configure the deadline of virtual link OSPF interface md5 ID authentication.
Command Syntax
set protocols ospf4 area <area-id> virtual-link <router-id> authentication md5 <int> end-time <time>
Parameter
• <area-id> The OSPF area to which the attached network belongs. • <router-id> A unique 32-bit identifier within this AS.
• <int> The MD5 authentication key ID range 0-255 • <time> Authentication end time (YYYY-MM-DD.HH:MM)
Example
• This example configure the deadline of the virtual link OSPF interface md5 key ID authentication
XorPlus# set protocols ospf4 area 0.0.0.0 virtual-link 4.4.4.4 authentication md5 23 end-time 2014-3-20.23:21
XorPlus# commit
protocols ospf4 area <area-id> virtual-link <router-id>
authentication md5 <int> max-time-drift
User can configure the virtual link OSPF interface md5 authentication ID and the max time drift among all routers.
Command Syntax
set protocols ospf4 area <area-id> virtual-link <router-id> authentication md5 <int> max-time-drift <time>
Parameter
• <area-id> The OSPF area to which the attached network belongs. • <router-id> A unique 32-bit identifier within this AS.
• <int> The MD5 authentication key ID range 0-255
• <time> Maximum time drift (in seconds) among all routers.Required select include:
0-65534 The maximum time drift 65535 Unlimited time drift Example
• This example configure the max time drift 20 seconds of the virtual link OSPF interface md5 key ID 23 authentication
XorPlus# set protocols ospf4 area 0.0.0.0 virtual-link 4.4.4.4 authentication md5 23 max-time-drift 20
XorPlus# commit
protocols ospf4 area <area-id> virtual-link <router-id>
authentication md5 <int> password
Parameter
• <area-id> The OSPF area to which the attached network belongs. • <router-id> A unique 32-bit identifier within this AS.
• <int> The MD5 authentication key ID range 0-255 • <pw> Authentication password
Example
• This example configure the password of the virtual link OSPF interface md5 key ID authentication
XorPlus# set protocols ospf4 area 0.0.0.0 virtual-link 4.4.4.4 authentication md5 23 password pica8
XorPlus# commit
protocols ospf4 area <area-id> virtual-link <router-id>
authentication md5 <int> simple-password
User can configure the simple password key of virtual link OSPF interface md5 ID authentication.
Command Syntax
set protocols ospf4 area <area-id> virtual-link <router-id> authentication md5 <int> simple-password <pd>
Parameter
• <area-id> The OSPF area to which the attached network belongs. • <router-id> A unique 32-bit identifier within this AS.
• <int> The MD5 authentication key ID range 0-255 • <pd> Simple password authentication key.
Example
• This example configure the simple password key of the virtual link OSPF interface md5 key ID authentication
XorPlus# set protocols ospf4 area 0.0.0.0 virtual-link 4.4.4.4 authentication md5 23 simple-password pica8
XorPlus# commit
protocols ospf4 area <area-id> virtual-link <router-id>
authentication md5 <int> start-time
User can configure the start time of virtual link OSPF interface md5 ID authentication.
Command Syntax
set protocols ospf4 area <area-id> virtual-link <router-id> authentication md5 <int> start-time <time>
Parameter
• <area-id> The OSPF area to which the attached network belongs. • <router-id> A unique 32-bit identifier within this AS.
• <int> The MD5 authentication key ID range 0-255
• <time> Authentication start time (YYYY-MM-DD.HH:MM)
Example
• This example configure the start time of the virtual link OSPF interface md5 key ID authentication
XorPlus# set protocols ospf4 area 0.0.0.0 virtual-link 4.4.4.4 authentication md5 23 start-time 2014-3-20.23:21
XorPlus# commit
protocols ospf4 area <area-id> virtual-link <router-id>
hello-interval
User can configurethe interval time of virtual link OSPF interface sending hello packets.
Command Syntax
set protocols ospf4 area <area-id> virtual-link <router-id> hello-interval <time>
Parameter
• <area-id> The OSPF area to which the attached network belongs. • <router-id> A unique 32-bit identifier within this AS.
• <time> The Hello packets interval range 1-65535.
Example
• This example configurethe interval time 20 seconds of virtual link OSPF interface sending hello packets.
XorPlus# set protocols ospf4 area 0.0.0.0 virtual-link 4.4.4.4 hello-interval 20
XorPlus# commit
protocols ospf4 area <area-id> virtual-link <router-id>
retransmit-interval
User can configurethe interval time of virtual link OSPF interface retransmitting the OSPF route.
Command Syntax
set protocols ospf4 area <area-id> virtual-link <router-id> retransmit-interval <time>
Parameter
• <area-id> The OSPF area to which the attached network belongs. • <router-id> A unique 32-bit identifier within this AS.
Example
• This example configurethe interval time 20 seconds of virtual link OSPF interface retransmitting the OSPF route
XorPlus# set protocols ospf4 area 0.0.0.0 virtual-link 4.4.4.4 retransmit-interval 20
XorPlus# commit
protocols ospf4 area <area-id> virtual-link <router-id>
router-dead-interval
User can configurethe waiting interval time before virtual link OSPF interface considering a neighbor dead.
Command Syntax
set protocols ospf4 area <area-id> virtual-link <router-id> router-dead-interval <time>
Parameter
• <area-id> The OSPF area to which the attached network belongs. • <router-id> A unique 32-bit identifier within this AS.
• <time> The neighbor router dead interval range 1-4294967295.
Example
• This example configurethe waiting interval time 20 seconds before virtual link OSPF interface considering a neighbor dead
XorPlus# set protocols ospf4 area 0.0.0.0 virtual-link 4.4.4.4 router-dead-interval 20
XorPlus# commit
protocols ospf4 area <area-id> virtual-link <router-id>
transmit-delay
User can configurethe time to transmit an LSA on this address of the virtual link OSPF interface.
Command Syntax
set protocols ospf4 area <area-id> virtual-link <router-id> transmit-delay <time>
Parameter
• <area-id> The OSPF area to which the attached network belongs. • <router-id> A unique 32-bit identifier within this AS.
• <time> The extra addition to age field of all transmitted LSAs range 1-3600.
Example
XorPlus# set protocols ospf4 area 0.0.0.0 virtual-link 4.4.4.4 transmit-delay 2
XorPlus# commit