把辦公室搬回家(利用***輕鬆管理單位網絡)

版本信息:
*************************************************
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-IK8O3S-M), Version 12.2(11)T,  RELEASE SOFTWARE (fc1)
TAC Support: [url]http://www.cisco.com/tac[/url]
Copyright (c) 1986-2002 by cisco Systems, Inc.
Compiled Thu 01-Aug-02 12:47 by ccai
Image text-base: 0x8000809C, data-base: 0x818188F4
ROM: System Bootstrap, Version 12.2(8r) [cmong 8r], RELEASE SOFTWARE (fc1)
Router uptime is 3 weeks, 1 day, 20 hours, 21 minutes
System returned to ROM by power-on
System image file is "flash:c2600-ik8o3s-mz.122-11.T.bin"
cisco 2621XM (MPC860P) processor (revision 0x400) with 125952K/5120K bytes of memory.
Processor board ID JPE084510N1 (3619205275)
M860 processor: part number 5, mask 2
Bridging software.
X.25 software, Version 3.0.0.
2 FastEthernet/IEEE 802.3 interface(s)
32K bytes of non-volatile configuration memory.
32768K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102
*************************************************
配置:
*************************************************
Building configuration...
Current configuration : 1559 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
enable secret 5 $1$bR64$VVupoZeqyIFkKCDssX9E7/
enable password aaa
!
username cisco password 0 cisco1230
username client password 0 testclient0
ip subnet-zero
ip cef
!
!
no ip domain lookup
ip name-server 192.168.254.2
!
ip audit notify log
ip audit po max-events 100
vpdn enable
!
vpdn-group 1
! Default PPTP VPDN group
 accept-dialin
  protocol pptp
  virtual-template 1
!
voice call carrier capacity active
!
!
mta receive maximum-recipients 0
!        
!
interface FastEthernet0/0    //內網地址
 ip address 192.168.254.11 255.255.255.0
 ip nat inside
 duplex auto
 speed auto
!
interface FastEthernet0/1    //外網地址
 ip address 221.194.18.101 255.255.255.192
 ip nat outside
 speed auto
 full-duplex
!
interface Virtual-Template1
 ip unnumbered FastEthernet0/1
 no keepalive
 peer default ip address pool test
 ppp encrypt mppe 40
 ppp authentication pap chap ms-chap
!
ip local pool test 192.168.254.12 192.168.254.15
ip nat pool nataddr 221.194.18.101 221.194.18.101 netmask 255.255.255.192
ip nat inside source list 1 pool nataddr overload
ip classless
ip route 0.0.0.0 0.0.0.0 221.194.18.65
ip route 192.168.0.0 255.255.0.0 192.168.254.254
no ip http server
ip pim bidir-enable
!
!
access-list 1 permit 192.168.254.0 0.0.0.255
!
snmp-server community lfzj RO
snmp-server enable traps tty
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
 password 888888
 login
!
!
end
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章