思科3825 配置 cisco3825 配置 实例 今天公司上了思科3825 的路由器,学习到的,稍后做修改整理! 几种状态 >enable-----------------------进入全局模式 #-----------------------------全局模式 #conf-------------------------进入配置模式 #(conf)-----------------------配置模式 EXIT--------------------------退出模式 首先把 console 线和电脑连接起来 然后运行 步骤: 首先登录进入路由器:() Building configuration... Current configuration : 7945 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname cisco-3825-------------------更改用户名 ! boot-start-marker boot-end-marker ! logging buffered 51200 warnings ! aaa new-model ! ! aaa authentication login default local aaa authorization exec default local ! aaa session-id common ip cef ! ! ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 no ip dhcp use vrf connected ip dhcp excluded-address 192.168.0.1 192.168.0.5---------设置DHCP 保留不分配的地址 ip dhcp excluded-address 192.168.0.254 ip dhcp excluded-address 192.168.1.1 192.168.1.5 ip dhcp excluded-address 192.168.1.254 ip dhcp excluded-address 192.168.2.1 192.168.2.5 ip dhcp excluded-address 192.168.2.254 ip dhcp excluded-address 192.168.3.254 ip dhcp excluded-address 192.168.4.254 ip dhcp excluded-address 192.168.5.254 ip dhcp excluded-address 192.168.6.254 ip dhcp excluded-address 192.168.7.254 ip dhcp excluded-address 192.168.8.254 ip dhcp excluded-address 192.168.9.254 ip dhcp excluded-address 192.168.10.254 ip dhcp excluded-address 192.168.11.254 ip dhcp excluded-address 192.168.12.254 ip dhcp excluded-address 192.168.13.254 ip dhcp excluded-address 192.168.14.254 ip dhcp excluded-address 192.168.15.254 ip dhcp excluded-address 192.168.3.1 192.168.3.5 ip dhcp excluded-address 192.168.4.1 192.168.4.5 ip...