Is global certificate is needed for MCSE&CCNA for getting a job?

Posted under Computer Networking by admin on Wednesday 30 July 2008 at 11:39 am
ccna academy
Maverick asked:


HI I’m from kerala.I’hv completed MCSE & CCNA at ACCEL IT ACADEMY and they give me their ISO 9001-2000 certficate in the course.I also completed my B.tech in electronics.But I only have the course certificate in engineering.I also own the global certificate in MCP(managing & maintaining server 2003).Can I get a good job with these certificates.Please help….

Content by CCNA4U http://www.ccna4u.org Email: quocvuong.it@gmail.com

does anyone know how many questions roughly there are on the cisco CCNA exam final?

Posted under Standards & Testing by admin on Monday 28 July 2008 at 10:23 am
ccna exam
RYAN2007 asked:


does anyone know how many questions roughly there are on the cisco CCNA exam final?

Content by CCNA4U http://www.ccna4u.org Email: quocvuong.it@gmail.com

Impt topics for CCNA 640-802 examination?

Posted under Computer Networking by admin on Sunday 20 July 2008 at 6:05 pm
ccna academy
auh1000 asked:


I will appearing for my CCNA 640-802 exam in about a month. I was enrolled in the Cisco networking academy and completed all my courses with honors. I will be appearing for my voucher exam and then my CCNA paper. What are the topics that I should be concentrating on. This is an urgent matter and any help will be greatly appreciated. I have about a month.

Regards,

Adnan

Content by CCNA4U http://www.ccna4u.org Email: quocvuong.it@gmail.com

Posted under computers by admin on Wednesday 9 July 2008 at 8:25 pm
Cisco Router Configuration
RavinderYadav24 asked:


There are literally thousands of commands and sub-commands available to configure a Cisco security appliance. As you gain knowledge of the appliance, you will use more and more of the commands. Initially, however, there are just a few commands required to configure basic functionality on the appliance. Basic functionality is defined as allowing inside hosts to access outside hosts, but not allowing outside hosts to access the inside hosts. Additionally, management must be allowed from at least one inside host. Here are eight basic commands:

**interface**

The interface command identifies either the hardware interface or the VLAN interface that will be configured. Once in interface configuration mode, you can assign physical interfaces to switchports and enable them (turn them on) or you can assign names and security levels to VLAN interfaces.

**nameif**

The nameif command gives the interface a name and assigns a security level. Typical names are outside, inside, or DMZ.

**security-level**

Security levels are used by the appliance to control traffic flow. Traffic is permitted to flow from interfaces with higher security levels to interfaces with lower security levels, but not the other way. Access-lists must be used to permit traffic to flow from lower security levels to higher security levels. Security levels range from 0 to 100. The default security level for an outside interface is 0. For an inside interface, the default security level is 100.

In the following sample configuration, the interface command is first used to name the inside and outside VLAN interfaces, then the DMZ interface is named and a security level of 50 is assigned to it.

ciscoasa(config)# interface vlan1

ciscoasa(config-if)# nameif inside

INFO: Security level for “inside” set to 100 by default.

ciscoasa(config-if)# interface vlan2

ciscoasa(config-if)# nameif outside

INFO: Security level for “outside” set to 0 by default.

ciscoasa(config-if)#interface vlan3

ciscoasa(config-if)# nameif dmz

ciscoasa(config-if)# security-level 50

**ip address**

The ip address command assigns an IP address to a VLAN interface either statically or by making it a DHCP client. With modern versions of security appliance software, it is not necessary to explicitly configure default subnet masks. If you are using non-standard masks, you must explicitly configure the mask, but otherwise, it’s not necessary.

In the following sample configuration, an IP address is assigned to VLAN 1, the inside interface.

ciscoasa(config-if)# interface vlan 1

ciscoasa(config-if)# ip address 192.168.1.1

**switchport access**

The switchport access command on the ASA 5505 security appliance assigns a physical interface to a logical (VLAN) interface. In the next example, the interface command is used to identify physical interfaces, assign them to switchports on the appliance, and enable them (turn them on) through the use of the “no shutdown” statement.

ciscoasa(config-if)# interface ethernet 0/0

ciscoasa(config-if)# switchport access vlan 2

ciscoasa(config-if)# no shutdown

ciscoasa(config-if)# interface ethernet 0/1

ciscoasa(config-if)# switchport access vlan 1

ciscoasa(config-if)# no shutdown

**nat**

The nat command enables network address translation on the specified interface for the specified subnet.

In this sample, configuration, NAT is enabled on the inside interface for hosts on the 192.168.1.0/24 subnet. The number “1″ is the NAT I.D. which will be used by the global command to associate a global address or pool with the inside addresses. (Note: NAT 0 is used to prevent the specified group of addresses from being translated.)

ciscoasa(config)# nat (inside) 1 192.168.1.0 255.255.255.0

**global**

