First page Back Continue Last page Image

Configuring A Default Static Route

The basic command syntax for an IPv4 default static route is :

RX(config)# ip route 0.0.0.0 0.0.0.0 {ip | if}

IPv4

IPv6

The network address is 0.0.0.0 

and the subnet mask is 0.0.0.0

The 0.0.0.0 0.0.0.0 in the route will match any network address

An IPv4 default static route is commonly referred to as a quad-zero route

Next Hop IP Address

Exit Interface

or

The ipv6-prefix/prefix-length is ::/0

The ::/0 in the address will match all routes

The basic command syntax for an IPv6 default static route is :

RX(config)# ipv6 route ::/0 {ipv6|if}

Next Hop IP Address

Exit Interface

or

The IPv6 Static Route does not have an Alias