SlideShare a Scribd company logo
CISCO OSPF L iudvikas  Kaklauskas 200 7  metai
OSPF samprata ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Duomenų maršrutizavimas Skaičiuojami tinklų svorio koeficientai, parenkamas tas maršrutas, kurio koeficientas mažiausias.
Komandos ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Būsenos tikrinimo komandos  Table Router Examination Commands Command  Results show CDP Neighbor   Shows the routers that are directly connected to your router by LAN or serial connections. show clock   Shows the time and date settings for the router. show flash   Shows the IOS file or files contained in the router's Flash RAM and the amount of total Flash RAM and used Flash RAM. show history   Shows a list of your last 10 commands. show hub   Shows information on the status of the hub ports of a 2505 router. show interface ethernet [ interface number ]  Shows the current configuration of a specified Ethernet interface. show interface serial [ interface number ]  Shows the current configuration of a specified serial interface. show interfaces   Lists all the interfaces on the router and statistics related to the interface such as their current configuration and encapsulation. Also tells you if the interface is active. show processes  Shows CPU utilization inforamtion. show protocol  Lists the routing protocols configured on the router. show version  Shows the version of the IOS currently running on the router.
Atminties panaudos komandos  Table A.2  Router Memory-Related Commands Command  Results copy flash tftp  Privileged command to copy an IOS file from Flash to the TFTP server copy running-config startup-config  Copies the currently running configuration to the router's NVRAM. copy startup-config tftp  Privileged command to copy the startup configuration from NVRAM to a TFTP server. copy tftp flash  Privileged command to copy an IOS file from a TFTP server to the router's Flash RAM. copy tftp startup-config Privileged command to copy a startup configuration file from a TFTP server to the router's NVRAM. erase startup-config  Erases the startup-configuration from the router's NVRAM. show running-config  Privileged command that shows the router configuration currently running in RAM. show startup-config  Privileged command that shows the router configuration stored in the router's NVRAM. Loaded by the router when the router is rebooted.
Slaptažodžių panaudos komandos  Table A.3  Password and Router Name Commands Command Results enable secret password [ password ]   Global configuration command that enables you to change the secret Privileged mode password on the router. hostname [ name ] Global configuration command that changes the name of the router. line console 0   Enables you to enter the Line Configuration mode to set the login password for the router. line vty 0 4   Enables you to enter the virtual   terminal Configuration mode to set the   virtual terminal password for the   router. password [ password ] Used in the line console 0   Configuration mode to set the login   password for the router; also used in   the line vty 0 4 Configuration mode to   set the virtual terminal password for   the router.
Sąsajos panaudos komandos  Table A.4  Interface Configuration Commands Command  Results config  Privileged command that enables you to enter the Global Configuration mode. Ctrl+Z   While not an actual interface configuration command, it is the command used to end a router configuration session. enable cdp  Enables a particular interface (you must be in the config-if Configuration mode) to show connected neighbor routers (you can then use the show cdp neighbor command on the router). Encapsulation [ encapsulation type ]  Interface-specific configuration command that enables you to set the encapsulation type for a LAN or serial interface on the router.  interface ethernet [ interface number ]   Global Configuration command that enables you to configure parameters related to a particular   Ethernet interface.   interface serial   [ interface number ]   Global configuration command that enables you to configure parameters related to a particular   serial interface.
IP  panaudos komandos  (1) Table A.5  IP-Related Commands Command  Results access-list [ list # ] permit   or deny [ ip address ]   [ wildcard mask ]  Global configuration command for creating an IP Access list. The network or node address that will be permitted or denied must be included and the wildcard mask must be provided. Repeat this command for each line that will appear in  the Access list. The  list #  range for IP lists is 1–99. debug ip igrp transaction   Privileged command that enables you to view statistics related to IGRP update messages on the router. debug ip rip   Privileged command that enables you to view the RIP update messages sent and received by the router. ip access-group [ list number ] out or in   Interface configuration command where you group a particular IP Access list to an interface. The out or in parameter is used to filter traffic going either out or in the specified interface. ip address [ ip address ] [ subnet mask ]   Used in the config-if mode to assign an IP address to a router interface. The   ip address  command is followed by   the  ip address  and  subnet  you are   assigning to the interface. ip routing   Global configuration command that   enables IP routing on the router. ip unnumbered [ interface or   logical interface ]   Config-if prompt command enables you   to designate a serial interface as not   having its own IP address. The interface   or logical interface parameter must   designate a router interface (such as an   Ethernet port) on the router that does have an IP address.
IP  panaudos komandos  (2) network [ major network   number ]   Used with the router rip and   router igrp commands to specify the   major IP networks that the router is   directly connected to.   no debug all   Turns off debugging (Privileged mode   command). no ip routing Global configuration command that   disables IP routing on the router. router igrp [ autonomous   system number ]   Global configuration command that turns on IGRP routing. The autonomous   number is the AS number for the routing   domain that the router belongs to (if an   AS exists). router rip   Global configuration command the turns   on RIP routing. show access-list [ list   number ]  Enables you to view a particular Access list. The list number is the number you assigned to the list when you created it. show ip interface [ interface type and number ]  Command enables you to view the IP related configuration settings for a particular router interface. show ip protocol   Provides information related to the routing protocol updates sent and received by the router (such as RIP broadcasts). show ip route  Shows the RIP or IGRP routing table for the router. telnet [ ip address ]   A user and Privileged command that enables you to log in to a router remotely.
WAN panaudos komandos Table A.8  WAN-Related Commands Command  Results bandwidth [ bandwidth ]   A config-if command for setting the bandwidth of a serial interface. clock rate [ clockrate ]  config-if command used to set the clock rate on a serial interface when the router is used as a DCE device. encapsulation [ WAN protocol ]   config-if command for setting the   WAN encapsulation type for a serial   interface (such as PPP, HDLC, and so on). frame-relay interface-dlci   [ dlci # ]   config-if command to set the DLCI   number for a Frame-Relay configured   interface. frame-relay lmi-type   [ LMI type ]   config-if command to set the LMI   type for a Frame-Relay configured   interface isdn spid[ spid channel designation ] [ SPID # ]   Global configuration command for   entering the unique SPID number for each   ISDN channel. isdn switch type   basic-[ switch identifier ]   Global configuration command that sets   the ISDN switch type that your router is   connected to.   show frame-relay lmi   Shows invalid messages sent or received   via the router's Frame-Relay connection. show frame-relay map   Shows the DLCI mapping to the router's interfaces.
WAN panaudos komandos Table A.8  WAN-Related Commands Command  Results x25 address [ data link address ]   config-if command used to set the data link address for X.25, when X.25 is set as the encapsulation type. x25 ips [ bits ]  config-if command used to set the   input packet size for an X.25 interface. x25 ops [ bits ]   config-if command used to set the   output packet size for an X.25 interface. x25 win [ number of packets ]   config-if command to set the input   window size for an X.25 interface. x25 wout [ number of packets ]   config-if command to set the output   window size for an X.25 interface.
Derinimo panaudos komandos Table A.9  Troubleshooting Commands Command  Results ping [ node address ]   Used to check the connection between two different router's ( ping followed by the IP address or AppleTalk node address) on the remote router's interface. This command can also be used to check the connection between nodes on the network. show controller   Lets you take a look at the status of interface controllers on the router. show interface [ interface type ] [ interface number ]   An excellent command for viewing all the parameters related to a specific interface on   the router.   show stacks   Provides error messages related to the   crashing of a router when the router is   restarted. trace [ ip address ]   Shows the path between your router and   another router or node on the internetwork.   This command can also be used with   AppleTalk addresses.
Kitos panaudos komandos Table A.10  Miscellaneous IOS Commands Command  Results banner motd [banner end character]  Global configuration command that enables you to create a banner for the router login   screen. The banner end character is any   non-alphanumeric   Result. character that tells the configuration mode that you are signaling the end of the banner text. Ctrl+Z   While not an actual interface configuration command it is the command used to end a router configuration session. disable   Exits the Privileged mode and returns to the User mode. enable   Enter the Privileged mode. You must supply the Privileged password to enter the Privileged mode using this command. quit   User and Privileged command that enables you to exit the router. reload   Privileged command that reboots the router. set clock   Privileged command that enables you to set the time and the date on the router.
ėkmės

More Related Content

What's hot

Saad baig practical file
Saad baig practical fileSaad baig practical file
Saad baig practical file
SaadBaig33
 
managing your network environment
managing your network environmentmanaging your network environment
managing your network environment
scooby_doo
 
How to configure cisco router password
How to configure cisco router passwordHow to configure cisco router password
How to configure cisco router password
IT Tech
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet
3Anetwork com
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheets
Alejandro Marin
 
test
testtest
test
sufwan
 
Basic Configurations on Router
Basic Configurations on RouterBasic Configurations on Router
Basic Configurations on Router
Mansour Naslcheraghi
 
Cisco router-commands
Cisco router-commandsCisco router-commands
Cisco router-commands
Robin Rohit
 
Cisco CCENT Cram Notes
Cisco CCENT Cram NotesCisco CCENT Cram Notes
Cisco CCENT Cram Notes
Vijayanand Yadla
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching Commands
Eng. Emad Al-Atoum
 
How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guide
IT Tech
 
CCNA ppt Day 4
CCNA ppt Day 4CCNA ppt Day 4
CCNA ppt Day 4
VISHNU N
 
Router Commands Overview
Router Commands OverviewRouter Commands Overview
Router Commands OverviewMuhammed Niyas
 
Ccna PPT2
Ccna PPT2Ccna PPT2
Ccna PPT2
AIRTEL
 
ccna cheat_sheet
ccna cheat_sheetccna cheat_sheet
ccna cheat_sheet
Guntaka Reddy
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 Minutes
CCNAResources
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config97148881557
 
Ccna Imp Guide
Ccna Imp GuideCcna Imp Guide
Ccna Imp Guide
abhijitgnbbl
 

What's hot (19)

Ccna command
Ccna commandCcna command
Ccna command
 
Saad baig practical file
Saad baig practical fileSaad baig practical file
Saad baig practical file
 
managing your network environment
managing your network environmentmanaging your network environment
managing your network environment
 
How to configure cisco router password
How to configure cisco router passwordHow to configure cisco router password
How to configure cisco router password
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheets
 
test
testtest
test
 
Basic Configurations on Router
Basic Configurations on RouterBasic Configurations on Router
Basic Configurations on Router
 
Cisco router-commands
Cisco router-commandsCisco router-commands
Cisco router-commands
 
Cisco CCENT Cram Notes
Cisco CCENT Cram NotesCisco CCENT Cram Notes
Cisco CCENT Cram Notes
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching Commands
 
How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guide
 
CCNA ppt Day 4
CCNA ppt Day 4CCNA ppt Day 4
CCNA ppt Day 4
 
Router Commands Overview
Router Commands OverviewRouter Commands Overview
Router Commands Overview
 
Ccna PPT2
Ccna PPT2Ccna PPT2
Ccna PPT2
 
ccna cheat_sheet
ccna cheat_sheetccna cheat_sheet
ccna cheat_sheet
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 Minutes
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
 
Ccna Imp Guide
Ccna Imp GuideCcna Imp Guide
Ccna Imp Guide
 

Similar to Ciso ospf

CCNA ALL IN ONE
CCNA ALL IN ONE CCNA ALL IN ONE
CCNA ALL IN ONE
Sripati Mahapatra
 
Ccna command
Ccna commandCcna command
Ccna command
Sudhir Maherwal
 
Chapter 04 - Router Conf
Chapter 04 - Router ConfChapter 04 - Router Conf
Chapter 04 - Router Confphanleson
 
Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)
Netwax Lab
 
General lab documentation~cisco router configuration
General lab documentation~cisco router configurationGeneral lab documentation~cisco router configuration
General lab documentation~cisco router configuration
sayedatif
 
Routing protocol commands list
Routing protocol commands listRouting protocol commands list
Routing protocol commands list
actsupport .com
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0
Saurav Pandey
 
Cisco router configuration tutorial
Cisco router configuration tutorialCisco router configuration tutorial
Cisco router configuration tutorialIT Tech
 
Arp Dan Ipconfig Syntax
Arp Dan Ipconfig  SyntaxArp Dan Ipconfig  Syntax
Arp Dan Ipconfig Syntaxguestcc37e8c
 
11 module configuring novell ipx
11  module configuring novell ipx11  module configuring novell ipx
11 module configuring novell ipx
Asif
 
CCNA at a glance
CCNA at a glanceCCNA at a glance
CCNA at a glanceVikas Raut
 
Ccnacommand 140205001152-phpapp01
Ccnacommand 140205001152-phpapp01Ccnacommand 140205001152-phpapp01
Ccnacommand 140205001152-phpapp01
A.S.M Shmimul Islam.
 
Cisco config
Cisco configCisco config
Cisco config
Ayas Tincem
 
Chapter4ccna
Chapter4ccnaChapter4ccna
Chapter4ccnarobertoxe
 

Similar to Ciso ospf (20)

CCNA ALL IN ONE
CCNA ALL IN ONE CCNA ALL IN ONE
CCNA ALL IN ONE
 
Ccna command
Ccna commandCcna command
Ccna command
 
Chapter 04 - Router Conf
Chapter 04 - Router ConfChapter 04 - Router Conf
Chapter 04 - Router Conf
 
CCNA presentation.
CCNA presentation.CCNA presentation.
CCNA presentation.
 
Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)
 