The global command works in tandem with the nat command. It identifies the interface (usually outside) through which traffic from nat’ed hosts (usually inside hosts) must flow. It also identifies the global address which nat’ed hosts will use to connect to the outside world.

In the following sample, the hosts associated with NAT I.D. 1 will use the global address 12.3.4.5 on the outside interface.

ciscoasa(config)# global (outside) 1 12.3.4.5

In this additional example of the use of the “global” command, the interface statement tells the firewall that hosts associated with NAT I.D. 1 will use the DHCP-assigned global address on the outside interface.

ciscoasa(config)# global (outside) 1 interface

**route**

The route command, in its most basic form, assigns a default route for traffic, typically to an ISP’s router. It can also be used in conjunction with access-lists to send specific types of traffic to specific hosts on specific subnets.

In this sample configuration, the route command is used to configure a default route to the ISP’s router at 12.3.4.6. The two zeroes before the ISP’s router address are shorthand for an IP address of 0.0.0.0 and a mask of 0.0.0.0. The statement outside identifies the interface through which traffic will flow to reach the default route.

ciscoasa(config-if)# route outside 0 0 12.3.4.6

The above commands create a very basic firewall, but frankly, using a sophisticated device such as a Cisco PIX or ASA security appliance to perform such basic firewall functions is overkill. Other commands to use include hostname to identify the firewall, telnet or SSH to allow remote administration, DHCPD commands to allow the firewall to assign IP addresses to inside hosts, and static route and access-list commands to allow internal hosts such as DMZ Web servers or DMZ mail servers to be accessible to Internet hosts.



Content by CCNA4U http://www.ccna4u.org Email: quocvuong.it@gmail.com

CCNA VLANS

Posted under People by admin on Sunday 6 July 2008 at 6:32 am
Commsupportnetworks asked:


Cisco CCNA training video series from www.commsupport.co.uk. This video is from our Cisco CCNA certification training videos that we provide to all our classroom based students. This video is a 10-minute sample from the series. We have over 40 hours of world-class video instruction to complement your classroom based training Please visit us online at www.commsupport.co.uk for more info regading our classroom based training visit www.commsupport.co.uk for great classroom based cisco training …

Content by CCNA4U http://www.ccna4u.org Email: quocvuong.it@gmail.com

CCNA Security: Defending IP Spoofing Attacks

Posted under Education by admin on Tuesday 1 July 2008 at 5:04 pm
CAwebcast asked:


develop the ultimate training and certification program which includes everything you will need to fully prepare for and pass your certification exam. This webcast will address the topic of Defending IP Spoofing and features a live demonstration of defense against man-in-the-middle attacks. For additional CCNA training and other courses in IT Certification, Security, Software Developers, and Office Users, visit us online! … CCNA Security Defending IP Spoofing Attacks free training video …

Content by CCNA4U http://www.ccna4u.org Email: quocvuong.it@gmail.com

Top Tips on Network Router Configuration

Posted under Howto by admin on Tuesday 1 July 2008 at 2:23 pm
Relativity2 asked:


If you want to set up your own network, and you have multiple computers, you will need to set up a router. Cable (wired) routers, while still legitimate, are quickly becoming obsolete so this article focuses on wireless routers. Most retail wireless routers will cover a large area in your home or office. However, to cut down on cable usage, you may want to place the router as close to your modem as possible. Your modem will have a phone line connection so it will be less mobile. Ideally, you …

Content by CCNA4U http://www.ccna4u.org Email: quocvuong.it@gmail.com



Page 1 of 11

About (4) ActualTest ccna 640-802 (2) CCENT Practice Certification Exam (2) CCNA - Exam Information (1) CCNA Discovery 4.0 (2) CCNA FAQs - Tips (2) CCNA Forum (1) CCNA Practice Certification Exam (2) CCNA1 (39) CCNA1 FINAL (18) CCNA2 (26) CCNA2 FINAL (16) CCNA3 (23) CCNA3 FINAL (15) CCNA4 (26) CCNA4 FINAL (17) Funny Games (88) CCNP Exam (3) Download now (11) Free Link exchange (3) Host has been suspende (1) My Laptop (1) Other Tips - Tricks (2) Packet Tracer Tutorials (3) Packet Tracer Version 5.3 Software Downloads (1) Pass4sure (6) Pass4sure CCNA 640-802 (4) Pass4sure ccnp (2) Submit Documents (1) Subnet - Calculator (1) TestInside (5) TestInside CCNA (3)

ccna answers ** ccna final **ccna discovery answers **ccna 1 answers **ccna final exam ** ccna exams **ccna switching **ccna exam **ccna exam 640 802 **ccna guide **ccna certification **ccna test**Vietnam Daily News

penis buyutucu, v-pills, penis büyütücü, penis boyu, penis uzat, penis buyutucu haplar, sex shop, erotik shop

health, Women is diseases, pediatric health information diet beauty health news

porno dvd, erotik dvd, porno cd,erotik cd

sikis izle, porno izle, seks videolari