博文

虚拟局域网VLAN配置实验(2007-08-17 21:26:00)

摘要: 虚拟局域网VLAN配置实验 200705161179315050671.jpg (38.89 KB) 2007-5-20 00:13SW1配置:SW1#vlan databaseSW1(vlan)#vlan 10VLAN 10 added:    Name: VLAN0010SW1(vlan)#vlan 20VLAN 20 added:    Name: VLAN0020SW1(vlan)#vlan 30VLAN 30 added:    Name: VLAN0030SW1(vlan)#exitAPPLY completed.Exiting....SW1#vlan databaseSW1(vlan)#vtp serverDevice mode already VTP SERVER.SW1(vlan)#vtp domain zhenChanging VTP domain name from NULL to zhenSW1(vlan)#vtp password ciscoSetting device VLAN database password to cisco.SW1(vlan)#exitAPPLY completed.Exiting....SW1#show vtp statusVTP Version                     : 2Configuration Revision          : 1Maximum VLANs supported locally : 256Number of existing VLANs        : 8VTP Operating Mode              : ServerVTP Domain Name        &n......

阅读全文(2745) | 评论:0

跨交换机的VLAN配置实验(2007-08-17 21:24:00)

摘要:跨交换机的VLAN配置实验 200705171179398193046.jpg (76.58 KB) 2007-5-19 23:35 200705171179398210218.jpg (85.37 KB) 2007-5-19 23:35 SW1:添加VLANSW1#vlan databaseSW1(vlan)#vlan 10 VLAN 10 added:    Name: VLAN0010SW1(vlan)#vlan 20VLAN 20 added:    Name: VLAN0020SW1(vlan)#vlan 30VLAN 30 added:    Name: VLAN0030SW1(vlan)#vlan 40VLAN 40 added:    Name: VLAN0040SW1(vlan)#vlan 50VLAN 50 added:    Name: VLAN0050SW1(vlan)#exitAPPLY completed.Exiting....SW1#show vlan-sw briefVLAN Name                             Status    Ports---- -------------------------------- --------- -------------------------------1    default                          active    Fa0/0, Fa0/1, Fa0/2, Fa0/3           &nb......

阅读全文(3230) | 评论:0

RIPv2基本配置实验(2007-08-17 21:20:00)

摘要: 200705161179315050671.jpg (51.23 KB) 2007-5-20 00:00R1配置:R1(config)#int s1/0R1(config-if)#ip address 192.1.1.1 255.255.255.0R1(config-if)#no shutdownR1(config-if)#int f0/0R1(config-if)#ip address 148.1.1.254 255.255.255.0R1(config-if)#no shutdownR1(config)#router ripR1(config-router)#version 2R1(config-router)#network 192.1.1.0R1(config-router)#network 148.1.1.0R2配置:R2(config)#int s1/0R2(config-if)#ip address 192.1.1.2 255.255.255.0R2(config-if)#clock rate 64000R2(config-if)#no shutdownR2(config-if)#int s1/1R2(config-if)#ip address 193.1.1.1 255.255.255.0R2(config-if)#clock rate 64000R2(config-if)#no shutdownR2(config)#router ripR2(config-router)#version 2R2(config-router)#network 193.1.1.0R2(config-router)#network 192.1.1.0R3配置:R3(config)#int s1/1R3(config-if)#ip address 193.1.1.2 255.255.255.0R3(config-if)#no shutdownR3(config-if)#int f0/0R3(config-if)#ip address 152.1.1.254 255.255.255.0R3(config-if)#no shutdownR3(config)#router ripR3(config-router)#version 2R3(config-router)#n......

阅读全文(2493) | 评论:0

RIPv2的不连续子网基本配置(2007-08-17 21:18:00)

摘要:RIPv2的不连续子网基本配置 164996_1179208374.jpg (57.27 KB) 2007-5-19 23:50我们先做如下配置看看是什么结果:R1:R1(config)#int f0/0   R1(config-if)#ip address 172.16.1.254 255.255.255.0R1(config-if)#no shutdownR1(config-if)#int s1/0R1(config-if)#ip address 192.1.1.1 255.255.255.0R1(config-if)#no shutdownR1(config)#router ripR1(config-router)#version 2R1(config-router)#network 172.16.1.0R1(config-router)#network 192.1.1.0R2:R2(config)#int s1/0R2(config-if)#ip address 192.1.1.2 255.255.255.0R2(config-if)#no shutdownR2(config-if)#clock rate 64000R2(config-if)#int s1/1R2(config-if)#ip address 193.1.1.1 255.255.255.0R2(config-if)#no shutdownR2(config-if)#clock rate 64000R2(config)#router ripR2(config-router)#version 2R2(config-router)#network 192.1.1.0R2(config-router)#network 193.1.1.0R3:R3(config)#int s1/1R3(config-if)#ip address 193.1.1.2 255.255.255.0R3(config-if)#no shutdownR3(config-if)#int f0/0R3(config-if)#ip address 172.16.2.254 255.255.255.0R3(config-if)#no shutdownR3(config)#router ripR3(con......

阅读全文(2195) | 评论:0

RIPv1与RIPv2相结合基本配置(2007-08-17 21:16:00)

