网络管理员必备:cisco设备配置

网络
本文为大家介绍了一个cisco设备配置的实例,希望大家按照以下的步骤能够轻松实现预期结果。

cisco设备配置—前提配置:

  1. en  
  2.  
  3. conf t  
  4.  
  5. no ip domain-lookup  
  6.  
  7. line con 0  
  8.  
  9. logg syn  
  10.  
  11. exec-time 0 0  
  12.  
  13. exit  
  14.  
  15. host r1 

cisco设备配置—VTP配置:

  1. vtp domain domain_name  
  2.  
  3. vtp mode server/client/transparent  
  4.  
  5. vtp password password  
  6.  
  7. vtp pruning  
  8.  
  9. vtp version 2 

查看VTP配置:show vtp status

cisco设备配置—VLAN配置:

  1. vlan database (特权模式)  
  2.  
  3. vlan 2 name caiwubu  
  4.  
  5. exit  
  6.  
  7. vlan 2 (全局模式) 

查看VLAN配置:show vlan brief

cisco设备配置—VLAN Trunk配置:

  1. swit trunk encapsulation isl/dot1q/negotiate (接口里面,封装类型)  
  2.  
  3. swit mode trunk 

查看配置:show int f0/1 swit

以太网通道:

  1. int rang f0/1 -f0/10  
  2.  
  3. swit mode trunk  
  4.  
  5. chan lacp;pagp  
  6.  
  7. channel-group 1 mode on  
  8.  
  9. exit 

cisco设备配置—三层交换配置:

  1. ip routing  
  2.  
  3. no swt (改为路由接口)  
  4.  
  5. ip helper-add 192.168.1.1 (DHCP服务器地址) 

cisco设备配置—PVST+配置:

  1. 1.span vlan 2,4-6 pri 4096(倍数0-32768)  
  2.  
  3. 2. root pri/sec  
  4.  
  5. span vlan 2 cost 150 (0-255)  
  6.  
  7. span vlan 2 por * 

查看配置:show span show span vlan * d

cisco设备配置—HSRP配置:

  1. int vlan 2  
  2.  
  3. ip add 192.168.1.1 255.255.255.0  
  4.  
  5. stan 2 ip 192.168.1.254 (虚拟的IP地址)  
  6.  
  7. stan 2 pri 150 (0-255)  
  8.  
  9. stan 2 pree  
  10.  
  11. stan 2 track int f1/0 100 

查看HSRP:show stan b

cisco设备配置—ACL配置:

标准:acc 1(1-99) per(pre den) source(数据源地址)

  1. int f0/0  
  2.  
  3. ip nat inside  
  4.  
  5. int f1/0  
  6.  
  7. ip nat outside  
  8.  
  9. int f0/0  
  10.  
  11. ip acc 1 in 

扩展:acc 101(100-199) per(pre/den) protocol(协议) 源地址 目标地址 --

命名:ip acc stan/ext test

per/den host 192.168.1.1

定时:time-range mytie

per wee 8:30 to 17:30

acc ....... time-range mytie

查看:show acc

cisco设备配置—NAT配置:

静态:ip nat ins sou sta 192.168.100.2 61.159.62.136

端口映射:ip nat ins sou sta tcp 192.168.100.2 80 61.159.62.131 8080 extendable

动态:acc 1 per 192.168.1.0 0.0.0.255

  1. ip nat pool test0 61.159.62.131 62.159.62.190 netmask 255.255.255.192  
  2.  
  3. ip nat ins sou list 1 pool test0 overload  
  4.  
  5. PAT: acc 1 per 10.1.1.0 0.0.0.255  
  6.  
  7. 1.ip nat pool test1 61.159.62.131 61.159.62.131 netmask 255.255.255.148  
  8.  
  9. ip nat ins sou list 1 pool test1 overload  
  10.  
  11. 2.ip nat ins sou list 1 int f0/0 overload 

cisco设备配置—RIP配置:

  1. router rip  
  2.  
  3. ver 2  
  4.  
  5. no au-  
  6.  
  7. network 192.168.1.0  
  8.  
  9. ----- 

cisco设备配置—OSPF配置:

  1. router ospf 1  
  2.  
  3. router-id 1.1.1.1  
  4.  
  5. network 10.0.0.0 0.0.0.3 area 0 

末梢区域:area 1 stub

完全末梢区域:area 1 stub no-su

ness:area 1 nssa

完全ness:area 1 nssa no-su

路由重分发:

  1. router rip  
  2.  
  3. red ospf 1 metric 10  
  4.  
  5. router ospf 1  
  6.  
  7. red rip subnets  
  8.  
  9. def-in orig (默认)  
  10.  
  11. red sta subnets (静态)  
  12.  
  13. red conn subnets (直连) 

cisco设备配置的步骤大家掌握了吗?相信只要按照如上的操作,一定可以达到我们想要的实验结果,更重要的就是希望大家已经掌握了cisco的配置知识。

【编辑推荐】

  1. cisco路由器之关闭一些不必要的服务 上篇
  2. 思科基础知识:管理Cisco互联网络(1)
  3. 思科基础知识:Cisco IOS简介(1)
  4. Cisco基础之网际互连
责任编辑:佚名 来源: 中国IT实验室
相关推荐

2019-05-08 05:03:35

网络日志网络性能日志分析

2009-01-06 14:19:39

网络管理员

2013-06-21 09:00:48

网络管理员应用监控

2012-10-23 14:43:15

2011-03-16 16:46:47

2015-02-13 09:22:40

SDN网络管理员

2009-01-12 09:59:00

网管DHCP网络管理

2011-01-06 10:43:07

网络管理员

2015-09-02 11:16:21

网络管理员系统宕机

2019-08-30 10:28:18

网络配置管理工具

2020-11-25 08:23:51

SaaSIaaS网络管理

2009-12-24 09:59:24

2010-04-14 18:01:00

Unix操作系统

2009-10-09 11:13:27

网络管理员信息安全专家

2009-03-06 10:07:00

WLAN客户端

2009-10-23 21:12:43

WLAN无线网络部署无线管理

2013-05-27 09:22:31

网络管理员SDN软件定义网络

2012-11-28 09:22:55

2009-11-12 14:56:47

2009-01-11 20:45:56

2009网络管理员考试大纲
点赞
收藏

51CTO技术栈公众号