Difference between revisions of "TDC Juniper"

From Teknologisk videncenter
Jump to: navigation, search
(Billag)
(Billag)
Line 34: Line 34:
 
*[http://mars.tekkom.dk/mediawiki/images/3/3c/Opgave_2-Routing.pdf Opgave 2]
 
*[http://mars.tekkom.dk/mediawiki/images/3/3c/Opgave_2-Routing.pdf Opgave 2]
  
===Billag===
+
===Bilag===
 +
 
 
==Onsdag==
 
==Onsdag==
 
'''Routing'''
 
'''Routing'''

Revision as of 12:34, 9 November 2011

Juniper

Mandag

I gang med Juniper

  • Software
  • Hardware
  • Konfiguration
  • Hjælp

Basis konfiguration

  • Log
  • Tid
  • Brugere

Slides

Opgaver

Bilag

Tirsdag

Routing

  • Routing tabellen
  • Statisk Routeing
  • OSPF

Slides

Opgaver

Bilag

Onsdag

Routing

  • BGP

Virtual Instances

  • Unit interfaces
  • Virtual Routers

Slides

Opgaver

Billag

Goodies

IS-IS opsætning

[edit protocols isis]
rael@SRX240#show
interface ge-0/0/0 {
  level 2 disable; # Som default kører interfaces L1 og L2 så derfor slår vi L2 Hello's fra.
}
interface ge-0/0/1 {
  level 2 disable;
}
[edit interfaces]
rael@SRX240#show
interface ge-0/0/0 {
  unit 0 {
    family iso;
    family inet address 10.0.0.1/24;
  }
}
lo0 {
  unit 0 {
    family inet address 192.168.0.1/32;
    family iso address 49.0001.1921.6800.0001.00;
  }
}

Links