CaptHarrased
Technical User
Good Idea Baddos,
Ok,here we go,
The job is designing a way to install 805's to bridge or route in such a way that engineers with no cisco or routing knowledge can install them (UK wide!)
Standard scenario is main site with 1600 configured by third party supplier(no access to router or config!) This may or may not run nat depending on area. The 1600 supplies connectivity to the outside. The 805's supply connectivity to the remote site only via a dedicated line. OK there is no problem with a bridged scenario that works fine. The problem arises when you route because all the remote clients have the 805 at the main site as their default gateway (using 2000 with rdp client or terminal server thin clients) so internet and email only possable when connecting via the thin sessions. Got round this by setting up static routes on the servers and clients but this overly complicates matters. Now i am surmising that this can be got round by specifying the static routes required in the routers but am not sure if you can or how to do it. The problem is most of the sites are non nat with no available addresses as previously bridges were used with standard internal addresses at the remote end.
What i need is a config file that an any engineer can edit the ip addresses on and blow to the router via console. This i have other than the static route part. The only way i know how to do it is to put the routes on the remote stations and the connecting servers. Plus i do get the feeling that my config has a few things missing even though it works! By the way if I'am coming across like a drowning man its because i am!
enable
config t
hostname Branch
enable secret xxxx
no ip source-route
ip routing
ip classless
ip subnet-zero
interface ethernet 0
no shutdown
ip address 192.168.2.254 255.255.255.0
exit
interface serial 0
ip address 100.0.0.2 255.255.255.0
no shutdown
exit
no router rip
ip route 0.0.0.0 0.0.0.0 serial 0
line console 0
password xxxx
login
line vty 0 4
password xxxx
login
exit
exit
copy run start
reload
**********************************************************
enable
config t
hostname Main
enable secret xxxx
no ip source-route
ip routing
ip classless
ip subnet-zero
interface ethernet 0
no shutdown
ip address 192.168.1.253 255.255.255.0
exit
interface serial 0
ip address 100.0.0.1 255.255.255.0
no shutdown
exit
no router rip
ip route 0.0.0.0 0.0.0.0 serial 0
line console 0
password xxxx
login
line vty 0 4
password xxxx
login
exit
exit
copy run start
reload
*********************************************************
Any advice will be much appreciated but please be aware Ive not got much hands on!! so be gentle!!!!!!!
Ok,here we go,
The job is designing a way to install 805's to bridge or route in such a way that engineers with no cisco or routing knowledge can install them (UK wide!)
Standard scenario is main site with 1600 configured by third party supplier(no access to router or config!) This may or may not run nat depending on area. The 1600 supplies connectivity to the outside. The 805's supply connectivity to the remote site only via a dedicated line. OK there is no problem with a bridged scenario that works fine. The problem arises when you route because all the remote clients have the 805 at the main site as their default gateway (using 2000 with rdp client or terminal server thin clients) so internet and email only possable when connecting via the thin sessions. Got round this by setting up static routes on the servers and clients but this overly complicates matters. Now i am surmising that this can be got round by specifying the static routes required in the routers but am not sure if you can or how to do it. The problem is most of the sites are non nat with no available addresses as previously bridges were used with standard internal addresses at the remote end.
What i need is a config file that an any engineer can edit the ip addresses on and blow to the router via console. This i have other than the static route part. The only way i know how to do it is to put the routes on the remote stations and the connecting servers. Plus i do get the feeling that my config has a few things missing even though it works! By the way if I'am coming across like a drowning man its because i am!
enable
config t
hostname Branch
enable secret xxxx
no ip source-route
ip routing
ip classless
ip subnet-zero
interface ethernet 0
no shutdown
ip address 192.168.2.254 255.255.255.0
exit
interface serial 0
ip address 100.0.0.2 255.255.255.0
no shutdown
exit
no router rip
ip route 0.0.0.0 0.0.0.0 serial 0
line console 0
password xxxx
login
line vty 0 4
password xxxx
login
exit
exit
copy run start
reload
**********************************************************
enable
config t
hostname Main
enable secret xxxx
no ip source-route
ip routing
ip classless
ip subnet-zero
interface ethernet 0
no shutdown
ip address 192.168.1.253 255.255.255.0
exit
interface serial 0
ip address 100.0.0.1 255.255.255.0
no shutdown
exit
no router rip
ip route 0.0.0.0 0.0.0.0 serial 0
line console 0
password xxxx
login
line vty 0 4
password xxxx
login
exit
exit
copy run start
reload
*********************************************************
Any advice will be much appreciated but please be aware Ive not got much hands on!! so be gentle!!!!!!!