Juniper SRX Crash Course

Quelle: http://3fives.com/juniper-srx-crash-course/ The first thing you want to do is console in, login as root (no password), jump into the CLI with the “cli” command, and delete the current configuration: root@R1> edit Entering configuration mode [edit] root@R1# delete This will delete the entire configuration Delete everything under this level? [yes,no] (no) yes Now show your configuration to be sure it’s clean: [edit] root@R1# show [edit] root@R1# Without setting a root password, Junos will not allow you to commit your configuration: root@R1# set system root-authentication plain-text-password New password: Retype new password: Of course, we’ll want to set a hostname, and configure the router for SSH authentication, and add a user: [edit] root@R1# set system host-name R1 [edit] root@R1# set system services …

weiterlesen ….

Extreme Networks: RIP / OSPF Routen mit einer Routing Policy importieren, manipulieren, verwerfen

Zuerst muss der Austausch der Routen zwischen den beiden Routern erlaubt werden: Router 1 create vlan riptest enable ipforwarding riptest config vlan add port 5 con rip add vlan riptest enable rip Router 2 create vlan riptest enable ipforwarding riptest config vlan add port 8 con rip add vlan riptest enable rip Die rote Zeile wird gern vergessen, die Suche kann richtig viel Zeit kosten !! configure rip vlan [xxx] route-policy Hier ein Beispiel, wie man diesen Befehl sinnvoll einsetzen kann. Zwei Router verbinden zwei große Netzwerkteile und sind mit einem Transfernetz VLAN „LINK“ verbunden. Der erste Router stellt dem zweiten Netz alle benötigten Routen inklusive der default route aus dem RIP Protokol. Der zweite Router freut sich über alle …

weiterlesen ….