下载后可任意编辑 技术论坛: 在此, ”感谢网友 minigigi”精心的整理! LACP STP SIM( 注意审题与 SW-B的配置) 1. Use non proprietary mode of aggregation with Switch B being the initiator2. Use non proprietary trunking and no negotiation( 题目要求 trunk上 vlan 1和其它 vlan都必须要 taged) 下载后可任意编辑 技术论坛: 3. Restrict only to vlans needed4. SVI on vlan 1 with some ip and subnet given5. Configure switch A so that nodes other side of Router C are accessible6. Make switch B the root(题目要求让 DS成为 root, 要求不能更改 DS上的 vtp和 STP设置而且仅限于 vlan11、 12、 13、 21、 22、 23、 98、 99, 其它的保持 default value)Tip: do a ‘show running-config’ on distribution switch notice the vlans, and native vlans, and theSVI Vlan 1 with ip address 192.168.1.10/24.do a ‘show cdp neighbors detail’ on distribution switch and notice the router ip address.enableconfigure terminalvlan 21 (similar to running-config of Distribution switch)name RDTexitvlan 22name SSTexitvlan 23name TSTexitvlan 99name TrunkNative (this is on the distrib switch, so just copy it)exitinterface range fa0/9 – 10 (notice space between hyphen)switchport mode accessswitchport access vlan 21 (it will say no access vlan 21 configured, creates automatically)spanning-tree portfast (requirement 4)no shutdownexit (repeat for the other 2 sets of VLANs)interface range fa0/13 – 14switchport mode accessswitchport access vlan 22spanning-tree portfastno shutdownexit下载后可任意编辑 技术论坛: interface range fa0/15 – 16switchport mode accessswitchport access vlan 23spanning-tree portfastno shutdownexit(completed first 4 requirements at this point)interface vlan 1ip address 192.168.1.11 255.255.255.0( 貌似已配) no shutdownexit (it is same config as on distrib switch you noticed earlier) ...