摘要:RIPv1与RIPv2相结合基本配置 200705161179328295046.jpg (62.86 KB) 2007-5-19 23:55R1配置:R1(config)#int s1/0R1(config-if)#ip address 192.1.1.1 255.255.255.0R1(config-if)#no shutdownR1(config-if)#int f0/0R1(config-if)#ip address 148.1.1.254 255.255.255.0R1(config-if)#no shutdownR1(config)#router ripR1(config-router)#version 1R1(config-router)#network 192.1.1.0R1(config-router)#network 148.1.1.0R2配置:R2(config)#int s1/0R2(config-if)#ip address 192.1.1.2 255.255.255.0R2(config-if)#clock rate 64000R2(config-if)#no shutdownR2(config-if)#int s1/1R2(config-if)#ip address 193.1.1.1 255.255.255.0R2(config-if)#clock rate 64000R2(config-if)#no shutdownR2(config)#router ripR2(config-router)#version 2R2(config-router)#network 193.1.1.0R2(config-router)#network 192.1.1.0R3配置:R3(config)#int s1/1R3(config-if)#ip address 193.1.1.2 255.255.255.0R3(config-if)#no shutdownR3(config-if)#int f0/0R3(config-if)#ip address 152.1.1.254 255.255.255.0R3(config-if)#no shutdownR3(config)#router ripR3(config-router)#version......

阅读全文(2151) | 评论:0

Module 11 Exam - CCNA 2(2007-08-17 08:59:00)

摘要: Take Assessment - Module 11 Exam - CCNA 2 Router and Routing Basics (Version 3.1) Time Remaining: 1 Which statements are true regarding the significance of the access control list wildcard mask 0.0.0.7? (Choose two.) The first 29 bits of a given IP address will be ignored. The last 3 bits of a given IP address will be ignored. The first 32 bits of a given IP address will be checked. The first 29 bits of a given IP address will be checked. The last 3 bits of a given IP address will be checked. 2 ACL statements operate in sequential, logical order. If a condition match is true, the rest of the ACL statements are not checked. If all of the ACL statements are unmatched, what happens to the packet? The packets will be placed in a buffer and forwarded when the ACL is removed. The packets will be sent to the source with an e......

阅读全文(7043) | 评论:1

Module 10 Exam - CCNA 2(2007-08-17 08:46:00)

摘要: Take Assessment - Module 10 Exam - CCNA 2 Router and Routing Basics (Version 3.1) Time Remaining: 1 What is the purpose of the three-way handshake that occurs between hosts using TCP as the transport layer protocol? to increase the number of packets that can be sent before an acknowledgment is required to allow a host to forward data to a router to establish a round trip connection between sender and receiver before data is transferred to provide a mechanism for data encryption and compression 2 When a host receives a data segment, what allows the host to determine which application should receive the segment? IP source address IP destination address PAR sliding window port number SYN packet 3 Which of the following describe types of port numbers that can be represented in the headers of TCP......

阅读全文(5604) | 评论:3

Module 8 Exam - CCNA 2 (2007-08-16 17:52:00)

摘要: Take Assessment - Module 8 Exam - CCNA 2 Router and Routing Basics (Version 3.1) Time Remaining: 1 How does a source host use ICMP to confirm that a destination host is reachable? The source host sends an ICMP echo request to the destination router which responds with an ICMP echo reply confirming the reachability of the destination host. The source host sends a data packet and receives an ICMP host unreachable packet from the destination host if the data packet cannot be delivered. The source host sends an ICMP packet with a TTL value of 1 and receives an ICMP reply with a TTL value of 0 from the destination host. The source host sends an ICMP echo request and receives an ICMP echo reply from the destination host. 2 Which type of message is generated by a host when the ping command is entered? ICMP echo request ICMP echo reply UDP e......

阅读全文(5601) | 评论:2

Module 7 Exam - CCNA 2(2007-08-16 17:32:00)

摘要: Take Assessment - Module 7 Exam - CCNA 2 Router and Routing Basics (Version 3.1) Time Remaining: 1 Which command or set of commands will stop the RIP routing process? RouterB(config)# router ripRouterB(config-router)# shutdown RouterB(config)# router ripRouterB(config-router)# network no 192.168.2.0 RouterB(config)# no router rip RouterB(config)# router no rip 2 When does a distance vector routing protocol set a hold-down timer on a route? when the metric value of the route decreases when the route is marked as inaccessible when the metric value for the route improves when a regular update is received from a neighboring router 3 Which of the following functions are performed by a router as routing information travels through the network? (Choose two.) advertise supported applications identif......

阅读全文(7081) | 评论:3

Module 6 Exam - CCNA 2(2007-08-16 16:50:00)

摘要: Take Assessment - Module 6 Exam - CCNA 2 Router and Routing Basics (Version 3.1) Time Remaining: 1 Which are the primary functions used by a router when forwarding data?(Choose two.) data encryption error notification packet switching address identification path determination packet validation 2 Given the command, RouterC(config)# ip route 197.5.2.0 255.255.255.0 192.10.1.1, what does the address 192.10.1.1 represent? the source host the next hop router the outbound interface the destination network 3 Why is it necessary to specify a list of networks when configuring an interior routing protocol? to tell the router how to reach those networks to tell the router which attached networks participate in routing updates to tell the router which set of metrics to use for the attache......

阅读全文(5666) | 评论:1