- 积分
- 632
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 注册时间
- 2013-7-15
- 最后登录
- 1970-1-1
- 阅读权限
- 40
- 听众
- 收听
中级工程师
|
张家口交通局及其收费站信息化案例
技术文档(供技术人员参考)
路由器配置
Router#sh run
Building configuration...
Current configuration:
!
!version 1.2.9I
!
controller E1 3/1
framing NO-CRC4
channel 0 timeslots 1-15,17-31
!
controller E1 3/2
unframed
更多资源请关注鸿鹄论坛:http://bbs.hh010.com
!
controller E1 3/3
unframed
!
username 333 password 333
username test password test
username 222 password 222
!
interface FastEthernet1/0
ip address 192.168.2.1 255.255.255.0
no ip directed-broadcast
physical-interface twist
ip nat inside
!
interface Serial2/0
no ip address
no ip directed-broadcast
!
interface Serial2/1
no ip address
no ip directed-broadcast
!
interface Serial2/2
no ip address
no ip directed-broadcast
!
interface Serial2/3
no ip address
no ip directed-broadcast
!
interface Serial3/1:0
ip address 211.143.131.6 255.255.255.252
no ip directed-broadcast
encapsulation ppp
bandwidth 1920000
ip nat outside
!
interface Serial3/2:0
description "connect to dongyanghe "
ip address 192.168.6.1 255.255.255.0
no ip directed-broadcast
encapsulation ppp
bandwidth 2048000
!
更多资源请关注鸿鹄论坛:http://bbs.hh010.com
interface Serial3/3:0
description "connect to xiabali"
ip address 192.168.8.1 255.255.255.0
no ip directed-broadcast
encapsulation ppp
bandwidth 2048000
!
interface Async0/0
no ip address
no ip directed-broadcast
!
router rip
network 192.168.2.0
network 192.168.6.0
network 192.168.8.0
version 2
!
ip route default 211.143.131.5
ip route 192.168.1.0 255.255.255.0 192.168.2.254
ip route 211.143.130.12 255.255.255.252 192.168.2.254
ip route 192.168.7.0 255.255.255.0 192.168.6.2 253
ip route 192.168.9.0 255.255.255.0 192.168.8.2 253
!
service timestamps log date
service timestamps debug date
!
ip access-list standard center-list
permit any
!
ip nat pool ceter 211.143.130.9 211.143.130.14 255.255.255.248
ip nat pool center 211.143.130.9 211.143.130.11 255.255.255.248
ip nat pool cente 211.143.130.9 211.143.130.10 255.255.255.252
ip nat inside source list center-list pool cente overload
!
Router_config#
Router_config#
DCR2501 配置(下八里收费站):
Router# ifconfig e1 192.168.9.254 255.255.255.0
Router# ifconfig w1 192.168.8.2 255.255.255.0 ppp
Router# route add default w1
Router# route add 192.168.1.0 255.255.255.0 192.168.8.1 253
Router# route add 192.168.2.0 255.255.255.0 192.168.8.1 253
Router# route add 211.143.130.12 255.255.255.252 192.168.8.1 253
更多资源请关注鸿鹄论坛:http://bbs.hh010.com
Router# rip en e1
Router#rip en w1
Router#rip e1 send rip2 rece rip2
Router#rip w1 send rip2 rece rip2
Router# save
DCR2501 配置(东洋河收费站):
Router# ifconfig e1 192.168.7.254 255.255.255.0
Router# ifconfig w1 192.168.6.2 255.255.255.0 ppp
Router# route add default w1
Router# route add 192.168.1.0 255.255.255.0 192.168.6.1 253
Router# route add 192.168.2.0 255.255.255.0 192.168.6.1 253
Router# route add 211.143.130.12 255.255.255.252 192.168.6.1 253
Router# rip en e1
Router#rip en w1
Router#rip e1 send rip2 rece rip2
Router#rip w1 send rip2 rece rip2
Router# save
防火墙DCFW1800 的配置:
to be contiue ......
该贴已经同步到 huangjun6920的微博 |
|