修改 IP 和 Gateway esxcli network ip interface ipv4 set -i vmk0 -I 10.124.29.32 -N 255.255.255.0 -g 10.124.29.1 -t static ...
分类:
其他好文 时间:
2020-06-24 22:02:22
阅读次数:
65
抽象的原则 SOLID 单一职责原则(Single Responsibility Principle, SRP) 开放封闭原则(Open/Closed Principle, OCP) 指对扩展开放,对修改封闭 依赖倒置原则(Dependency Inversion Principle, DIP) 里 ...
分类:
其他好文 时间:
2019-10-14 23:41:14
阅读次数:
107
特权模式:enable Router1 # show ip route Router # show ip interface brief Switch # show vlan Switch # show ip interface 配置模式:configure terminal console密码、e ...
分类:
系统相关 时间:
2019-08-25 13:59:44
阅读次数:
153
#ACL acl number 3001 rule 1 deny udp destination-port eq 445 rule 2 deny tcp destination-port eq 445 rule 5000 permit ip interface Vlan-interface104 d... ...
分类:
其他好文 时间:
2018-09-13 23:14:34
阅读次数:
397
测试环境:Manager:192.168.209.129Docker_Node1Node:192.168.209.130Docker_Node2系统及软件:centos7.2docker1.12.01.初始化swarm集群[root@Docker-Node1~]#dockerswarminit还可以用参数:--listen-addr指定监听(格式:<ip|interface>[:port])(默认:0.0.0.0:2377)--ad..
分类:
其他好文 时间:
2016-08-12 22:11:12
阅读次数:
177
#!/usr/bin/python#coding=utf-8importre,sys,csvfromstringimportreplacedefInterfaceinfo(file_path,firms): withopen(file_path,‘r‘)asf: filecontext=f.readlines() iffirms==‘a10‘: splitstring_keyword=‘(^!)‘ firms_interface=‘^interface(.+)‘ ip_keyword=‘^ip..
分类:
编程语言 时间:
2016-07-09 22:25:30
阅读次数:
1303
@echo off set ip=0 :beginset /a ip=%ip%+1netsh interface ip set address "本地连接" static 172.20.209.%ip% 255.255.0.0 172.20.209.1netsh interface ip set d... ...
分类:
其他好文 时间:
2016-06-26 23:54:20
阅读次数:
156
今天过来发现语音板卡工作不正常先busyboardxxxx,再releaseboardxxxx,提示板卡没有插入,什么鬼?遂打开机房门进去一看,板卡果然亮起了刺眼的红灯,你可以想象一通检查之后没有搞定,于是决定重新配置板卡首先关闭板卡的ip:enableinterface?n删除板卡删除节点ip重新添加节点..
分类:
其他好文 时间:
2015-05-08 15:13:38
阅读次数:
163
IPv4 路由排错pingtracerttraceroutetelnetshow mac address-tableshow interfaces fastEthernet 0/1show ip routeshow ip access-listsshow ip interface gigabitEt...
分类:
其他好文 时间:
2015-02-11 12:20:46
阅读次数:
147
1
通过检查 show ip interface brief 命令的输出可得到什么信息?
接口速度和双工设置
接口 MTU
错误
接口 MAC 地址
接口 IP 地址
2...
分类:
其他好文 时间:
2015-01-19 15:54:23
阅读次数:
436