ARCHITECTURE TECHNOLOGY CORPORATION CRR-1000 Hızlı Başlangıç Kılavuzu - Sayfa 13

Kablosuz Yönlendirici ARCHITECTURE TECHNOLOGY CORPORATION CRR-1000 için çevrimiçi göz atın veya pdf Hızlı Başlangıç Kılavuzu indirin. ARCHITECTURE TECHNOLOGY CORPORATION CRR-1000 18 sayfaları.

CRR-1000 Quick Start Guide

5.2.2 Static Routing: Two Routers, Three Subnets

The CRR-1000s in this example use static routes and require the hardware addresses of the physical
interfaces, as in the previous example.
The configuration necessary for CRR
up on each router to route traffic. Note in the following configuration files each router has a uniquerouter
ID.
Enter the following CLI command to edit the configuration file on each machine:
admin@CRR > configure ares
Configuration for CRR
{
"RouterId" : 10,
"Links" : [
{
"Name" : "subnetA",
"Type" : "Simple",
"Interface" : {
"Name" : "eth0",
"Inet4Addresses" : [ "192.168.10.254/24" ],
"HardwareAddress" : "xx:xx:xx:xx:xx:xx"
}
},
{
"Name" : "subnetB",
"Type" : "Simple",
"Interface" : {
"Name" : "eth1",
"Inet4Addresses" : [ "192.168.100.254/24" ],
"HardwareAddress" : "xx:xx:xx:xx:xx:xx"
},
"Routes" : [ {"Network" : "Default4", "Via" : "192.168.100.253"} ]
}
]
}
Configuration for CRR
{
"RouterId" : 20,
"Links" : [
{
"Name" : "subnetB",
is similar to the previous exercise, except static routes will be set
A
:
A
:
B
11