华为3026交换机流量监控配置单

注明:此交换机为华为3026系列交换机,做流量监控的必须配置要求 <Quidway>display current-configuration  【显示交换机配置信息】
#
 sy sname Quidway
#
radius scheme system
 server-type huawei
 primary authentication 127.0.0.1 1645
 primary accounting 127.0.0.1 1646
 user-name-format without-domaindomain system
 radius-scheme system
 access-limit disable
 state active
 vlan-assignment-mode integer
 idle-cut disable
 self-service-url disable
 messenger time disable domain default enable system
#
 local-server nas-ip 127.0.0.1 key huawei
#
 temperature-limit 0 42 65
#
 am enable   【这里要开启】
#
vlan 1
#
interface Vlan-interface1      【设置交换机IP】
 ip address 交换机VLAN1IP 掩码地址#
interface Aux0/0
#
interface Ethernet0/1          【这里设置1口为出入口】
#
interface Ethernet0/2           【以下2-24口彼此都做隔离】
 am isolate Ethernet0/3 to Ethernet0/24
#
interface Ethernet0/3
 am isolate Ethernet0/2 Ethernet0/4 to Ethernet0/24
#
interface Ethernet0/4
 am isolate Ethernet0/2 to Ethernet0/3 Ethernet0/5 to Ethernet0/24
#
interface Ethernet0/5
 am isolate Ethernet0/2 to Ethernet0/4 Ethernet0/6 to Ethernet0/24
#
interface Ethernet0/6
 am isolate Ethernet0/2 to Ethernet0/5 Ethernet0/7 to Ethernet0/24
#
interface Ethernet0/7
 am isolate Ethernet0/2 to Ethernet0/6 Ethernet0/8 to Ethernet0/24
#
interface Ethernet0/8
 am isolate Ethernet0/2 to Ethernet0/7 Ethernet0/9 to Ethernet0/24
#
interface Ethernet0/9
 am isolate Ethernet0/2 to Ethernet0/8 Ethernet0/10 to Ethernet0/24
#
interface Ethernet0/10
 am isolate Ethernet0/2 to Ethernet0/9 Ethernet0/11 to Ethernet0/24
#
interface Ethernet0/11
 am isolate Ethernet0/2 to Ethernet0/10 Ethernet0/12 to Ethernet0/24
#
interface Ethernet0/12
 am isolate Ethernet0/2 to Ethernet0/11 Ethernet0/13 to Ethernet0/24
#
interface Ethernet0/13
 am isolate Ethernet0/2 to Ethernet0/12 Ethernet0/14 to Ethernet0/24
#
interface Ethernet0/14
 am isolate Ethernet0/2 to Ethernet0/13 Ethernet0/15 to Ethernet0/24
#
interface Ethernet0/15
 am isolate Ethernet0/2 to Ethernet0/14 Ethernet0/16 to Ethernet0/24
#
interface Ethernet0/16
 am isolate Ethernet0/2 to Ethernet0/15 Ethernet0/17 to Ethernet0/24
#
interface Ethernet0/17
 am isolate Ethernet0/2 to Ethernet0/16 Ethernet0/18 to Ethernet0/24
#
interface Ethernet0/18
 am isolate Ethernet0/2 to Ethernet0/17 Ethernet0/19 to Ethernet0/24
#
interface Ethernet0/19
 am isolate Ethernet0/2 to Ethernet0/18 Ethernet0/20 to Ethernet0/24
#
interface Ethernet0/20
 am isolate Ethernet0/2 to Ethernet0/19 Ethernet0/21 to Ethernet0/24
#
interface Ethernet0/21
 am isolate Ethernet0/2 to Ethernet0/20 Ethernet0/22 to Ethernet0/24
#
interface Ethernet0/22
 am isolate Ethernet0/2 to Ethernet0/21 Ethernet0/23 to Ethernet0/24
#
interface Ethernet0/23
 am isolate Ethernet0/2 to Ethernet0/22 Ethernet0/24
#
interface Ethernet0/24
 am isolate Ethernet0/2 to Ethernet0/23
#
interface NULL0
#  【设置交换机网络关】
 ip route-static 0.0.0.0 0.0.0.0 网关IP preference 60
#  【开启SNMP协议】
 snmp-agent
 snmp-agent local-engineid 800007DB000FE20183BF6877
 snmp-agent community write  private
 snmp-agent community read  olylinux  【设置public信息,可随意名称】
 snmp-agent sys-info contact xxxx@126.com
 snmp-agent sys-info location BeiJing China
 snmp-agent sys-info version all
 snmp-agent trap enable standard
 snmp-agent trap enable configuration
#
user-interface aux 0
user-interface vty 0 4     【设置远程登陆密码】
 user privilege level 3
 set authentication password simple 远程登陆密码
#
return 如何删除不用的规则1.删除交换机VLAN1IPinterface Vlan-interface1   【先进入】undo  ip address             2.删除网关undo route-static3.删除snmpundo snmp-agent4.删除相应的publicundo snmp-agent community olylinux  【删除了olylinux标识】5.保存配置退出管理模式,输入 save 按 y 即可 文章录入:csh    责任编辑:csh