General lab documentation~cisco router configuration
General lab documentation~cisco router configurationGeneral lab documentation~cisco router configuration
General lab documentation~cisco router configuration
 
Routing protocol commands list
Routing protocol commands listRouting protocol commands list
Routing protocol commands list
 
Mod11
Mod11Mod11
Mod11
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0
 
Cisco router configuration tutorial
Cisco router configuration tutorialCisco router configuration tutorial
Cisco router configuration tutorial
 
Arp Dan Ipconfig Syntax
Arp Dan Ipconfig  SyntaxArp Dan Ipconfig  Syntax
Arp Dan Ipconfig Syntax
 
11 module configuring novell ipx
11  module configuring novell ipx11  module configuring novell ipx
11 module configuring novell ipx
 
CCNA at a glance
CCNA at a glanceCCNA at a glance
CCNA at a glance
 
Ccnacommand 140205001152-phpapp01
Ccnacommand 140205001152-phpapp01Ccnacommand 140205001152-phpapp01
Ccnacommand 140205001152-phpapp01
 
Cisco config
Cisco configCisco config
Cisco config
 
Cisco config
Cisco configCisco config
Cisco config
 
Cisco config
Cisco configCisco config
Cisco config
 
lab1
lab1lab1
lab1
 
Chapter4ccna
Chapter4ccnaChapter4ccna
Chapter4ccna
 
