如何实现从vrrp平滑升级至css网络系统

html-css013

如何实现从vrrp平滑升级至css网络系统,第1张

CSS3样式,ClassName = animate

<style>

.animate{

width:65px

height:40px

background:#92B901

color:#ffffff

position:absolute

font-weight:bold

font:12px '微软雅黑', Verdana, Arial, Helvetica, sans-serif

padding:20px 10px 0px 10px

display:blcok

margin:5px

-webkit-transition:-webkit-transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s

-webkit-border-radius:5px

-o-transition-property:width,height,-o-transform,background,font-size,opacity

-o-transition-duration:1s,1s,1s,1s,1s,1s

-moz-transition-property:width,height,-o-transform,background,font-size,opacity

-moz-transition-duration:1s,1s,1s,1s,1s,1s

transition-property:width,height,transform,background,font-size,opacity

transition-duration:1s,1s,1s,1s,1s,1s

border-radius:5px

opacity:0.4

}

.animate:hover{

-moz-transform: rotate(360deg)

-webkit-transform: rotate(360deg)

-o-transform: rotate(360deg)

transform: rotate(360deg)

opacity:1

background:#1ec7e6

width:90px

height:60px

font-size:16px

}

</style>

HTML

<a href="javascript:" class="animate">鼠标移动到我这里</a>

全程css3,无需javascript。(需要支持css3的浏览器才能看到效果。)

希望能帮助到你。

1、串口线连接网络交换机,另外一端连接维护电脑,登陆超级终端或者远程维护软件使用如图命令开启telnet服务。

2、配置VTY用户界面的相关参数。配置VTY用户最大个数为8,使用命令:user-interface maximum-vty 8。

3、配置允许用户登录设备的主机地址。使用命令:acl 2001rule permit source anyquituser-interface vty 0 7,acl 2001 inbound。

4、然后需要按照图示命令配置VTY用户界面的终端属性。

5、然后需要按照图示命令配置VTY用户界面的用户验证方式。

6、然后需要按照图示命令配置登录验证方式。

7、然后需要按照图示命令划分Vlan,配置默认网关。

8、然后需要按照图示命令配置默认网关。结果如下图所示,此时即可用telnet 192.168.0.1远程访问。