(0)

相关推荐

  • 华为3026交换机流量监控配置单

    注明:此交换机为华为3026系列交换机,做流量监控的必须配置要求 <Quidway>display current-configuration  [显示交换机配置信息]# sy sname Quidway#radius scheme system server-type huawei primary authentication 127.0.0.1 1645 primary accounting 127.0.0.1 1646 user-name-format without-domaindom

  • LINUX下的流量监控shell脚本

    最近比较忙,好久没更新博客了,今天刚好不忙写了一个流量监控脚本.测试在centos下已通过,有需要的朋友可以试试,有BUG或者需要添加其他功能话可以留言哦. 一.脚本源码# vi /etc/rc.d/traffic_monitor.sh---------------------------------------------- 复制代码 代码如下: #!/bin/bashPATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sb

  • Linux用户建立脚本/猜字游戏/网卡流量监控介绍

    目录 1.用户建立脚本 2.猜字游戏 3.网卡流量监控 1.用户建立脚本 (1)设计文件判断模块 (2)设计用户建立 (3)文件内容 脚本内容 #!/bin/bash USERADD(){ #用户创建函数 RN=$(sed -n '$=' $1) for ((I=1;I<=$RN;I++)) do user=`sed -n "$I"p $1` password=`sed -n "$I"p $2` id $user &>/dev/null #判断该

  • Cisco设备做流量监控得方法

    方法一:HUB(方法太简单...略)方法二:TAP(太专业了..还要另外投资)方法三:SPAN(就是大家常说得Port Mirror或者Port Monitor)1.Cat2900XL/3500XL2900XL(config)#interface fastethernet 0/24   //进入接口配置模式下2900XL(config)#port monito r fastethernet 0/1  //配置f0/1为被监视得端口2900XL(config)#port monitor faste

  • 总结Cisco设备做流量监控的方法

    方法一:HUB(方法太简单...略) 方法二:TAP(太专业了..还要另外投资) 方法三:SPAN(就是大家常说得Port Mirror或者Port Monitor) 1.Cat2900XL/3500XL2900XL(config)#interface fastethernet 0/24   //进入接口配置模式下2900XL(config)#port monitor fastethernet 0/1  //配置f0/1为被监视得端口2900XL(config)#port monitor fas

  • Python系统公网私网流量监控实现流程

    目前很多公司业务已经上云,使用了大量的云主机.当前大多数云厂商的云主机公网都是采用的eip,也就是内网和外网使用的同一张网卡,所以流量全部经过的同一个网卡.然而这就面临一个问题,如何将公网和私网的流量分开统计呢?特别是当机器流量异常的时候,如何快速的判断流量是来自公网还是私网.当然云厂商一般也提供了eip的监控,然而很多公司也有一套自己的监控,对于自建监控如何实现,这就值得思考了. 本文将采用python实现云主机的公网和私网流量分开统计,可以将结果输入到自建监控中,当发生业务故障时,可以快速定

  • Python脚本实现网卡流量监控

    #/usr/bin/env/python #coding=utf-8 import sys,re,time,os maxdata = 50000 #单位KB memfilename = '/tmp/newnetcardtransdata.txt' netcard = '/proc/net/dev' def checkfile(filename): if os.path.isfile(filename): pass else: f = open(filename, 'w') f.write('0'

  • 易语言仿360悬浮窗实现流量监控和内存优化的代码

    DLL命令表 .版本 2 .DLL命令 GlobalMemoryStatus, 整数型, "kernel32", "GlobalMemoryStatus" .参数 lpBuffer, MEMORYSTATUS .DLL命令 OpenProcess, 整数型, "Kernel32.dll", "OpenProcess" .参数 dwDesiredAccess, 整数型 .参数 bInheritHandle, 整数型 .参数 dw

  • Zabbix监控交换机设置方法

    说明: Zabbix监控服务端已经配置完成,现在要使用Zabbix对交换机进行监控. 具体操作: 以下操作在被监控的交换机上进行,这里以Cisco交换机为例. 一.登录到Cisco交换机,开启snmp服务 注意:使用telnet或者仿真终端登录到交换机特权配置模式 enable #切换到特权模式 configure terminal #进入全局配置模式 snmp-server community public ro #打开交换机snmp服务,设置团体名称为public,只读 snmp-serve

  • 华为公司三层以太网交换机基本原理及转发流程

    1. 二层转发流程1.1. MAC地址介绍MAC 地址是48 bit 二进制的地址,如:00-e0-fc-00-00-06.可以分为单播地址.多播地址和广播地址.单播地址:第一字节最低位为0,如:00-e0-fc-00-00-06多播地址:第一字节最低位为1,如:01-e0-fc-00-00-06广播地址:48 位全1,如:ff-ff-ff-ff-ff-ff注意:1)普通设备网卡或者路由器设备路由接口的MAC 地址一定是单播的MAC 地址才能保证其与其它设备的互通.2) MAC 地址是一个以太网

随机推荐