Kamis, 25 Oktober 2012

OPNET mobility simulation models


OPNET mobility simulation models -

Opnet Tutorial For Beginner


opnet-tutorial -

IP Quality of Service Cisco Networking Fundamental


ip-quality-of-service-cisco-networking-fundamentals -

Kamis, 31 Mei 2012

Preview CISCO Networking Academy's NEW Learning Environment, June 18-20!

Preview Networking Academy's NEW Learning Environment, June 18-20!

Preview Networking Academy’s new learning environment, and ask questions!
You’ve asked for technology evolution innovations, here they come. Join us to learn about the exciting new interactive learning environment that creates an improved and dynamic experience for you and your students.
Be among the first to hear the details at the Virtual Academy Conference. » Register now
Virtual Academy Conference, June 18-20
It’s free, convenient and online, bringing professional development to you at any location, in any time zone. You can attend live sessions online and participate in Q&A, or watch sessions on demand as your schedule permits. In addition to the new learning environment sessions, you can access many program and technology-focused sessions delivered by academy instructors and Cisco experts. You can also network with your peers and Cisco via online chats, and share your best practices via blogs. Last year, academy instructors from around the world said the Virtual Academy Conference was extremely valuable to their professional development and their students’ success!
Live Broadcasts from Cisco Headquarters
New Learning Environment Sessions
- Introduction session: June 18, 3:30 p.m. PT / 10:30 p.m. GMT
- Introduction session (repeat): June 19, 6:30 a.m. PT / 1:30 p.m. GMT
- Breakout & Deeper Dive session: June 19, 10:15 a.m. PT / 5:15 GMT
Professional Development Sessions
- Welcome and Keynote with Tom Vander Ark
- ImpactX – Multiplying Impact Through the Use of Networks!
- IPv6 Addressing: Learn It!
- Current and Future Trends in Networking
- CCNA Certification Success Skills: Learn Them, Use Them, and Teach Them!
New Learning Environment Meeting Room
In addition to the live sessions noted above, you can interact with Cisco staff in the academy evolution meeting room.
Win Prizes!
Virtual attendees will have the chance to win prizes, including a Kindle Fire, Kindle Touch and the Getting Smart ebook authored by our keynote speaker, Tom Vander Ark. You also have a chance to win prizes before the event - you must be registered and following the conference on Twitter to receive the announcements.
More Info
- Agenda: The Virtual Academy Conference opens June 13. Visit the virtual Agenda for a complete list of sessions.
- CEUs: Continuing Education Units may be available for virtual attendance. Details available on the conference website.
- Session Materials: All presentations, materials and recordings will be available for download, to use with other instructors and with your students.
Deadline June 20: Although the Virtual Academy Conference will remain available until October 1, you must be registered by June 20 to participate.
- Just Added - Cisco Live Sessions: 30+ technical sessions available on demand.
Register Today, Don’t Miss it!
Visit the Virtual Academy Conference website to register.
Sincerely,
Cisco and the Networking Academy team

Kamis, 20 Oktober 2011

Configuring Static VLANs – 2950 Series

Configuring Static VLANs – 2950 Series

Switch>enable

Switch#configure terminal

Switch(config)#hostname Switch_A

Switch_A(config)#enable secret class

Switch_A(config)#line con 0

Switch_A(config-line)#password cisco

Switch_A(config-line)#login

Switch_A(config-line)#line vty 0 15

Switch_A(config-line)#password cisco

Switch_A(config-line)#login

Switch_A(config-line)#exit

Switch_A(config)#interface Vlan1

Switch_A(config-if)#ip address 192.168.1.2 255.255.255.0

Switch_A(config-if)#no shutdown

Switch_A(config-if)#exit

Switch_A(config)#ip default-gateway 192.168.1.1

Switch_A(config)#end

Create and name two VLANs

Enter the following commands to create and name two VLANs:

Switch_A#vlan database

Switch_A(vlan)#vlan 2 name VLAN2

Switch_A(vlan)#vlan 3 name VLAN3

Switch_A(vlan)#exit

Assign ports to VLAN 2

Assigning ports to VLANs must be done from the interface mode. Enter the following commands to

add port 2 to VLAN 2:

Switch_A#configure terminal

Switch_A(config)#interface fastethernet 0/2

Switch_A(config-if)#switchport mode access

Switch_A(config-if)#switchport access vlan 2

Switch_A(config-if)#end

Contoh lain

Assign ports to VLAN 2

