I have some, what I am sure are really basic, questions on the router setups I have inherited.
I have the following setup:
I am running frame relay through three sites. Each site has a 1750 router. Primary site has a NT DHCP server (running WINS also) and the other two sites are running Cisco DHCP off the router. I am using private addressing.
Interfaces for FastEthernet0
Site 1 - 192.168.1.1
Site 2 - 192.168.2.1
Site 3 - 192.168.3.1
Is this Class B addressing?
Interfaces for Serial0
Site 1 - 10.0.1.1
Site 2 - 10.0.1.2
Site 3 - 10.0.1.3
Is this Class C addressing?
Why use different addressing classes for the two interface types? Do these routers form a single network through the serial interfaces and does each router represent a single network through it fastethernet interface? Why do it this way?
The desired outcome is to be able to browse objects in the other subnets.
In a Cisco paper (Configuring IP) there is a section entitled 'Creating a Network from Seperated Subnets Example'. In this they discuss the use of secondary addresses to bring the subnets into a logical network. If I provide a Class C secondary address for each FastEthernet0 interface will this provide me with the desired outcome?
The satellite sites each have a static route like this:
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip route 192.168.1.0 255.255.255.0 10.0.1.1
no ip http server
The primary site's router currently has static routes set as such:
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.254
ip route 192.168.1.4 255.255.255.255 FastEthernet0
ip route 192.168.2.0 255.255.255.0 10.0.1.2
ip route 192.168.3.0 255.255.255.0 10.0.1.3
no ip http server
There is no routing protocol enabled. Is there any advantage or disadvantage to routing traffic to these subnets to the Serial0 interface?
Thanks in Advance
I have the following setup:
I am running frame relay through three sites. Each site has a 1750 router. Primary site has a NT DHCP server (running WINS also) and the other two sites are running Cisco DHCP off the router. I am using private addressing.
Interfaces for FastEthernet0
Site 1 - 192.168.1.1
Site 2 - 192.168.2.1
Site 3 - 192.168.3.1
Is this Class B addressing?
Interfaces for Serial0
Site 1 - 10.0.1.1
Site 2 - 10.0.1.2
Site 3 - 10.0.1.3
Is this Class C addressing?
Why use different addressing classes for the two interface types? Do these routers form a single network through the serial interfaces and does each router represent a single network through it fastethernet interface? Why do it this way?
The desired outcome is to be able to browse objects in the other subnets.
In a Cisco paper (Configuring IP) there is a section entitled 'Creating a Network from Seperated Subnets Example'. In this they discuss the use of secondary addresses to bring the subnets into a logical network. If I provide a Class C secondary address for each FastEthernet0 interface will this provide me with the desired outcome?
The satellite sites each have a static route like this:
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip route 192.168.1.0 255.255.255.0 10.0.1.1
no ip http server
The primary site's router currently has static routes set as such:
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.254
ip route 192.168.1.4 255.255.255.255 FastEthernet0
ip route 192.168.2.0 255.255.255.0 10.0.1.2
ip route 192.168.3.0 255.255.255.0 10.0.1.3
no ip http server
There is no routing protocol enabled. Is there any advantage or disadvantage to routing traffic to these subnets to the Serial0 interface?
Thanks in Advance