how will configure Nat
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / nareshk
nating is two types
what type i have to configure
1.static
2.dynamic
| Is This Answer Correct ? | 2 Yes | 2 No |
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 |
Answer / guest
first is open cantrol panal. select internet option open
select conn. then setup option
| Is This Answer Correct ? | 1 Yes | 6 No |
Identify the purpose of ARP? A.) Avoiding routing loops B.) Determining a workstation's IP address C.) Sending a directed broadcast D.) Determining a workstation's MAC address
Identify 2 HDLC characteristics? A.) Default serial encapsulation B.) Open standard C.) Supports Stacker compression D.) Supports point-to-point and multipoint
Explain the draw back of ospf protocol?
Which service takes information from multiple sources and allocates bandwidth on a single media? A. Time-division Multiplexing (TDM) B. Signaling System 7 (SS7) C. X.25 D. Frame relay
Choose three reasons why the networking industry uses a layered model: A.) It facilitates systematic troubleshooting B.) It allows changes in one layer to occur without changing other layers C.) It allows changes to occur in all layers when changing one protocol D.) It clarifies how to do it rather than what general function to be done E.) It clarifies what general function is to be done rather than how to do it
Which layer defines bit synchronization? A.) Application B.) Network C.) Transport D.) Physical E.) Session F.) Session
You have just issued the erase startup-config Command and reloaded your router. In which mode will your router be when you react? A. setup B. startup C. user EXEC D. userd privileged E. global configuration
Regarding frame relay, which of the following statements are true? A.) You must use ANSI encapsulation if connecting to non-Cisco equipment B.) You must use IETF encapsulation if connecing to non-Cisco equipment C.) You must use Q.933a encapsulation if connecing to non-Cisco equipment D.) You must use Cisco encapsulation if connecting to non-Cisco equipment
In the command "router igrp 109" what does 109 signify? A. an autonomous system B. any network number which the router is attached to C. the allowable length of the routing table D. the network socket number
As the system administrator, you enter the following commands at the command prompt: ipx routing access-list 800 permit 2b 4d int e0 ipx network 4d ipx access-group 800 out int e1 ipx network 2b int e2 ipx network 3c What did these command accomplish? A. Traffic from network 4c destined for network 4d will be forwarded out Ethernet0. B. Traffic from network 3c destined for network 4d will be forwarded out Ethernet0. C. Traffic from network 2b destined for network 4d will be forwarded out Ethernet0. D. Traffic from network 4d destined for network 2d will be forwarded out Ethernet0.
"sap" is used by the Cisco IOS for which encapsulation types? A. Ethernet_802.2 B. Token-Ring C. FDDI_SNAP D. Ethernet_802.3 E. FDDI_802.2
How often does IP RIP send out routing table updates by default? A.) They send complete updates every 30 seconds B.) They send partial updates every 30 seconds C.) They send complete updates every 60 seconds D.) They send partial updates every 60 seconds