Patrick Denis > 2015 > July
Monthly Archive: July 2015
admin
July 23, 2015
Configuration of DHCP : (config)#ip dhcp excluded-address (1st ip address) (last ip address) (config)#ip dhcp pool (name of the pool) (dhcp-config)#network (network address) (mask) (dhcp-config)#default-router (default router ip address) (dhcp-config)#dns-server (ip address of dns server) (dhcp-config)#domain-name (name of domain) (dhcp-config)#lease…
Read more
admin
July 22, 2015
An NTP service receives its time information from a time source with a higher level of authority than itself. The authority of a particular time servicer is indicated by its stratum. An NTP server that connects directly to an authoritative,…
Read more
admin
July 15, 2015
This post will be updated often ! Any form of access to a network device should be authenticated so we need to configure users . ( see Users Post ) Password are not encrypted by default , you can configure…
Read more
admin
July 14, 2015
You can create Users access by creating different privilege levels : (config)#privilege exec level ( level # ) (command) In the following example, the show ip route command is set to privilege level 15. To keep all show ip and show…
Read more
admin
July 14, 2015
Creating users can be done in global configuration mode : (config)#username (name) password (word) OR (config)#username (name) privilege ( 0-15 ) password (word)
admin
July 14, 2015
To access a remote Cisco Router you can configure it in global mode : (config)#line vty 0 4 (config-line)#login Local ( see creating a user ) OR (config-line)#password (password) Dont forget that your password is save in plain text so…
Read more
admin
July 14, 2015
(config-if)#ip host (name) (ip address)
admin
July 8, 2015
To create a Prefix-List you need tobe in global configuration mode : ip prefix-list ( option ) ( name ) seq (sequence number ) ( permit or deny ) (x.x.x.x )/(x) then you can use le and ge or a…
Read more
admin
July 6, 2015
IP SLA use the concept of an operation. Each operations define the type of packet that the router will generate. IP SLA features measures the ongoing behavor of the network. IP SLA act as a tool to test and gather…
Read more
admin
July 6, 2015
When a Packet arrive on the interface of a router the router take several logical decisions base on the data plane to process the packet. The packet arrive encapsulated inside the data link frame , so the router check the…
Read more