How to scan a document to notes in IOS

  • Open Notes and select a note or create a new one.
  • Tap the Camera button , then tap Scan documents.
  • Place your document in view of the camera.
  • If your device is in Auto mode, your document will automatically scan. If you need to manually capture a scan, tap the Shutter button or one of the Volume buttons. Then drag the corners to adjust the scan to fit the page, then tap Keep Scan.
  • Tap Save or add additional scans to the document.
[mai mult...]

Enable Secret password on CISCO Router

ENABLE SECRET PASSWORD

Router>en

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#enable sec

Router(config)#enable secret cisco1234

Router(config)#service pass

Router(config)#service password-encryption

Router(config)#end

Router#

%SYS-5-CONFIG_I: Configured from console by console

Router#sh run

Building configuration…

Current configuration : 737 bytes

!

version 15.1

no service timestamps log datetime msec

no service timestamps debug datetime msec

service password-encryption

!

hostname Router

!

!

!

enable secret 5 $1$mERr$WKkcGROjDgUmPKrVvqyr10

[mai mult...]

Configure Banner in Cisco devices

Steps to configure banner through CLI
    1. Login to the device using SSH / TELNET and go to enable mode.
    1. Go into the config mode.
      Router#configure terminal
      Enter configuration commands, one per line. End with CNTL/Z.
      Router(config)#
    1. Use below command to configure banner for required banner types (motd / login / exec)
      Router(config)#banner motd #Unauthorized access to this device is prohibited!#
    1. Exit config mode
      Router(config)#exit
      Router#
  1. Copy the running configuration into startup configuration using the below command:
    Router#write memory
    Building configuration… [OK]
    Router#
[mai mult...]

Cum setam port-security pe switch cisco

Cum setam port-security pe switch cisco

1.Ne connectam pe switch prin consola sau telnet

2.Activam modul Privileged EXEC prin comanda enable

3.Dupa ce am activat Privileged EXEC rulam comanda configure terminal

4.Selectam interfata pe care vrem sa setam port-security (interface fa0/1)

5.Scriem comanda: switchport port-security maximum #Value (Aici putem maximul de mac-uri acceptat pe interfata).

[mai mult...]