Default Route Policy setting
EXAMPLE:
Device – NSA E6500
Firmware version – SonicOS Enhanced 5.6.x.x. or higher
RIP and OSPF are disabled by default. If you need to use dynamic routing, it will be necessary to enable these routing protocols on specific interfaces.
Default Route policies
Default Routing policy – 1
| # | Source | Destination | Service | Gateway | Interface | Metric | Priority |
| 1 | Any | 255.255.255.255/32 | Any | 0.0.0.0 | X0 | 20 | 1 |
| # | Source | Destination | Service | Gateway | Interface | Metric | Priority |
| 2 | Any | X1 Default Gateway | Any | 0.0.0.0 | X1 | 20 | 2 |
| # | Source | Destination | Service | Gateway | Interface | Metric | Priority |
| 3 | Any | W0 subnet | Any | 0.0.0.0 | W0 | 20 | 3 |
| 4 | Any | X2 Subnet | Any | 0.0.0.0 | X2 | 20 | 4 |
| 5 | Any | LAN Primary subnet | Any | 0.0.0.0 | X0 | 20 | 6 |
| 6 | Any | WAN Primary Subnet | Any | 0.0.0.0 | X1 | 20 | 7 |
Default Routing policy – 7
| # | Source | Destination | Service | Gateway | Interface | Metric | Priority |
| 7 | WAN Primary IP | Any | Any | X1 Default Gateway | X1 | 20 | 8 |
Default Routing policy – 8
| # | Source | Destination | Service | Gateway | Interface | Metric | Priority |
| 8 | Any | 0.0.0.0/0 | Any | 10.50.20.1 | X1 | 20 | 9 |
EXAMPLE: Below you will also see a route table from a simple Windows XP system w/ a single NIC, and it has many of the sames, specifically: #1 broadcast route ; #3 connected network route ; #8 default route.
H:>ipconfig
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 10.50.22.51
Subnet Mask . . . . . . . . . . . : 255.255.252.0
Default Gateway . . . . . . . . . : 10.50.20.1
H:>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 16 76 96 d9 cc ...... Intel(R) PRO/100 VE Network Connection - Packet Scheduler
Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.50.20.1 10.50.22.51 20
10.50.20.0 255.255.252.0 10.50.22.51 10.50.22.51 20
10.50.22.51 255.255.255.255 127.0.0.1 127.0.0.1 20
10.255.255.255 255.255.255.255 10.50.22.51 10.50.22.51 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
224.0.0.0 240.0.0.0 10.50.22.51 10.50.22.51 20
255.255.255.255 255.255.255.255 10.50.22.51 10.50.22.51 1
Default Gateway: 10.50.20.1
===========================================================================
Persistent Routes: None