MariiaAgeeva1030
Level 1
Level 1
Member since ‎07-14-2019
‎07-27-2020

User Statistics

  • 19 Posts
  • 0 Solutions
  • 0 Helpful votes Given
  • 0 Helpful votes Received
Recent Badges
10 Replies
5 Replies

User Activity

import getpass import sys import telnetlib HOST = "192.168.1.1" user = raw_input("Enter your remote account: ") password = getpass.getpass() tn = telnetlib.Telnet(HOST) tn.read_until(b"Username: ") tn.write(user + "\n") if password: tn.read_un...
Hello,I would like to know if there are commands to turn a cisco router into a BGP beacon.In other words I want my Cisco router to flap (put up-down) a link automatically for a given frequency (Ex: one flap per 5min interval).I would like to have thi...
Bonjour, J'aimerai savoir s'il existe des commandes pour transformer un router cisco en beacon BGP.En d'autre termes je veux que mon routeur cisco fais flapper (mettre up-down) un lien de maniere automatique pour une fréquence donnée  (Ex: un flap pa...
Dans la topologie de réseau présentée ci-dessous, j'essaie de mettre en place une redirection WCCP du trafic des trois différents LAN vers la vWSA (192.168.1.3).Sauf qu'après avoir configuré la redirection WCCP sur le routeur R1, je rencontre des err...
In the network topology presented below I try to set up a WCCP redirection of traffic from the three different LANs to the vWSA (192.168.1.3).   Except that after configuring the WCCP redirection on the R1 router, I encounter errors on the GUI interf...
Community Statistics
Member Since ‎07-14-2019 01:56 AM
Date Last Visited ‎07-27-2020 06:55 AM
Posts 19