网络常用工具

软件工具

  1. putty
  2. SecureCRT
  3. CMD
  4. 华为模拟器-ensp
  • windwos常用命令
    ping
    tracert
    nslookup
    ipconfig
    telnet

硬件工具

Console线
网络钳
寻线仪
红光笔
光功率计

故障处理常用方法

  1. 对比分析
  2. 互换分析
  3. 仪表测试
  4. 分段处理

常见故障

私接路由排查
通过arp -a获取mac地址,再通过交换机mac地址表逐步排查
display mac-address xxxx-xxxx-xxxx

环路

  1. 开户交换机生产路功能
    stp enable
    stp mode ntsp
  2. 根据设备流量信息排查
    dis int brief

三层环路
通常由路由配置不当引起
解决方法:通过tracert回显找出环路设备
TTL防环机制

display current-configruation 查看当前运行的配置
display saved-configruation 查看设备当前保存命令
display version 查看设备的版本信息
display patch-information 查看当前系统补丁包
display arp all 查看arp表
display mac-address 查mac地址表
dispplay interface brief 查接口信息(查流量异常)
display ip interface brief 查看接口与ip相关信息
display lldp neighbor brief 查看邻居设备的概要设备
display ip routing-table 查看路由表

设备管理方式
web网管方式 命令行方式

命令行方式 本地登录

vlan batch {vlan-id1} {vlan-id2}
批量创建
port link-type accesss
port default vlan 10
dis cu
dis this
port trunk allow-pass vlan 10
port trunk pvid vlan 10

路由配置
ip route-static ipaddress {mask | mask-length} nexthop-ipaddress

NAT配置
int g0/0/1
acl 2000
nat outbound 2000
rule 5 permit source 192.168.1.0 0.0.0.255

dhcp selelct

posted @ 2024-10-18 17:13  sh0ut  阅读(48)  评论(0编辑  收藏  举报