Home Tekniikka Staattinen reititys

Staattinen reititys



Advantages

Anotheradvantageofusingstaticroutingisthehighnetworksecurityandconfidentiality.Dynamicroutingrequiresrouterstofrequentlyexchangetheirrespectiveroutingtables,andtheanalysisoftheroutingtablecanrevealinformationsuchasthenetworktopologyandnetworkaddresses.Therefore,thenetworkcanalsousestaticroutingforsecurityconsiderations.Doesnotoccupynetworkbandwidth,becausestaticroutingdoesnotgenerateupdatetraffic.Staticroutingissuitableforsmallandmedium-sizednetworks.

Disadvantages

Staticroutingisusuallynotsuitableforlargeandcomplexnetworkenvironments.Ontheonehand,itisdifficultfornetworkadministratorstofullyunderstandthetopologyoftheentirenetwork;ontheotherhand,whenthetopologyandlinkstatusofthenetworkchange,thestaticroutinginformationintherouterneedstobeadjustedonalargescale,whichisdifficult.Andthecomplexityisveryhigh.Whenthenetworkchangesorthenetworkfails,theroutecannotbereselected,whichmaycausetheroutetofail.

Määrityskomennot

(Ota kuva1esimerkkinä)

Therearetwowaystoconfigurestaticrouting:staticroutingwithanext-hoprouter,andSendoutthestaticrouteoftheinterface

reititin(config)#hostnameA(changerouterhostname)A(config)#interfacef0/0(enterinterfacef0/0)

A(config-if)#ipaddress192.168.1.1255.255.255.0(Aseta liitännän IP-osoite ja aliverkon peite)

A(config-if)#noshutdown(Ota käyttöliittymä käyttöön)

A(config)#interfacef0/1

A(config-if)#ipaddress192.168.2.1255.255.255.0

A(config-if)#noshutdown

×××Valitse toinen kahdesta:

A(config)#iproute192.168.3.0255.255.255.0f0/1(kohdeverkkosegmentin IP-osoitekohteetsubnetmasksendinginterface(routerA))

tai

A(config)#iproute192.168.3.0255.255.255.0192.168.2.2(kohdeverkkosegmentinIP-osoitekohteetsubnetmasknextrouterinterfaceipAddress)

×××

reititin(config)#isäntänimiB

B(config)#interfacef0/0

B(config-if)#ipaddress192.168.3.1255.255.255.0

B(config-if)#noshutdown

B(config)#interfacef0/1

B(config-if)#ipaddress192.168.2.2255.255.255.0

B(config-if)#noshutdown

×××Valitse yksi seuraavista:

B(config)#iproute192.168.1.0255.255.255.0192.168.2.1

Tai:

B(config)#iproute192.168.1.0255.255.255.0f0/1(kohdeverkkosegmentin IP-osoitekohteetsubnetmaskoutputinterface(reititinB))

×××

Note1:ThisnetworklinkisanEthernetlinkIfitisaseriallink,thesendinginterfaceisalsotheserialinterfaceofthelocalrouter.

Lyheä selitys:iproute192.168.3.0255.255.255.0192.168.2.2

Tämä lause tarkoittaa:OnHOSTAssa,ulkoinen näkee, että kohdeverkkosegmentti on192.168.3.0tietopaketti,lähetä tietopaketti192.168.2.2

Huomautus 2:iproutecanpointtoone,jos molemmat on määritetty,se tarkoittaa, ettätietopakettilähetettiin 0/1:stä,Ja muut sanoivat, että datapaketit lähetettiin tähän viestiin (esimerkiksi 192.168.2.2).Kaksi toistoa.Yleensä asetamme IP-osoitteen.

Whentherearetwoormorestaticroutespointingtothesamedestinationaddressbutdifferentegressesonthesameroutingorswitchingdevice,thetrafficsenttothedestinationaddresswillbeloadbalancedfromtheseegresses.

Esimerkki

Perustiedonsiirtoesimerkki on esitetty kuvassa 2.Se koostuu molemmista uloimmista R1- jaR2-verkoista(rajapintanumero ja IP-osoite on annettu kuvassa 2), jotka vastaavastiLiitetty vastaaviin verkkoihin:R1.0.on yhdistetty 02-verkkoon/0619. 192.168.2.0/24.

Ilman staattisen reitityksen määrittämistä, tietokoneetAjaBinseetkaksi aliverkkoa eivät voi kommunikoida.IP-pakettikeskus tietokoneesta tietokoneeseenB, saavutettuaan R1, R1 ei tiedä, kuinka saavuttaaverkkosegmentti 192.168.2.0/24 .0/24onR1),thesameR2ei myöskään tiedä kuinka tavoittaaverkkosegmentti192.168.0.0/24, jossa tietokone sijaitsee, joten viestintä epäonnistuu.

Atthistime,theadministratorisrequiredtoconfigurestaticroutesonR1andR2toenablecomputersAandBtocommunicatesuccessfully.

  • Suoritakomentoaddstaticrouteiproute192.168.2.0255.255.255.0192.168.1.1onR1.Se tarkoittaa kertoaR1,että jos on IP-paketti,jota halutaantalloittaa2 paketti192.168.1.1 (eli R1:n porttiin 2 yhdistetty vastapäätä).

  • Suorita samaan aikaan komentoaddstatcroutesonR2iproute192.168.0.0255.255.255.0192.168.1.2.Se tarkoittaa kertoaR2että jos IP-paketti on olemassa.2. lähetä tämä IP-paketti 192.168.1.2:een (eli R2:n porttiin 3 yhdistetty vastakkainen pää) .

Kahden yllä olevan konfiguraation kautta IP-pakettikeskus tietokoneestatietokoneeseenBvoidaan välittääR2byR1portin2 kautta ja sittenR2tietokoneeseenB.Samalla tavalla IP-pakettipalautetaan tietokoneeltaBtietokoneeseenAvoidaan välittää eteenpäinporttiinR1a,ja2porttitietokoneeseen täydellinen viestintäprosessi.

Usein kysytyt kysymykset

1) Miksi on oletusreitti

Theroutehastolookattheroutingtabletodeterminehowtoforwardthedatapacket,useTheconfigurationofstaticroutesonebyoneistediousanderror-prone.Iftherouterhasaneighborwhoknowshowtogettoalldestinations,itcandelegatethetaskofroutingtablematchingtoit,whichsavesalotofwork.

Forexample,thegatewaywillknowalltheroutes.Ifarouterisconnectedtothegateway,youcanconfigurethedefaultroutetoforwardalldatapacketstothegateway.

2)Miksioletusosoite on 0.0.0.0

Kun IP-osoitetta yhdistetään, 0 tarkoittaa jokerikorttia, mikä tahansa arvo on kunnossa. Siksi 0.0.0.0:n ja minkä tahansa kohdeosoitteen välinen vastaavuus onnistuu, mikä johtaa oletusreittivaatimuksen vaikutukseen.

This article is from the network, does not represent the position of this station. Please indicate the origin of reprint
TOP