answersLogoWhite

0

What is map config?

Updated: 12/19/2022
User Avatar

Wiki User

8y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is map config?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can an IP address for a network device be assigned to a particular network?

Router(config)# hostname AdminAdmin(config)# enable secret cangetinAdmin(config)# interface fa0/1Admin(config-if)#ip address 192.168.1.22 255.255.255.248Router(config)# hostname AdminAdmin(config)# enable password cangetinAdmin(config)# interface fa0/1Admin(config-if)# ip address 192.168.1.22 255.255.255.248Router(config)# hostname AdminAdmin(config)# enable secret cangetinAdmin(config)# interface fa0/0Admin(config-if)# ip address 192.168.1.22 255.255.255.248Router(config)# hostname AdminAdmin(config)# enable password cangetinAdmin(config)# interface fa0/0Admin(config-if)# ip address 192.168.1.22 255.255.255.248


Where do startup-config and a running-config reside in Cisco equipment?

startup-config resides in NVRAM and running-config resides in RAM.


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


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 command do you type to save the configuration stored in RAM to NV RAM?

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


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#


When was Pkg-config created?

Pkg-config was created in 2006.


How do you map a mixtrack with virtual dj?

First you need to know that you will not be able to map any controller if you have a free version of VDJ. However if you have a full version, just go to config at the top of the screen, then remote control, then midi, then config. Easy as pie...there is no extra language you have to learn to map the buttons out. Just common sense....and if that fails just guess at the right setting and you will end up with a good finished product. That's how I did it and my mixtrack runs flawless.


Copy running-config startup-config?

it save the current program to nvram


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


When inter VLAN routing is used how are the switch ports that link to the router configured?

switch(config)#int type <no> switch(config-if)#switchport mode trunk switch(config-if)#switchport trunk allowed vlan all/vlan no switch(config-if)#exit switch(config)#exit switch#


Which set of commands will enable a network administrator to remotely manage a LAN switch?

Switch(config)# ip default-gateway 192.168.1.254Switch(config)# interface vlan 1Switch(config-if)# ip address 192.168.1.1 255.255.255.0Switch(config-if)# interface fa0/1Switch(config-if)# switchport access vlan 1