Print Download PDF Send Feedback

Previous

Next

Advanced Configuration

In This Section:

Dynamic Routing

Upgrade Using a USB Drive

Upgrade Using an SD Card

Boot Loader

Upgrade Using Boot Loader

Restoring Factory Defaults

Dynamic Routing

Dynamic Routing is supported with Gaia networking stacks. RIP, OSPF, BGP, and PIM are supported.

Note - Configuration is only supported through the CLI.

This is a sample OSPF interface configuration:

set ospf
	area <backbone | ospf_area> range ip_prefix <on | off>
	area <backbone | ospf_area> range ip_prefix restrict <on | off>
	stub-network ip_prefix <on | off>
	stub-network ip_prefix stub-network-cost <1‑677722>
	
set ospf interface if_name 
	area <backbone | ospf_area> <on | off>
	hello-interval <1‑65535>
	hello-interval default
	dead-interval <1‑65535>
	dead-interval default
	retransmit-interval <1‑65535>
	retransmit-interval default
	cost <1-65535>
	priority <0-255>
	passive <on | off>
	virtual-address <on | off>
	authtype none
	simple password
	md5 key authorization key id secret md5 secret
	md5 key authorization key id 

See the Gaia Advanced Routing Administration Guide for more information.

Note - The save config and route map commands are not supported.