Coder Social home page Coder Social logo

cisco_puska's Introduction

Cisco Packet Tracer

Szintek

user (ena) ---> enabled (conf term) ---> configuration terminal (int) ---> 4. szint <-------------------------------(exit)---------------------------------------------

Switch:

user>

  • show ip int brief

enabled#

  • hostname <név>
  • copy run start
  • copy startup-config tftp
  • copy tftp: startup-config

configuration(config)

  • vlan <vlan száma>
    • name
  • int <interfész neve>
    • switchport access vlan <vlan száma>
    • switchport mode
  • line console 0
    • password <jelszó> Ena szint
    • login
  • enable secret <jelszó> Config szint
  • int vlan1
    • ip address <ip cím> <alhálózati maszk>
    • no sh
  • ip default-gateway <ip cím>
  • line vty <alapvetően 0> <mennyi felhasználót lehet felengedni egyszerre (A 0-t is beleszámolja)>
    • password <jelszó>
    • logging synchrounous
    • exec-timeout <mennyi perc alatt léptesse ki ha nem interaktál a kapcsolattal a felhasználó (pl. 2)>
    • access-class TELNET-ACCESS in
  • ip access-list standard TELNET-ACCESS
    • permit <ip címe a gépnek>

Router:

user>

enabled#

  • hostname <név>
  • copy run start
  • show ip dhcp pol

configuration(config)

  • int <interfész neve>
    • no sh
    • ip address <ip cím> <alhálózati maszk>
    • ip helper-address <dhcp szerver ip címe>
  • ip route <cél ip tartomány> <cél ip tartomány alhálózati maszkja> <annak a portnak az ip-je amin kiküldjük>
  • ip dhcp pool
    • network <cél hálózat ip címe> <a cél hálózat alhálózati maszkja>
    • default-router <a cél hálózat routerének a címe>
    • dns-server <dns szerver ip címe>
  • ip dhcp excluded address <a tiltott ip tartomány első címe> <a tiltott ip tartomány utolsó címe>
  • service dhcp
  • line console 0
    • password <jelszó>

cisco_puska's People

Contributors

farkasszili avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.