新客网WWW.XKER.COM:致力做中国最专业的网络学院!
学院: 操作系统 - 网络应用 - 服务器 - 网络安全 - 工具软件 - 办公软件 - Web开发 - 数据库 - 网页设计 - 图形图像 - 媒体动画 - 硬件学堂 - 存储频道 - QQ专区
您的位置:首页 > 网络学院 > 网络应用 > 交换技术 > 正文:6509为主网络配置实例

6509为主网络配置实例

新客网 XKER.COM 2007-01-31 来源: 收藏本文
   

  wz-sw-01(config)#end

  wz-sw-01#vlan database

  wz-sw-01(vlan)#vtp domain Corp_Net

  wz-sw-01(vlan)#vtp client

  wz-sw-01(vlan)#exit

  wz-sw-1#configure terminal

  wz-sw-1(config)#int f0/1

  wz-sw-1(config-if)#switchport mode access

  wz-sw-1(config-if)#switchport access vlan 36

  wz-sw-1(config-if)#exit

  wz-sw-1(config)#int f0/2

  。。。。。。

  wz-sw-1(config)#int f0/24

  wz-sw-1(config-if)#switchport mode access

  wz-sw-1(config-if)#switchport access vlan 36

  wz-sw-1(config-if)#exit

  wz-sw-01(config)#int g0/1

  wz-sw-01(config-if)#switchport mode trunk

  wz-sw-01(config-if)#switchport trunk encapsulation dot1q

  wz-sw-01(config-if)#switchport trunk allowed vlan all

  wz-sw-01(config-if)#exit

  四、CISCO 2620路由器配置方案 //8个异步拨号口 一个fast以太口

  route#conf t

  route(config)#hostname c2620

  c2620 (config)#enable secret test

  c2620 (config)#enable password test

  c2620 (config)#username test password test

  c2620 (config)#banner motd “ Welcome to the C2620 in the Office “

  c2620 (config)#int f0/0

  c2620(config-if)#ip address 10.234.180.254 255.255.255.0

  c2620(config-if)#no shutdown

  c2620(config-if)#int group-async 1

  c2620(config-if)# ip unnumbered FastEthernet0/0

  c2620(config-if)#peer default ip address pool default

  c2620(config-if)#async mode interactive

  c2620(config-if)#async default routing

  c2620(config-if)#encap ppp

  c2620(config-if)#ppp authen chap pap

  c2620(config-if)#group 33 48

  c2620(config-if)#exit

  c2620(config)#ip local pool default 10.234.180.218 10.234.180.233

  c2620(config)#ip routing

  c2620(config-if)#exit

  c2620(config)#line 33 48

  c2620(config-line)#transport input all

  c2620(config-line)#autoselect ppp

  c2620(config-line)#autocommand ppp

  c2620(config-line)# modem autoconfigure discovery

[责任编辑:editor]

收藏】 【评论】 【推荐】 【投稿】 【打印】 【关闭
发表评论
要记得去论坛讨论,点击注册新会员匿名评论
评论内容:不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
阅读排行
随机推荐
实用信息推荐