Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how will configure Nat

Answers were Sorted based on User's Feedback



how will configure Nat..

Answer / jitu(network admin abb)

canu tell me what type of nating u r asking
is it staic
is it dynamic
or it is pat

now i have more query
on which divise u want to configure nat
on l3 switch
on router
or on asa/pix firewall

tellme
then can make answer correct

Is This Answer Correct ?    13 Yes 2 No

how will configure Nat..

Answer / akbar ali

The first step is configure the two router, one switch & two
PC. The two router is connect the Cross Cable then, router
switch & PC connect the straight Cable.
Router0 assign the IP address:- 100.1.1.2 Subnet mask:-
255.255.255.0 in (Fa 0/0)
Router1 assign the IP address:- 100.1.1.1 Subnet mask:-
255.255.255.0 in (Fa 0/0)
Router1 assign the IP address:- 100.1.1.1 Subnet mask:-
255.255.255.0 in (Fa 0/1)
PC0 assign the IP address:- 10.1.1.2 Subnet mask:- 255.255.255.0
PC1 assign the IP address:- 10.1.1.3 Subnet mask:- 255.255.255.0
Click the router0 CLI command
Router0>en
Router0#conf t
Router0(config)#int fa 0/0
Router0(config-if)#ip add 100.1.1.2 255.255.255.0
Router0(config-if)#no shutdown
Router0(config-if)#wr

Click the Router1 CLI command
Router1>en
Router1#conf t
Router1(config)#int fa 0/0
Router1(config-if)#ip add 100.1.1.1 255.255.255.0
Router1(config-if)#no shutdown
Router1(config-if)#Exit
Router1(config)#int fa 0/1
Router1(config-if)#ip add 10.1.1.1 255.255.255.0
Router1(config-if)#no shutdown
Router1(config-if)#exit
Router1(config)#int fa 0/1
Router1(config-if)#ip nat inside
Router1(config-if)#exit
Router1(config)#int fa 0/0
Router1(config-if)#ip nat outside
Router1(config-if)#exit
Router1(config)#ip nat inside source static 10.1.1.2 100.1.1.1
Router1(config)#Ctrl+z
Router1#show ip nat translations

Click the PC0 Desktop tab click the command prompt
type ping 100.1.1.2

You want more configure Nat then you can login E-mail id
akbarali0786@gmail.com

Is This Answer Correct ?    10 Yes 5 No

how will configure Nat..

Answer / jitu

nating is two types
what type i have to configure
1.static
2.dynamic
This is wrong
Nating have 3ree type
static
dynamic
and pat
pat is also a type of nat

Is This Answer Correct ?    4 Yes 1 No

how will configure Nat..

Answer / nareshk

nating is two types
what type i have to configure
1.static
2.dynamic

Is This Answer Correct ?    2 Yes 2 No

how will configure Nat..

Answer / s.m.feroz ahmed

Hi,

To configure a NAT one requires 2 lan cards on a single
system for NATTING purpose.NAT Stands for Network Address
Translation.

Is This Answer Correct ?    0 Yes 1 No

how will configure Nat..

Answer / guest

first is open cantrol panal. select internet option open
select conn. then setup option

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More CCNA Interview Questions

What does the parameter -- LOG -- do on an IPX access list? A.) The log keyword is not a valid option. B.) Read the LOG to figure out what traffic to deny. C.) Logs the creation of the access list. D.) Logs IPX access control list violations whenever a packet matches a particular access list entry. E.) Ensures the IPX protocol places a log in the fireplace.

1 Answers  


Explian what is a node?

0 Answers  


Which statement about Ethernet networks is true? A. The advantage of a full duplex is the ability to transmit data over 111 cable B. Full duplex Ethernet requires a point-to-point connection when only two nodes are present C. Ethernet switches can use full duplex mode to connect multiple nodes to a single pod of a switch D. Half duplex is a cut through packet processing method that is vow fast little error correction Full duplex is a store and forward method that is slower but has better error correction

1 Answers  


Define Poison Reverse? A.) To prevent regular update messages from reinstating a route that has gone down B.) Packets sent out that are not destined for a network go to the default network C.) Information received on an interface cannot be sent back out the same interface D.) When a network goes down, that network is advertised with an infinite metric

1 Answers  


How ICMP is used in ping and traceroute facilities

3 Answers  


Identify the command that displays traffic statistics on serial0/1? A.) display interface serial0/1 B.) show interface serial0/1 C.) show seria0/1 stats D.) show interface serial0/1 stats

1 Answers  


Which command displays the IPX SAP table? A.) show ipx sap B.) show sap C.) show ipx interface D.) show ipx servers E.) show ipx

1 Answers  


Dear Mr. JITENDERA KUAMR SINHA how are and how is your family? Anyway can u send me your personal email address?

4 Answers  


what is route aggregation

2 Answers  


What is the protocol number for TCP? A.) 80 B.) 21 C.) 11 D.) 6

3 Answers  


Hi, All I am configuring EIGRP in Packet tracer, after configuring all the things it is not working but in one condition it is working fine if i am putting all my router and network withing one network subnets e.g. 172.16.0.0 or 10.0.0.0 but whenever i am puting different network subnets e.g. in one network it is RA(config-if)#=ip address 10.0.0.1, and in fa0/0= 192.168.1.10 and in RB(config-if)#10.0.0.2 (s1/0) and in S1/1 11.0.0.1 and in fa 0/0 192.168.100.1 ,where as in third router RC(config-if)#=ip address 11.0.0.2 and in fa 0/0 172.16.1.10 and after configuring all this serial is showing up and protocol showing up but eigrp process not taking place after adding eigrp configuration, i tried with "no auto-summary" command but not working.. Suggest me where i missing something? can mail me at : gtech.innovator@gmail.com

20 Answers  


What does the 'S' mean when looking at the routing table? A.) Statically connected B.) Directly connected C.) Dynamically attached D.) Shutdown route

2 Answers  


Categories