Chapter4ccna
Chapter4ccnaChapter4ccna
Chapter4ccna
 

Recently uploaded

Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 

Recently uploaded (20)

Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 

Ciso ospf

  • 1. CISCO OSPF L iudvikas Kaklauskas 200 7 metai
  • 2.
  • 3. Duomenų maršrutizavimas Skaičiuojami tinklų svorio koeficientai, parenkamas tas maršrutas, kurio koeficientas mažiausias.
  • 4.
  • 5. Būsenos tikrinimo komandos Table Router Examination Commands Command Results show CDP Neighbor Shows the routers that are directly connected to your router by LAN or serial connections. show clock Shows the time and date settings for the router. show flash Shows the IOS file or files contained in the router's Flash RAM and the amount of total Flash RAM and used Flash RAM. show history Shows a list of your last 10 commands. show hub Shows information on the status of the hub ports of a 2505 router. show interface ethernet [ interface number ] Shows the current configuration of a specified Ethernet interface. show interface serial [ interface number ] Shows the current configuration of a specified serial interface. show interfaces Lists all the interfaces on the router and statistics related to the interface such as their current configuration and encapsulation. Also tells you if the interface is active. show processes Shows CPU utilization inforamtion. show protocol Lists the routing protocols configured on the router. show version Shows the version of the IOS currently running on the router.
  • 6. Atminties panaudos komandos Table A.2 Router Memory-Related Commands Command Results copy flash tftp Privileged command to copy an IOS file from Flash to the TFTP server copy running-config startup-config Copies the currently running configuration to the router's NVRAM. copy startup-config tftp Privileged command to copy the startup configuration from NVRAM to a TFTP server. copy tftp flash Privileged command to copy an IOS file from a TFTP server to the router's Flash RAM. copy tftp startup-config Privileged command to copy a startup configuration file from a TFTP server to the router's NVRAM. erase startup-config Erases the startup-configuration from the router's NVRAM. show running-config Privileged command that shows the router configuration currently running in RAM. show startup-config Privileged command that shows the router configuration stored in the router's NVRAM. Loaded by the router when the router is rebooted.
  • 7. Slaptažodžių panaudos komandos Table A.3 Password and Router Name Commands Command Results enable secret password [ password ] Global configuration command that enables you to change the secret Privileged mode password on the router. hostname [ name ] Global configuration command that changes the name of the router. line console 0 Enables you to enter the Line Configuration mode to set the login password for the router. line vty 0 4 Enables you to enter the virtual terminal Configuration mode to set the virtual terminal password for the router. password [ password ] Used in the line console 0 Configuration mode to set the login password for the router; also used in the line vty 0 4 Configuration mode to set the virtual terminal password for the router.
  • 8. Sąsajos panaudos komandos Table A.4 Interface Configuration Commands Command Results config Privileged command that enables you to enter the Global Configuration mode. Ctrl+Z While not an actual interface configuration command, it is the command used to end a router configuration session. enable cdp Enables a particular interface (you must be in the config-if Configuration mode) to show connected neighbor routers (you can then use the show cdp neighbor command on the router). Encapsulation [ encapsulation type ] Interface-specific configuration command that enables you to set the encapsulation type for a LAN or serial interface on the router. interface ethernet [ interface number ] Global Configuration command that enables you to configure parameters related to a particular Ethernet interface. interface serial [ interface number ] Global configuration command that enables you to configure parameters related to a particular serial interface.
  • 9. IP panaudos komandos (1) Table A.5 IP-Related Commands Command Results access-list [ list # ] permit or deny [ ip address ] [ wildcard mask ] Global configuration command for creating an IP Access list. The network or node address that will be permitted or denied must be included and the wildcard mask must be provided. Repeat this command for each line that will appear in the Access list. The list # range for IP lists is 1–99. debug ip igrp transaction Privileged command that enables you to view statistics related to IGRP update messages on the router. debug ip rip Privileged command that enables you to view the RIP update messages sent and received by the router. ip access-group [ list number ] out or in Interface configuration command where you group a particular IP Access list to an interface. The out or in parameter is used to filter traffic going either out or in the specified interface. ip address [ ip address ] [ subnet mask ] Used in the config-if mode to assign an IP address to a router interface. The ip address command is followed by the ip address and subnet you are assigning to the interface. ip routing Global configuration command that enables IP routing on the router. ip unnumbered [ interface or logical interface ] Config-if prompt command enables you to designate a serial interface as not having its own IP address. The interface or logical interface parameter must designate a router interface (such as an Ethernet port) on the router that does have an IP address.
  • 10. IP panaudos komandos (2) network [ major network number ] Used with the router rip and router igrp commands to specify the major IP networks that the router is directly connected to. no debug all Turns off debugging (Privileged mode command). no ip routing Global configuration command that disables IP routing on the router. router igrp [ autonomous system number ] Global configuration command that turns on IGRP routing. The autonomous number is the AS number for the routing domain that the router belongs to (if an AS exists). router rip Global configuration command the turns on RIP routing. show access-list [ list number ] Enables you to view a particular Access list. The list number is the number you assigned to the list when you created it. show ip interface [ interface type and number ] Command enables you to view the IP related configuration settings for a particular router interface. show ip protocol Provides information related to the routing protocol updates sent and received by the router (such as RIP broadcasts). show ip route Shows the RIP or IGRP routing table for the router. telnet [ ip address ] A user and Privileged command that enables you to log in to a router remotely.
  • 11. WAN panaudos komandos Table A.8 WAN-Related Commands Command Results bandwidth [ bandwidth ] A config-if command for setting the bandwidth of a serial interface. clock rate [ clockrate ] config-if command used to set the clock rate on a serial interface when the router is used as a DCE device. encapsulation [ WAN protocol ] config-if command for setting the WAN encapsulation type for a serial interface (such as PPP, HDLC, and so on). frame-relay interface-dlci [ dlci # ] config-if command to set the DLCI number for a Frame-Relay configured interface. frame-relay lmi-type [ LMI type ] config-if command to set the LMI type for a Frame-Relay configured interface isdn spid[ spid channel designation ] [ SPID # ] Global configuration command for entering the unique SPID number for each ISDN channel. isdn switch type basic-[ switch identifier ] Global configuration command that sets the ISDN switch type that your router is connected to. show frame-relay lmi Shows invalid messages sent or received via the router's Frame-Relay connection. show frame-relay map Shows the DLCI mapping to the router's interfaces.
  • 12. WAN panaudos komandos Table A.8 WAN-Related Commands Command Results x25 address [ data link address ] config-if command used to set the data link address for X.25, when X.25 is set as the encapsulation type. x25 ips [ bits ] config-if command used to set the input packet size for an X.25 interface. x25 ops [ bits ] config-if command used to set the output packet size for an X.25 interface. x25 win [ number of packets ] config-if command to set the input window size for an X.25 interface. x25 wout [ number of packets ] config-if command to set the output window size for an X.25 interface.
  • 13. Derinimo panaudos komandos Table A.9 Troubleshooting Commands Command Results ping [ node address ] Used to check the connection between two different router's ( ping followed by the IP address or AppleTalk node address) on the remote router's interface. This command can also be used to check the connection between nodes on the network. show controller Lets you take a look at the status of interface controllers on the router. show interface [ interface type ] [ interface number ] An excellent command for viewing all the parameters related to a specific interface on the router. show stacks Provides error messages related to the crashing of a router when the router is restarted. trace [ ip address ] Shows the path between your router and another router or node on the internetwork. This command can also be used with AppleTalk addresses.
  • 14. Kitos panaudos komandos Table A.10 Miscellaneous IOS Commands Command Results banner motd [banner end character] Global configuration command that enables you to create a banner for the router login screen. The banner end character is any non-alphanumeric Result. character that tells the configuration mode that you are signaling the end of the banner text. Ctrl+Z While not an actual interface configuration command it is the command used to end a router configuration session. disable Exits the Privileged mode and returns to the User mode. enable Enter the Privileged mode. You must supply the Privileged password to enter the Privileged mode using this command. quit User and Privileged command that enables you to exit the router. reload Privileged command that reboots the router. set clock Privileged command that enables you to set the time and the date on the router.