免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1625 | 回复: 0
打印 上一主题 下一主题

LAN protocols [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-04-28 17:05 |只看该作者 |倒序浏览

LAN     protocols

Lab exercise
Game LANS,Inc is a company that providers high-speed backbones for entertainment centers around the country, Game LAN uses Cisco 100Mbps and Gigabit Ethernet switches to provider the switch fabric for the LANs that the company installs, A part of all Game LAN networks is the redundancy that is built into each design.

Your task is to configurate a Game LAN network bu using the following parameters as design guidelines
1 configure an Ethernet switched network as depicted in top figure
2 Use the VTP domain name , fulltime for all the switches in the network
3 Create three VLANS on this network and do not use VLAN 1 , create one VLAN for management, whichi is ip subnet 172.16.128.0/24 Mark this VLAN so that It stands our as the management VLAN when being viewed by other switches, Two other VLAn are needed , one fir the glaccess_2 route, 172.16.16.0/24 and one for the glaccess-1 router on subnet 172.17.17.0/24
4 configure the gameserver-1 and the gamesergver-2 routers to route among all the VLANs on the network, All VLANs and ip address should be capable of reaching each other, User EIGRP as the routing prototocl and use2001 as the AS ID.
5 Tune STP so that the root for all VLANs corresponds to the HSRP configurations The root for LVANs 128 and 17 should be gl-switch1, and the root for VLAN 16 should be gl-switch2
5 configure the gl-switch so that only devices on the subnet 172.16.17.0/24 can Telnet to the switch.
6(optional) port 2/24 contains a secure workstation, It has a MAC addrerss of 0000.863c.3b41, configure this port so that only this workstation will work on it  and shut it down if another workstation is plugged into it .
Equipment Needed
1 For cisco routers with Ethernet interfaces, Two workstations must have 100Mbps interfaces, Recall that your need a min if a 100Mbps to run any VLAN trunking protocol if you do not have routers with 100Mbps interface , routing also can be accomplished by  configuring three Ethernet interfaces to the switch from a single router, one interface would be in each VLAN
2 Tree Cisco Catalyst Ethernet switches, This lab was designed specifically for two Catalyst 2900/3500 series  switches and one Catalyst 4000/45000/6500 seies switch

Physical  layout and Prestaging
The networks 172.16.200.0/24 and 172.16.21.0/24 are simulated by loopback interface on the glaccess-2 and glaccess-1 routers respectively

Now , Initial Configuration gl-swich1
eet prompt gl-switch1
set vtp domain fulltime
set vlan 16
set vlan 17
set vlan 128 name management
set int sco 128 172.16.128.13 255.255.255.0
set ip route 0.0.0.0 172.16.128.1
set trunk 2/1 dot1q
set trunk 2/1 on
set trunk 2/14 dot1q
set trunk 2/14 on
set trunk 2/20 dot1q
set trunk 2/20 on

Management configuration gl-switch2
int vlan 1
shut
int vlan 128
ip add 172.16.128.11 255.255.255.0
no shut
ip default-gateway 172.16.128.1

VTP Domain creation on gl-switch2
vlan database
vtp domain fulltime
config t
interface fa0/7
switchport mode access
switchport access vlan 16

int gig0/1
swichpirt mode trunk
switchport trunk encapsulation dot1q
int fa0/10
switchport mode trunk
switchport trunk encapsulation isl

hostname glaccess-1
int loopback 20
ip add 172.16.21.6 255.255.255.0
router eigrp 2001
network 172.16.0.0
no auto-summary


hostname gameserver-1
interface fa0/0
no shut
int fa0/0.1
encapsulation dot1a 128
ip add 172.16.128.14 255.255.255.0
standby 1 priority 101 preempt
standby 1 ip 172.16.128.1
interface fa0/0.2
encapsulation dot1q 128
ip add 172.16.16.14 255.255.255.0
standby 2 priority 95 preempt
standby 2 ip 172.16.16.1

interface fa0/0.3
encapsulation dot1q 17
ip add 172.16.17.14 255.255.255.0
standby 3 priority 101 preempt
standby 3 ip 172.16.17.1

set spantree root 17,128
spanning-tree vlan 16 prority 100
set ip permit 172.16.17.0 255.255.255.0
set ip permit enable
set port security 2/24 enable 00-00-85-3c-3b-41
show port 2/24














本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/24661/showart_625938.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP