hncys 发表于 2018-7-14 08:47:08

Cisco Route-Route ***配置实例

#show running-config  Building
configuration...  Current configuration : 1203 bytes
  !
  version 12.2
  service timestamps debug datetime msec
  service timestamps log uptime
  no service password-encryption
  !
  hostname 2509a
  !
  enable secret 5 $1$DOX3$rIrxEnTVTw/7LNbxi.akz0
  !
  ip subnet-zero
  no ip domain-lookup
  !
  !
  crypto isakmp policy 10
  hash md5
  authentication pre-share
  crypto isakmp key cisco123 address 200.1.1.1
  !
  !
  crypto ipsec transform-set myset esp-des esp-md5-hmac
  !
  crypto map mymap 10 ipsec-isakmp
  set peer 200.1.1.1
  set transform-set myset
  match address 110
  !
  !
  !
  !
  interface Loopback0
  ip address 172.16.1.1 255.255.255.0
  !
  interface Ethernet0
  ip address 200.1.2.1 255.255.255.0
  no ip route-cache
  no ip mroute-cache
  crypto map mymap
  !
  .
  .
  !--- Output suppressed.
  .
  .

  ip>  ip route 10.1.1.0 255.255.255.0 Ethernet0
  ip route 192.168.1.0 255.255.255.0 Ethernet0
  ip route 200.1.0.0 255.255.0.0 Ethernet0
  no ip http server
  !
  access-list 110 permit ip 172.16.1.0 0.0.0.255 10.1.1.0 0.0.0.255
  access-list 110 permit ip 172.16.1.0 0.0.0.255 192.168.1.0 0.0.0.255
  !
  end
  2509a#
页: [1]
查看完整版本: Cisco Route-Route ***配置实例