CISC网络设备使用及配置文档.doc
文本预览下载声明
CISCO 网络设备使用及配置文档
网络结构:光纤传输光猫路由器2800的F0/1(外网地址:66)路由器的F0/0口(内网网关IP:)防火墙ASA5510的0(透明模式 为外接口)防火墙的1(透明模式为内接口)核心交换3560G的(G1 和G2 都可以上接)核心交换机的其它接口分别对应各层接入交换机。
设备配置说明:
路由器:F0/1 IP 是66 掩码:52 网关:65
F0/0 IP是 掩码:
远程TELNET 的用户名:admin 密码:admin@123 特权密码:cisco
防火墙:F0/0 是外部接口 F0/1是内部接口 系统管理IP 网关
掩码: 远程TELNET 密码:cisco特权密码:cisco
核心交换:G1-G2 VLAN 1 IP 地址: 掩码:
G3-G4 VLAN10 IP 地址:54 掩码:
G5-G6 VLAN20 IP 地址:54 掩码:
G7-G8 VLAN30 IP地址:54 掩码:
G9-G10 VLAN40 IP地址:54 掩码:
G11-G12 VLAN50 IP地址:54 掩码:
G13-G14 VLAN60 IP地址:54 掩码:
G21-G22 VLAN70 IP地址:54 掩码:
G23-G24 VLAN80 IP地址:54 掩码:
DHCP:各个VLAN 分发IP 地址及其它信息。
远程管理密码:cisco 特权密码:cisco
设备配置文档:
路由器:
router#sh run
Building configuration...
Current configuration : 4111 bytes
!
! Last configuration change at 05:16:34 UTC Tue Nov 9 2010
!
version 15.0
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable password cisco
!
aaa new-model
!
aaa user profile admin
!
!
!
!
!
!
aaa session-id common
!
ip source-route
!
!
ip cef
!
!
ip domain name
multilink bundle-name authenticated
!
!
!
license udi pid CISCO2811 sn FHK1426F4LU
username admin password 0 admin@123
!
!
!
!
!
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$
ip address
ip nat inside
ip virtual-reassembly
rate-limit output access-group 100 1024000 64000 64000 conform-action transmit exceed-action drop
rate-limit output access-group 101 1024000 64000 64000 conform-action transmit exceed-action drop
duplex auto
speed auto
!
interface FastEthernet0/1
description to-ISP-NET
ip address 66 52
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
ip forward-protocol nd
!
!
ip http server
ip http timeout-policy idle 60 life 86400 requests 1000
显示全部