Summaries:
Set 1
- Routing tables , current configuration and log files are stored in RAM memory
- show version shows configuration register value
- to view amount of memory in flash use show version
- to view name of IOS image show flash because images are stored in Flash
- copy flash tftp without specifying addresses!
- router loads ios image from :Flash, Tftp, ROM
- to display contents of the configuration file stored in nvram use sh start show config
- show protocols displays interfaces and its IPs
- logging buffered to view paage by page
- Ctrl+C to exit setup initial configuration
- order : boot system statement, flash, tftp, Rom
Set 2
- .192 = 256-192 = 64
- to recover lost password one needs to modify nvram and configuration register
- cashed list of hostnames: show hosts
- config-if# des This Is Ethernet Port description
- description only to specific interface, not telnet sessions,
- serial administratevly down /down - disabled/physically down
- show cdp nei - view type of the connected device, "TS" trans bridge or switch
- show cdp - view holdtime
- ip default-gateway 1.1.1.254 no mask is needed
- vlan - phisically the same network , logically - separate
- ISL - encapsulates any data link protocol, multiple spanning tree instanses , uses asic ,propprietary
- 802.1q just inserts 4 byte tag after source addresss, thats why doesnot encapsulates entire frame, only 1 spanning tree instance per switch
- switch in backup mode is blocking state
- vlans can be created using layer 3 switches
- each vlan uses its own spa protocol instance
- switchport portsecurity violation restrict - sends snmp trap
- maximum sticky -132
Set 3
Set 4
- CPE - Customer Premises equipment - is not responsibility of provider
- ISDN Bri is a dial up type
- LAPD provides control and signaling information with isdn
- LCP - data can be compressed at source and decompress at destination
- PPP features - supports ISDN asynch/ sychronouus serial interfaces, uses NCP LCP, encapsulates IPX, Appletalk
- LCP - compresses and monitors data, provides load-balancing
- PPP order - LCP , authentication, NCP
- PPP order - compression setting, authentication, networ layer protocol
- PPP is a successor to slip
- command bandwidth 64 = 64 Kbps
- encapsulation PPP
PPP authentication PAP
- service password encryption encrypts CHAP also
- username router B password cisco
int s1
encap ppp
ppp encap chap
test #13 - configuiring PPP
- show interface also shows encapsulation type
- open : IPCP, CDPCP - means that tcpip and cdp are being encapsulated