对Cisco路由器2621进行以下配置:

来源:百度知道 编辑:UC知道 时间:2024/09/22 01:16:54
(1)全局配置模式:默认路由器、远程登录(限制主机)、主机名、enable密文密码。
(2)serial0端口:描述、IP地址、线路速率、封装协议类型、打开端口、连接线路的宽带。
(3)fastethernet0/1端口:描述、IP地址、批发数据包使用的模式、收发数据包使用的速度、打开端口.

1.access-list 100 permit tcp 10.0.0.0 0.0.0.255 eq 23 any eq23
access-list 100 deny tcp any eq 23 any eq23

lint vty 0 4
access-group 100 in
login
password admin
logging syn

hostname Cisco_router

enable secret cisco

service password-encryption

2.interface serial 0/0
description "type you need"
ip address 172.16.0.1 255.255.255.252
bandwidth 2048
encapsulation ppp
no shutdown

3.interface fa0/1
description "type you need"
ip address 10.0.0.1 255.255.255.0
duplex full
speed 100
no shutdown

你什么都说不清楚。
新买的cisco路由器要从超级中断访问

(1)
默认路由:ip route 0.0.0.0 0.0.0.0 (下一跳地址)
远程登陆:
line vty 0 4
login
password admin

配置主机名:
hostname (自定)

enable 密码:
enable password 0/7

(2)
进入端口:encapsulation (ppp ,hdlc,frame-re