answersLogoWhite

0


Best Answer

Very simple, got to the routers home config page, go to security, and unable unap

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you config NAT in huawei router?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you configure RIP routing protocol on a Cisco router?

Here is a basic overview of the configuration of RIP on a Cisco router:Router(config)#router ripRouter(config-router)#network 192.168.1.0Router(config-router)#network 192.168.2.0Router(config-router)#network 192.168.3.0Router(config-router)#network 192.168.4.0Router(config-router)#network 192.168.5.0The 192.168.x.0 address can be changed to whatever address you would like to be broadcast over RIP. There are also other settings that can be configured.If you use RIPv2 you can also have the following configuration:Router(config)#router ripRouter(config-router)#version 2Router(config-router)#network 192.168.1.0Router(config-router)#network 192.168.2.0Router(config-router)#network 192.168.3.0Router(config-router)#network 192.168.4.0Router(config-router)#network 192.168.5.0Router(config-router)#exitRouter(config)#exitRouter#%SYS-5-CONFIG_I: Configured from console by consoleRouter#copy running-config startup-configDestination filename [startup-config]?Building configuration...[OK]Router#


Which command enables rip on a router?

A(config)# router rip A(config-router)# passive-interface S0/0 B(config)# router rip B(config-router)# network 192.168.25.48 B(config-router)# network 192.168.25.64 A(config)# router rip A(config-router)# no network 192.168.25.32 B(config)# router rip B(config-router)# passive-interface S0/0 A(config)# no router rip


What is the command to remove the console password router?

Remove Console password router>enable router#configure terminal router(config)#line console 0 router(config-line)#no login router(config-line)#no password router(config-line)#exit router(config)#exit


What is the purpose of NV RAM on a Cisco router?

That's where the router's startup-config (startup configuration) is stored.That's where the router's startup-config (startup configuration) is stored.That's where the router's startup-config (startup configuration) is stored.That's where the router's startup-config (startup configuration) is stored.


How do you set a password on vty line?

Type on previllage Mode:- Router(config)#line vty 0 4 Router(config-line)#pass Router(config-line)#password 123 Router(config-line)#login Router(config-line)#exit used for telnet , to take ur PC on telnet through Router..............


What three commands are needed to configure EIGRP on the Paris router?

Paris(config)# router eigrp 100 Paris(config-router)# network 192.168.7.0 Paris(config-router)# network 192.168.8.0


Configure NAT to allow PC3 to ping PC1?

R3#configure terminalR3(config)#access-list 104 permit ip 10.0.0.128 0.0.0.127 anyR3(config)#ip nat inside source list 104 interface Serial0/0/0 overloadR3(config)#interface fastEthernet0/1R3(config-if)#ip access-group 104 inR3(config-if)#ip nat insideR3(config-if)#exitR3(config)#interface Serial0/0/0R3(config-if)#ip nat outsideR3(config-if)#exitR3(config)#interface Serial0/0/1R3(config-if)#ip nat outsideR3(config-if)#endWriting by vanhuuvt32bonphuonglanha@gmail.com


How do you setup eigrp protocol?

router#config t router(config)#router eigrp 100 #net NETWORK ADDRESS


What command create DHCP address pool on a router?

router (config)# ip dhcp servicerouter (dhcp-config)# ip dhcp pool router (dhcp-config)# network


What command do you type to save the configuration stored in RAM to NV RAM?

Router(config)#Copy running-config startup-config


Implementing Distance-vector routing protocol?

First you must decide what specific protocol you want to use. Then you configure it on the individual routers. Example, with Cisco routers: Router(config)#router rip Router(config-router)#network 10.0.0.0. Router(config-router)#exit Additional commands may be required for optimization. Note: I use RIP for illustration purposes, but it is usually not the best option for routing.First you must decide what specific protocol you want to use. Then you configure it on the individual routers. Example, with Cisco routers: Router(config)#router rip Router(config-router)#network 10.0.0.0. Router(config-router)#exit Additional commands may be required for optimization. Note: I use RIP for illustration purposes, but it is usually not the best option for routing.First you must decide what specific protocol you want to use. Then you configure it on the individual routers. Example, with Cisco routers: Router(config)#router rip Router(config-router)#network 10.0.0.0. Router(config-router)#exit Additional commands may be required for optimization. Note: I use RIP for illustration purposes, but it is usually not the best option for routing.First you must decide what specific protocol you want to use. Then you configure it on the individual routers. Example, with Cisco routers: Router(config)#router rip Router(config-router)#network 10.0.0.0. Router(config-router)#exit Additional commands may be required for optimization. Note: I use RIP for illustration purposes, but it is usually not the best option for routing.


Starting at the enable mode prompt what commands would you type to configure IP address 192.168.1.1 on interface E0?

I will show the commands, together with the prompt, assuming the router name has not been changed. A subnet mask is also required; I will provide one. ^Z is Control-Z, used to exit configuration mode quickly: Router>enable Router#configure terminal Router(config)#interface E0 Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#^Z Router#I will show the commands, together with the prompt, assuming the router name has not been changed. A subnet mask is also required; I will provide one. ^Z is Control-Z, used to exit configuration mode quickly: Router>enable Router#configure terminal Router(config)#interface E0 Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#^Z Router#I will show the commands, together with the prompt, assuming the router name has not been changed. A subnet mask is also required; I will provide one. ^Z is Control-Z, used to exit configuration mode quickly: Router>enable Router#configure terminal Router(config)#interface E0 Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#^Z Router#I will show the commands, together with the prompt, assuming the router name has not been changed. A subnet mask is also required; I will provide one. ^Z is Control-Z, used to exit configuration mode quickly: Router>enable Router#configure terminal Router(config)#interface E0 Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#^Z Router#