- All
- Category 1
- Category 2
-
- Browse more categories
- 31 Days Before Your CCNA Exam
- ajax ebook free
- ccna 1 chapter 1 question and answer
- ccna 1 chapter 10 question and answer
- ccna 1 chapter 11 question and answer
- ccna 1 chapter 2 question and answer
- ccna 1 chapter 3 question and answer
- ccna 1 chapter 4 question and answer
- ccna 1 chapter 5 question and answer
- ccna 1 chapter 6 question and answer
- ccna 1 chapter 7 question and answer
- ccna 1 chapter 8 question and answer
- ccna 1 chapter 9 question and answer
- ccna 1 final question and answer
- CCNA 2 Answer
- ccna 2 chapter 1 question and answer
- ccna 2 chapter 2 question and answer
- ccna 2 chapter 3 question and answer
- ccna 2 chapter 4 question and answer
- ccna 2 chapter 5 question and answer
- ccna 2 chapter 6 question and answer
- CCNA 2 Final Answer
- ccna 2 module question and answer
- ccna 2 Routing Protocols and Concepts
- ccna 2 Skill Exam Answer
- ccna 3 chapter 1 question and answer
- CCNA 3 Chapter 1 V4.0 Answers
- ccna 3 chapter 2 question and answer
- CCNA 3 Chapter 2 V4.0 Answers
- ccna 3 chapter 3 question and answer
- CCNA 3 Chapter 3 V4.0 Answers
- ccna 3 chapter 4 question and answer
- ccna 3 chapter 5 question and answer
- ccna 3 chapter 6 question and answer
- ccna 3 chapter 7 question and answer
- ccna 3 chapter 7 tutorial
- CCNA 3 Chapter Answer
- ccna 3 final question and answer
- ccna 3 question and answer
- ccna 3 skill test solution
- ccna 4 chapter 1
- ccna 4 chapter 2
- ccna 4 chapter 3
- ccna 4 chapter 4
- ccna 4 chapter 5
- ccna 4 chapter 6
- ccna 4 chapter test answer
- ccna 4 final answer
- ccna 4 final question and answer
- ccna 4 question and answer
- ccna answer
- ccna certified exam
- ccna certified exam ebook
- ccna curriculum download
- ccna ebook
- ccna question answer
- ccna solution
- ccna tutorial
- ccna1 answer
- ccna1 final question and answer
- ccna2 final question and answer
- ccna3 LAN Switching and Wireless
- ccnp
- cisco aspire download
- cisco iso router configuration
- CISCO Network Certification Exam
- CISCO Network Tutorial
- cisco packet tracer
- cisco router configuration
- cisco router configuration Commands
- cisco tutorial
- cnaps
- complite ajax tutorial
- download auto hide ip
- download ccna software
- download ccna test question and answer
- download cisco packet tracer
- download ebook
- download free ebook
- download hack software
- download hide ip
- download hide my mac address with crack
- download ip addressing tutorial
- download ipsubnet calculator
- download networking software
- download software for pc
- internet soft
- ip addressing
- Learning PHP MySQL javascript and CSS
- network ebbok
- networking ebook
- offline browser
- pc software
- php and ajax
- php ebook
- Professional Javascript For Web Developers Download
- programming ebooks
- subnetting calculator
- utility software
Archives
cisco router configuration, cisco iso router configuration commands
Cisco IOS Router Commands
� Disabled mode
� Enabled mode
� Configuration mode
Enabled mode is used to show configuration information, enter the configuration mode, and make changes to the configuration.
Configuration mode is used to enter and update the runtime configuration.
To get a list of the commands for the cisco type '?' at the prompt. Further information about any command, type the command followed by '?'.
clear | Reset functions |
clock | Manage the system clock |
configure | Enter configuration mode |
debug | Debugging functions (see also 'undebug') |
disable | Turn off privileged commands |
enable | Turn on privileged commands |
erase | Erase flash or configuration memory |
exit | Exit from the EXEC |
help | Description of the interactive help system |
login | Log in as a particular user |
logout | Exit from the EXEC |
no | Disable debugging functions |
ping | Send echo messages |
reload | Halt and perform a cold restart |
setup | Run the SETUP command facility |
show | Show running system information |
telnet | Open a telnet connection |
terminal | Set terminal line parameters |
test | Test subsystems, memory, and interfaces |
traceroute | Trace route to destination |
tunnel | Open a tunnel connection |
undebug | Disable debugging functions (see also 'debug') |
verify | Verify checksum of a Flash file |
write | Write running configuration to memory, network, or terminal |
access-lists | List access lists |
arp | ARP table |
buffers | Buffer pool statistics |
configuration | Contents of Non-Volatile memory |
controllers | Interface controller status |
debugging | State of each debugging option |
dialer | Dialer parameters and statistics |
extended | Extended Interface Information |
flash | System Flash information |
flh-log | Flash Load Helper log buffer |
history | Display the session command history |
hosts | IP domain-name, lookup style, name servers, and host table |
interfaces | Interface status and configuration |
ip | IP information |
isdn | ISDN information |
line | TTY line information |
logging | Show the contents of logging buffers |
memory | Memory statistics |
privilege | Show current privilege level |
processes | Active process statistics |
protocols | Active network routing protocols |
queue | Show queue contents |
queueing | Show queueing configuration |
reload | Scheduled reload information |
route-map | route-map information |
running-config | Current operating configuration |
sessions | Information about Telnet connections |
smf | Software MAC filter |
stacks | Process stack utilization |
startup-config | Contents of startup configuration |
subsys | Show subsystem information |
tcp | Status of TCP connections |
terminal | Display terminal configuration parameters |
users | Display information about terminal lines |
version | System hardware and software status |
Other Useful Commands
View the Software VersionView the Ethernet IP
View the Serial IP
View the Default Route
View the Filters
View the Bandwidth
Add a Static Route
Change the Dial Number
Turn Filters On and Off
Ping from the Router
Traceroute from the Router
View the Software Version
Cisco>enCisco#wr term <--- Shows running configuration Building configuration...Current configuration:!version 11.2no service udp-small-serversno service tcp-small-servers!hostname Cisco!interface Ethernet0 ip address 192.168.1.1 255.255.255.0!interface Serial0 ip address 192.168.6.1 255.255.255.0 encapsulation frame-relay frame-relay lmi-type ansi!interface Serial1 ip address 192.168.4.2 255.255.255.0 encapsulation frame-relay bandwidth 1536 keepalive 5 frame-relay map ip 192.168.4.1 101 IETF!router rip version 2 network 192.168.4.0 network 192.168.6.0 neighbor 192.168.6.2 neighbor 192.168.4.1!ip classlessip route 0.0.0.0 0.0.0.0 192.168.6.2ip route 0.0.0.0 0.0.0.0 192.168.4.1!line con 0line aux 0line vty 0 4login!endView Ethernet IP
Router#wr term
This will show the running configuration.Within the configuration, see an interface ethernet 0 section:
interface Ethernet0ip address 38.150.93.1 255.255.255.0no ip directed-broadcastView Serial IP
Router#wr term
Within the configuration, see an interface serial 0 section:
interface Serial0ip address 38.21.10.100 255.255.255.0ip broadcast-address 38.21.10.255ip access-group 106 inencapsulation frame-relaybandwidth 56no fair-queueframe-relay map ip 38.21.10.1 500 IETFView Default Route
Router#wr term
Within the configuration, see an ip route section.
In the ip route section, look for a route:ip route 0.0.0.0 0.0.0.0 38.167.29.1The last ip address is the POP ip.View Filters
Router#wr term
Under interface serial 0, look for:
ip access-group 104 inip access-group 105 out
Its means that access-group 104 is the inbound filter set andaccess-group 105 is the outbound filter set.Then, continue to look in the configuration for the access-list statements:
(Example for access-list statements)access-list 104 deny ip 38.166.101.0 0.0.0.255 anyaccess-list 104 permit tcp any any establishedaccess-list 104 permit tcp any eq ftp-data any gt 1023access-list 104 permit udp any eq domain any gt 1023access-list 104 permit udp any eq domain any eq domainaccess-list 104 permit icmp any anyaccess-list 104 permit udp any eq snmp any gt 1023access-list 105 deny ip any 38.166.101.0 0.0.0.255access-list 105 permit tcp any any establishedaccess-list 105 permit tcp any any eq ftpaccess-list 105 deny udp any eq netbios-ns anyaccess-list 105 deny udp any eq netbios-dgm anyaccess-list 105 permit ip any anyView Bandwidth
Router#wr term
Within the config, see an interface serial 0 section:
interface Serial0ip address 38.21.10.100 255.255.255.0ip broadcast-address 38.21.10.255ip access-group 106 inencapsulation frame-relaybandwidth 56no fair-queueframe-relay map ip 38.21.10.1 500 IETFAdd a Static Route
Cisco#config tEnter configuration commands, one per line. End with CNTL/Z.Cisco(config)#ip route DEST.DEST.DEST.DEST MASK.MASK.MASK.MASK GATE.GATE.GATE.GATEwhere: DEST.DEST.DEST.DEST = The destination network the static route is for MASK.MASK.MASK.MASK = The subnet mask of the destination network GATE.GATE.GATE.GATE = The gateway of the static routeExample route statement:ip route 38.222.75.0 255.255.255.0 38.20.5.1Cisco(config)#^Z (hit <control> z)
Write the entry to memory:
Cisco#wr memBuilding configuration...[OK]Change Dial Number
Type en to put the router in enable mode:
test.com>en
The password should be the same as the one used to telnet in.
Password:
To view the router's configuration, type:
test.com#show config
There will be a line in the configuration that says:
dialer map IP 38.1.1.1 speed 64 name LD3330 2707000
The 2707000 is the dial number.
NOTE: Record what interface the dialer map IP line is under because you will need to use that interface when changing the number.
Type config t to configure from terminal.
test.com#config t
Enter configuration commands, one per line. End with CNTL/Z.Enter the interface that the dialer map IP line is under:
test.com(config)#interface BRI0
Add in the new dialer map IP line with the new phone number:
test.com(config)#dialer map IP 38.1.1.1 speed 64 name LD3330 [new number]
Now, remove the old dialer map IP line.To remove a line, type no and then the line.For example, to remove the old dialer map IP, type:
test.com(config)#no dialer map IP 38.1.1.1 speed 64 name LD3330 2707020
Now leave config mode:
test.com(config)# [control] z
Save changes:
test.com# write memBuilding configuration...[OK]
Verify the new number is in the config:
test.com#show config
The new number should be in the dialer map IP line.
Turn Filters On and Off
To turn the filters off:
Router#configure terminalRouter(config)#interface Serial0Router(config-if)#no ip access-group 104 inRouter(config-if)#no ip access-group 105 outRouter(config-if)# Hit CTRL-ZRouter#wr memBuilding configuration...[OK]Router#
To turn the filters on:
Router#configure terminalRouter(config)#interface Serial0Router(config-if)#ip access-group 104 inRouter(config-if)#ip access-group 105 outRouter(config-if)# Hit CTRL-ZRouter#wr memBuilding configuration...[OK]Router#
cisco router configuration, cisco router configuration commands
Cisco Router Configuration Commands
Learn Cisco Router Configuration code, its help to config router and clear all concepts in study.
| Requirement | Cisco Command |
|---|---|
| Set a console password to cisco | Router(config)#line con 0 Router(config-line)#login Router(config-line)#password cisco |
| Set a telnet password | Router(config)#line vty 0 4 Router(config-line)#login Router(config-line)#password cisco |
| Stop console timing out | Router(config)#line con 0 Router(config-line)#exec-timeout 0 0 |
| Set the enable password to cisco | Router(config)#enable password cisco |
| Set the enable secret password to peter.This password overrides the enable password and is encypted within the config file | Router(config)#enable secret peter |
| Enable an interface | Router(config-if)#no shutdown |
| To disable an interface | Router(config-if)#shutdown |
| Set the clock rate for a router with a DCE cable to 64K | Router(config-if)clock rate 64000 |
| Set a logical bandwidth assignment of 64K to the serial interface | Router(config-if)bandwidth 64 Note that the zeroes are not missing |
| To add an IP address to a interface | Router(config-if)#ip addr 10.1.1.1 255.255.255.0 |
| To enable RIP on all 172.16.x.y interfaces | Router(config)#router rip Router(config-router)#network 172.16.0.0 |
| Disable RIP | Router(config)#no router rip |
| To enable IRGP with a AS of 200, to all interfaces | Router(config)#router igrp 200 Router(config-router)#network 172.16.0.0 |
| Disable IGRP | Router(config)#no router igrp 200 |
| Static route the remote network is 172.16.1.0, with a mask of 255.255.255.0, the next hop is 172.16.2.1, at a cost of 5 hops | Router(config)#ip route 172.16.1.0 255.255.255.0 172.16.2.1 5 |
| Disable CDP for the whole router | Router(config)#no cdp run |
| Enable CDP for he whole router | Router(config)#cdp run |
| Disable CDP on an interface | Router(config-if)#no cdp enable |
Note: Download Will Open New Tab
Cisco Router Show Commands
| Requirement | Cisco Command |
|---|---|
| View version information | show version |
| View current configuration (DRAM) | show running-config |
| View startup configuration (NVRAM) | show startup-config |
| Show IOS file and flash space | show flash |
| Shows all logs that the router has in its memory | show log |
| View the interface status of interface e0 | show interface e0 |
| Overview all interfaces on the router | show ip interfaces brief |
| View type of serial cable on s0 | show controllers 0 (note the space between the 's' and the '0') |
| Display a summary of connected cdp devices | show cdp neighbor |
| Display detailed information on all devices | show cdp entry * |
| Display current routing protocols | show ip protocols |
| Display IP routing table | show ip route |
| Display access lists, this includes the number of displayed matches | show access-lists |
| Check the router can see the ISDN switch | show isdn status |
| Check a Frame Relay PVC connections | show frame-relay pvc |
| show lmi traffic stats | show frame-relay lmi |
| Display the frame inverse ARP table | show frame-relay map |
Cisco Router Basic Operations
| Requirement | Cisco Command |
|---|---|
| Enable | Enter privileged mode |
| Return to user mode from privileged | disable |
| Exit Router | Logout or exit or quit |
| Recall last command | up arrow or <Ctrl-P> |
| Recall next command | down arrow or <Ctrl-N> |
| Suspend or abort | <Shift> and <Ctrl> and 6 then x |
| Refresh screen output | <Ctrl-R> |
| Compleat Command | TAB |
Cisco Router Copy Commands
| Requirement | Cisco Command |
|---|---|
| Save the current configuration from DRAM to NVRAM | copy running-config startup-config |
| Merge NVRAM configuration to DRAM | copy startup-config running-config |
| Copy DRAM configuration to a TFTP server | copy runing-config tftp |
| Merge TFTP configuration with current router configuration held in DRAM | copy tftp runing-config |
| Backup the IOS onto a TFTP server | copy flash tftp |
| Upgrade the router IOS from a TFTP server | copy tftp flash |
Cisco Router Debug Commands
| Requirement | Cisco Command |
|---|---|
| Enable debug for RIP | debug ip rip |
| Enable summary IGRP debug information | debug ip igrp events |
| Enable detailed IGRP debug information | debug ip igrp transactions |
| Debug IPX RIP | debug ipx routing activity |
| Debug IPX SAP | debug IPX SAP |
| Enable debug for CHAP or PAP | debug ppp authentication |
| Switch all debugging off | no debug all undebug all |
cisco router configuration tutorial, cisco router configuration pdf
Cisco Router Configuration Tutorial
Download CISCO Router Configuration Tutorial PDF File.
cisco ipsubnet calculator, download ipsubnet calculator, subnetting calculator
Download ipsubnet calculator
- This Calculator Helpful for who study in networking.
- It is Helpful tools for CISCO Networking.
- It is easily calculate any IP Network Address and All Host Address List.
- Its help to Calculate Number of Subnet and Host.
For Download: Click
CCNA exploration 4.0 curriculum and course installers, cisco certification exam curriculum , Cisco network curriculum part 1 to 4 download
Download CCNA Exploration 4.0 Curriculum and Course installers
CCNA Exploration Curriculum is 4 Part (CCNA-1, CCNA-2, CCNA-3 and CCNA-4)
Part 1 to 4Cisco Certification Exam Tutorial part 1 to 4 download
For CISCO Network Certification Exam, Need To complete CCNA Exploration Curriculum Part 1to 4. Its help you certified.
This Curriculum provide from Cisco network academy.
� In Part 1 includes 11 chapters discuss about Network Fundamentals.
� Part 2 also includes 11 chapters discuss about Routing Protocols and Concept.
� Part 3 includes 7 chapters discuss about LAN Switching and Wireless.
� Part 4 includes 8 chapters discuss about Access the WAN.
Download CCNA Exploration Curriculum 1 to 4

