E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
lldp
lldp
snmp mib
处理过程IETF规定的管理信息库MIB(由中定义了可访问的网络设备及其属性,由对象识别符(OID:ObjectIdentifier)唯一指定。MIB是一个树形结构,SNMP协议消息通过遍历MIB树形目录中的节点来访问网络中的设备。下图给出了NMS系统中SNMP可访问网络设备的对象识别树(OID:ObjectIdentifier)结构。上图中的节点是从internet开始的,其实上面还有几个节点请看
TsingCall
·
2017-05-25 15:57
snmp
lldp
mib
网络
局域网内华为交换机VLAN配置
查看邻居端口(先打开
lldp
)syslldpenabledisplaylldpneibcisco是showcdp建立vlan300(建立和上端同一个网段)vlanban
北比二
·
2017-04-13 16:37
LLDP
工作原理 - kummer话你知
LLDP
解决什么问题
LLDP
(LinkLayerDiscoveryProtocol,链路层发现协议),它提供了一种标准的链路层发现方式,可以将本端设备的的主要能力、管理地址、设备标识、接口标识等信息组织成不同的
kummerwu
·
2016-12-23 19:21
网易2017内推笔试题
每个测试数据的第一行包含一个整数n(1usingnamespacestd;typedeflonglongll;
lldp
0[51][11];
lldp
1[51][11];inta[51];
the_Chain_Warden
·
2016-09-07 11:05
笔试算法总结
CDP协议
2.用途从CDP的字面意思我们可以理解到,这是一种设备发现协议,类似的协议有HP的
LLDP
(LinklayerdiscoveryProtocol)还
shixungan
·
2016-07-06 14:50
网络管理
CDP
discovery
各类网络知识
链路直连ping不通处理步骤
可以检查以下几个方面:1、灯亮不亮,线好不好2、接口有没有起3、双工、速度是否一致4、有没有ARP、MAC信息5、有没有邻居信息(cdp,
lldp
,ospf,bgp)6、接口是否有ACL7、STP状态
1234012345
·
2016-05-20 23:44
接口
信息
NYOJ 746 - 正整数n划分为m段,求m段的最大乘积 【区间DP】
T,表示有T组测试数据接下来T行,每行有两个正整数n,m(1#include#include#includeusingnamespacestd;typedeflonglongLL;charn[25];
LLdp
AcIsFun
·
2016-05-18 21:52
BZOJ 2660 Beijing wc2012 最多的方案
#include usingnamespacestd; typedeflonglongll; lln; vectorall; lls[100]; map,ll>d;
lldp
(lldep,llv)
Fuxey
·
2016-05-13 17:00
暴力
SDUT 2169 Sequence dp减枝
#include #defineLLlonglong #defineINF0x3f3f3f3f usingnamespacestd;
LLdp
[1010][1010]; LLsum[1010]; intmain
became_a_wolf
·
2016-05-06 17:00
【HDU2089】不要62【数位DP】【记忆化搜索】
TelekineticForestGuard*/#include#include#includeusingnamespacestd;typedeflonglongLL;constintmaxn=20;intdig[maxn];
LLdp
BraketBN
·
2016-05-01 10:26
记忆化搜索
数位DP
【HDU2089】不要62【数位DP】【记忆化搜索】
#include #include #include usingnamespacestd; typedeflonglongLL; constintmaxn=20; intdig[maxn];
LLdp
BraketBN
·
2016-05-01 10:00
【HDU3555】Bomb【数位DP】【记忆化搜索】
#include #include #include usingnamespacestd; typedeflonglongLL; constintmaxn=20; intdig[maxn];
LLdp
BraketBN
·
2016-05-01 10:00
CodeForces 9D How many trees?
思路:dp[i][j]表示当前用了i个节点,高度小于等于j的方案数#include usingnamespacestd; #defineLLlonglong
LLdp
[40][40]; intmain(
qq_21057881
·
2016-04-23 08:00
NYOJ 176 整数划分(二)
例:把5分成3个正正数的和,有两种分法:113122输入第一行是一个整数T表示共有T组测试数据(T #include usingnamespacestd; typedeflonglongintLL;
LLdp
ShiWaiGaoRen12345
·
2016-04-18 15:00
算法
动态规划
ACM
HDU 4269 数位dp
#include #include #include usingnamespacestd; typedeflonglongLL; constintmaxn=15;
LLdp
[maxn][2]; inta
Tczxw
·
2016-04-16 21:00
HDU 3001 状压(三进制)
defineinf((longlong)1000000007*1000000007) #defineLLlonglong constintMAXN=10+2; constintMAXM=120000;
LLdp
beihai2013
·
2016-04-12 19:00
ZOJ 3929 Deque and Balls
#include #definelllonglong #definemod1000000007 usingnamespacestd; llpower[100005]; llr[100005];
lldp
cacyth
·
2016-04-10 21:00
SPOJ DIVSUM Divisor Summation
DescriptionGivenanaturalnumbern(1 #include #include usingnamespacestd; typedeflonglongll; constintN=500005;
lldp
piaocoder
·
2016-04-07 21:00
cf19B. Checkout Assistant 【01 背包】
#include usingnamespacestd; typedeflonglongll; intt[2048]; llc[2048];
lldp
[2048]; llans; intmain() {
xinag578
·
2016-04-03 22:00
hdu1421 搬寝室 【线性DP】
#include usingnamespacestd; typedeflonglongll; constllinf=0x7fffffff;
lldp
[2048][2048],c[2048],ans;
xinag578
·
2016-04-03 21:00
【BZOJ1708】[Usaco2007 Oct]Money奶牛的硬币【完全背包】
include #include usingnamespacestd; typedeflonglongLL; constintmaxn=10005,maxv=30; intn,m,v[maxn];
LLdp
BraketBN
·
2016-03-31 19:00
完全背包
hdu 2089 数位dp
转移时需要注意的点多了一点,其他的好像也没什么毕竟转移的时候要注意的地方,在我目前所做的数位dp中,都是一样的存个代码好了(#include usingnamespacestd; #defineLLlonglong
LLdp
a1s4z5
·
2016-03-12 10:00
【BZOJ1096】[ZJOI2007]仓库建设【斜率优化】
include #include usingnamespacestd; typedeflonglongLL; constintmaxn=1000005,maxq=maxn; intn,q[maxq];
LLdp
BraketBN
·
2016-03-04 20:00
斜率优化
hdu 2068
ps:长度长到我不想说....WA了无数次...25的阶乘就爆炸...代码:#include"stdio.h" #defineLLlonglong LLfac(longlonga);
LLdp
[25
庸人自扰扰
·
2016-03-04 18:00
hdu 2070
ps:...递推..还是给出公式那种...代码:#include"stdio.h" #defineLLlonglong
LLdp
[55]; intmain(){ inti,n; dp[0]=0
庸人自扰扰
·
2016-03-04 02:00
Codeforces 629D Babaei and Birthday Cake(树状数组优化dp)
include usingnamespacestd;//[) constintmaxn=100005,INF=0x3fffffff; #definepiacos(-1.0) typedeflonglongll;
lldp
Yukizzz
·
2016-03-01 20:00
Poj 3254 Corn Fields
usingnamespacestd; #defineLLlonglong constLLmod=100000000; constintLog=13; constintmaxn=1<
LLdp
a1s4z5
·
2016-02-19 20:00
CF611D 【分割字符串使得形成的数字数组呈递增状态】的方法数
点击打开链接没用sum数组的超时代码:#include #definelllonglong #definemod1000000007 usingnamespacestd; intlcp[5001][5001];
lldp
cacyth
·
2016-02-12 22:00
Light OJ 1105 Fi Binary Number(二分+数位DP)
includeusingnamespacestd;typedeflonglongLL;constintmaxn=1005;constLLMOD=1e9+7;constLLINF=1e18;intn,bit[100],top;
LLdp
Neutralzz
·
2016-02-11 11:41
DP
Mark
eNSP 1.2.00.370 更新说明
5、新增支持交换机的
LLDP
特性。6、新增支持AR的MQC特性。7、新增支持eNSP客户端的考试功能。8、新增支持设置eNSP命令行窗口透明度功能。BUG修复:1、修复交换机的流策略应
kidling
·
2016-01-24 17:05
eNSP
eNSP 1.2.00.370 更新说明
5、新增支持交换机的
LLDP
特性。6、新增支持AR的MQC特性。7、新增支持eNSP客户端的考试功能。8、新增支持设置eNSP命令行窗口透明度功能。BUG修复:1、修复交换机的流策略应
kidling
·
2016-01-24 17:05
eNSP
网络类
lldp
命令
LLDP
协议介绍:简单说来,
LLDP
是一种邻近发现协议。
uttflying
·
2016-01-17 00:57
命令
LLDP
[CodeForces 467C]George and Job[DP]
(k*m #definelllonglong usingnamespacestd; constintMAXN=5e3+11;
lldp
[MAXN][MAXN]; llsum[MAXN]; intmain
CatGlory
·
2015-12-31 11:00
dp
HDU 1208 Pascal's Travels(dp)
问其到达右下角的方法数Input多组用例,每组用例第一行为矩阵行列数n(4 #include #definemaxn35 typedeflonglongll; intn,m[maxn][maxn];
lldp
V5ZSQ
·
2015-12-30 13:00
子串和再续(最大m段子串和)
+Sj(1≤i≤j≤n).现在给你一个m(8>m>0&&m #include #defineLLlonglong #defineINF0x7fffffff constintmaxn=1000005;
LLdp
wsnbb123456789
·
2015-11-27 18:00
UVA11270
[1#include #include #include #include usingnamespacestd; #defineLLlonglong #defineN12 intn,m,cur;
LLdp
DoJintian
·
2015-11-11 15:00
ACM
uva
HDU 2602 Bone Collector(01背包)
求,背包最多可以装多少价值的东西#include #include #include usingnamespacestd; #defineLLlonglong constLLmaxm=1e4+10;
LLdp
zyx520ytt
·
2015-11-10 23:00
小白书部分动规习题
include #include #include usingnamespacestd; constintMAXN=100+5; #defineLLlonglong #defineinf(1000000007)
LLdp
beihai2013
·
2015-10-23 22:00
CCNA学习笔记5---CDP,telnet
业界标准对应时
LLDP
◎ 封装在数据链路层上,只能在本链路两端之间传递。
tongtiankeji
·
2015-10-22 14:32
telnet
cdp
【bzoj1087】[SCOI2005]互不侵犯King 状压DP
Input只有一行,包含两个数N,K(1 #include #include #include usingnamespacestd; typedeflonglongLL;
LLdp
[12][1245][
LOI_DQS
·
2015-10-21 18:00
bzoj
poj 2411 Mondriaans Dream (状压DP)
思路参考了该大牛的:请戳#include #include #include #include usingnamespacestd; #definemaxn11 typedef__int64LL;
LLdp
u014679804
·
2015-10-10 15:00
hihocoder: 1239 Fibonacci(微软2016校园招聘9月在线笔试)
分析:简单的dp,因为a[i] usingnamespacestd; constintmaxn=1e6+10; typedeflonglongLL; constLLmod=1e9+7;
LLdp
u013790563
·
2015-10-09 19:00
dp
微软
校园招聘
foj2204 圆环没有连续7个黑或白的可能数
(1~6),算出结果*2#include #include #include #include #definemod2015 #definelllonglong usingnamespacestd;
lldp
cacyth
·
2015-10-06 17:00
子序列个数(DP)
的一个子序列,其中1 usingnamespacestd; #defineN1000005 #definemod1000000007 typedef__int64LL; inta[N],pre[N];
LLdp
u014679804
·
2015-10-04 23:00
bzoj2442: [Usaco2011 Open]修剪草坪(单调队列优化dp)
#include#includeusingnamespacestd;typedeflonglongll;lln,k;lla[100500],sum[100500];
lldp
[100500];llque[
KatnissJ
·
2015-09-30 19:17
[DP] HDOJ 5456 Matches Puzzle Game
#include usingnamespacestd; typedeflonglongLL;
LLdp
[505][2][2][2]; intcnt[]={6,2,5,5,4,5,6,3,7,6}; intmod
blankcqk
·
2015-09-25 13:00
dp
【NTT】 HDOJ 5279 YJC plays Minecraft
#include usingnamespacestd; typedeflonglongLL; constintmod=998244353; constintmaxn=700005;
LLdp
[100005
blankcqk
·
2015-09-17 18:00
ntt
hdu 5435 A serious math problem(数位dp)
include usingnamespacestd; typedeflonglongll; constintmaxn=100005; constintmaxd=16; constintmod=1e9+7;
lldp
u011328934
·
2015-09-12 22:00
hdu 1267 下沙的沙子有几粒? 递推
#include usingnamespacestd; typedeflonglongll; intn,m;
lldp
[25][25]; intmain() { inti,j; memset(dp,0,
xinag578
·
2015-09-12 15:00
华为交换机发现邻居操作,查看端口和ip
原文:http://support.huawei.com/ecommunity/bbs/10187003.html整理:公有
LLDP
syslldpenable //开启displldpneibr //
麦林泡泡
·
2015-09-03 19:16
Enable
信息
组网
华为交换机
网络管理员
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他