二.实现方式:两台A5510通过接口Ethernet0/3实现互联。配置如下:A5510-2(PrimaryHost):hostname/contexthostname(config)#interfaceEthernet0/0hostname(config-if)#nameifinsidesecurity-level100hostname(config-if)#ipaddress192.168.10.244255.255.255.248standby192...
分类:
数据库 时间:
2014-08-07 07:30:10
阅读次数:
266
硬件环境:3560三层交换机要求:vlan19可以访问所有其他vlan不可以访问vlan19(服务器vlan11除外)三层交换机上:ipaccess-listextendedit-inaclpermitip192.168.19.00.0.0.255anyreflecttraficipaccess-listextendedit-outaclpermitip192.168.11.00.0.0.255192.168.19.00.0.0...
分类:
其他好文 时间:
2014-08-07 07:27:29
阅读次数:
273
三、系统配置之关闭防火墙
systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
systemctl命令的基本操作格式是:
systemc...
分类:
其他好文 时间:
2014-08-06 14:33:31
阅读次数:
441
(1) 重启后永久性生效:开启: systemctl enable iptables.service'.ln -s '/usr/lib/systemd/system/iptables.service' '/etc/systemd/system/basic.target.wants/iptables....
分类:
系统相关 时间:
2014-08-06 08:23:21
阅读次数:
863
本题乍看像是线段树之类的区间操作,不过因为只是需要查找ip的前缀,故此其实是使用Trie来做。
这里的Trie使用到了Delete函数,这是个Trie函数中最难的函数了,当然要使用数组记录的方法水掉,也是可以的。这里不水,给出delete函数。
考点难点:
1 Trie的操作函数的灵活运用,主要难点是delete函数的灵活运用
2 在叶子节点所有的group id, 删除的时候要注意,不...
分类:
其他好文 时间:
2014-08-05 11:13:09
阅读次数:
296
the host may be down,or there may be a problem with the network connection.Sometimes such problems can also be caused by a misconfigured firewall.遇到这样...
分类:
其他好文 时间:
2014-08-05 00:19:28
阅读次数:
454
最近遇到一个客户aaa没有正确的配置,导致自己被关在设备外面的case;由于是生产环境的多交换机堆叠单元,重启忽略配置也是不允许的,且必须远程操作解决,无疑提升了解决问题的难度。多次尝试后发现通过ciscoacs上的一些设置可以绕过授权进入设备,分享上来和大家一起研究下,..
分类:
其他好文 时间:
2014-08-04 14:38:28
阅读次数:
399
ipdhcppoolzrq1host192.168.18.14255.255.255.0client-identifier01c8.bcc8.d147.36mac在windows里是没有01的,加上01,然后每4位用一个点分隔如果要立即生效,需要清空路由器自动分配ip的缓存。命令:clearipdhcpbinding*arp202.196.191.1900100.1fd0.8575.d2arpa是防止指定ip..
分类:
其他好文 时间:
2014-08-04 14:37:38
阅读次数:
525