|
发表于 2011-6-13 02:01:53
|
显示全部楼层
今天强哥为了让我们更好的成长,给我们加了点“料”,不知道大家掌握了多少。我们
一起回顾下吧!
-----------------------------------------------------------------------------------
模拟测试题:
1.网络类型:PTP:点对点;PTMP:点对多点;BMA:广播多路访问;NBMA:非广播多路访问
2.ospf路由协议:area之间,在路由表上显示OIA;area内部,在路由表上显示O;area之
外,在路由表上显示OE1或OE2.
3.网络参考模型:OSI7层参考模型;接入、汇聚、核心3层参考模型;TCP/IP4层参考模型
4.动态路由协议:rip,eigrp,ospf,igrp,ebgp,ibgp,IS-IS
5.冗余技术:协议,浮动静态路由,网关冗余,生成树
6.VPN类型:PPTP,GRE,IPSec,SSL
应用场合:远程接入:PPTP、SSL;站点互联:GRE、IPSec
7.路由器和交换机的区别:
a.应用场合:路由器用于出口设备,交换机用于接入层,汇聚层,核心层
b.功能不同:路由器主要用于查找路由条目,交换机主要是转发数据包
c.接口类型不同:路由器一般是串行接口,交换机一般是RJ-45、光纤接口
d.高端设备不区分路由器和交换机
8.路由器和防火墙的区别:
a.防火墙的防攻击性能比路由器强
b.防火墙应用于以太网,有分层保护内网功能;路由器应用于广域网
9.以深圳为总部的公司:ZTE中兴,腾讯,华为
扩展:上海:思科 北京:甲骨文
政务网相关知识点:
1.政务网用纯国产设备
2.政务网中的路由器和交换机厂商有:H3C、华为
3.政务网中的防火墙厂商有:海峡黑盾
4.政务网分为:内网,外网,互联网
5.网闸:物力隔离作用
6.SDH专线:2M线
7.IDS:流量镜像span
8.卖网闸的厂商:京泰、联想网域、国宝金泰
9.OC3网速:155M;OC48网速:2.5G;OC192网速:10G
10.POS接口为155M
11.download ACL:在AAA上配置使远程登入用户只能访问内网的服务器
华为设备配置命令:
1.查看路由表:display ip routing
2.静态路由AD=60
3.静态路由配置:ip route-static 10.10.10.0 255.255.255.0 10.10.10.2
4.用户模式进入特权模式:system-view
5.rip配置:
rip
network all
peer 10.10.10.0
int f 0/0
rip version 2 broadcast
6.IS-IS路由协议AD=115
7.关闭前缀列表:undo summary
8.退出:quit
9.返回用户模式:return
10.telnet登入:
user-interface vty 0 4
anthentication-mode password
set anthentication password simple huawei
user privilege level 3
11.enable密码:super password level 1 cipher jack
12.端口汇聚:
interface vlan-interface 1
ip add 10.10.10.0 255.255.255.0
int f 0/0
speed 100
deplex full
13.span配置:
int vlan-interface 1
ip add 10.10.10.1 255.255.255.0
acl number 4000
rule permit agress interface e 0/1
mirrored-to link-group 4000 int e 0/2
14.vlan配置:
vlan 10
port e 0/0 to e 0/4
15.接口类型:access、trunk、hyhunk
16.trunk的配置:
int e 0/0
port link-type trunk
port trunk permit vlan all
17.多层交换配置IP:
interface vlan-interface 2
ip add 10.10.10.1 255.255.255.0
18.华为操作系统:VRP
锐捷操作系统:RJ05
思科操作系统:IOS
19.STP配置:默认关闭
stp enale
stp mode stp
stp root primary
stp priority 10
20.VRRP配置:
vrrp ping-enable
interface e 0/0
vrrp vrid 10 virtual-ip 10.1.1.1
vrrp vrid 10 priority 100
quit
21.ospf配置:
router ip 2.2.2.2
ospf
area 0
network 10.0.0.0 0.255.255.255
return
---------------------------------------------------------------------------------
主打思科,了解华为,兼顾锐捷,你的职场将所向披靡!!!!
|
|