Assigning ports to VLANs must be done from the interface mode. Enter the following commands to

add ports 4, 5 and 6 to VLAN 2.

Switch_A#configure terminal

Switch_A(config)#interface fastethernet 0/4

Switch_A(config-if)#switchport mode access

Switch_A(config-if)#switchport access vlan 2

Switch_A(config-if)#interface fastethernet 0/5

Switch_A(config-if)#switchport mode access

Switch_A(config-if)#switchport access vlan 2

Switch_A(config-if)#interface fastethernet 0/6

Switch_A(config-if)#switchport mode access

Switch_A(config-if)#switchport access vlan 2

Switch_A(config-if)#end

Look at only VLAN2 information

a. Instead of displaying all of the VLANs type the show vlan id 2 command at the Privileged

EXEC mode prompt as follows:

Switch_A#show vlan id 2

Look at only VLAN2 information with a different command (1900: Omit this step)

a. Instead of displaying all of the VLANs type the show vlan name VLAN2 command at the

Privileged EXEC mode prompt.

Switch_A#show vlan name VLAN2

Test the VLANs

Ping from the host in port 0/4 to the host in port 0/1.

a. Was the ping successful? No

b. Why? Different vlan membership

Ping from the host in port 0/1 to the host in port 0/4.

c. Was the ping successful? No

d. Why? Different vlan membership

Ping from the host in port 0/4 to the switch IP 192.168.1.2.

e. Was the ping successful? No

f. Why? Different vlan membership

Ping from the host in port 0/1 to the switch IP 192.168.1.2.

g. Was the ping successful? Yes

h. Why? Same vlan membership

Deleting VLAN Configurations – 2950 Series

Delete a Host from a VLAN

To remove a host from a VLAN, use the no form of the switchport commands in the port interface

configuration mode.

Switch_A#configure terminal

Switch_A(config)#interface fastethernet 0/4

Switch_A(config-if)#no switchport access vlan 2

Delete VLAN 1

a. Try to delete VLAN 1, which is the default VLAN, the same way that you deleted VLAN 3.

Switch_A#vlan database

Switch_A(vlan)#no vlan 1

A default VLAN may not be deleted.

Switch_A(vlan)#exit


Erasing and Reloading the Switch

For the majority of the labs in CCNA 3 and CCNA 4 it is necessary to start with an unconfigured

switch. Use of a switch with an existing configuration may produce unpredictable results. These

instructions allow preparation of the switch prior to performing the lab so previous configuration

options do not interfere. The following is the procedure for clearing out previous configurations and

starting with an unconfigured switch. Instructions are provided for the 2900, 2950, and 1900 Series

switches.

2900 and 2950 Series Switches

1. Enter into the Privileged EXEC mode by typing enable.

If prompted for a password, enter class (if that does not work, ask the instructor).

Switch>enable

2. Remove the VLAN database information file.

Switch#delete flash:vlan.dat

Delete filename [vlan.dat]?[Enter]

Delete flash:vlan.dat? [confirm] [Enter]

If there was no VLAN file, this message is displayed.

%Error deleting flash:vlan.dat (No such file or directory)

3. Remove the switch startup configuration file from NVRAM.

Switch#erase startup-config

The responding line prompt will be:

Erasing the nvram filesystem will remove all files! Continue? [confirm]

Press Enter to confirm.

The response should be:

Erase of nvram: complete

4. Check that VLAN information was deleted.

Verify that the VLAN configuration was deleted in Step 2 using the show vlan command. If

previous VLAN configuration information (other than the default management VLAN 1) is still

present it will be necessary to power cycle the switch (hardware restart) instead of issuing the

reload command. To power cycle the switch, remove the power cord from the back of the

switch or unplug it. Then plug it back in.

If the VLAN information was successfully deleted in Step 2, go to Step 5 and restart the switch

using the reload command.

5. Software restart (using the reload command)

Note: This step is not necessary if the switch was restarted using the power cycle method.

a. At the Privileged EXEC mode enter the command reload.

Switch#reload

The responding line prompt will be:

System configuration has been modified. Save? [yes/no]:

b. Type n and then press Enter.

The responding line prompt will be:

Proceed with reload? [confirm] [Enter]

The first line of the response will be:

Reload requested by console.

After the switch has reloaded, the line prompt will be:

Would you like to enter the initial configuration dialog? [yes/no]:

c. Type n and then press Enter.

The responding line prompt will be:

Press RETURN to get started! [Enter]

My Headlines