Somewhere, Something Incredible Is Waiting To Be Known !!!
(Move to ...)
Home
▼
Sunday, 25 December 2016
Configuring HSRP on Cisco Router
›
Configuring HSRP on Cisco Router Using the diagram above we are going to configure R1 and R2 for HSRP using the virtual IP address...
SCRIPT TO CREATE A ANDROID APP WITH VIDEO
›
package com.example.raghuvels.bm; import android.net.Uri; import android.support.v7.app.AppCompatActivity; import android.os.Bundle;...
Thursday, 15 December 2016
Script to create VLAN
›
#our $session = new Net::Telnet::Cisco(Timeout => 20,ErrMode => 'return'); sub FINAL_CHECK { my $session=$_[0]; ...
POWER SHELL SCRIPT TO CONFIGURE SEPARATOR PAGE (PRINTER)
›
$username = "administrator" $password = "pass**" | ConvertTo-SecureString -asPlainText -Force $credential = New-Obj...
POWERSHELL TO CONNECT AND CONFIGURE PRINTER
›
$computerName = "192.168.*.**" $username = "**\Administrator" $pw = "**" $PrinterName # Creating Crede...
Thursday, 8 December 2016
PERL SCRIPT TO ENTER INTO THE INTERFACE OF CISCO SWITCH
›
use Net::Telnet::Cisco; sub INTERFACE_CHECK { my @hi; my $ite; my $Counters = 0; my @v; my $l; my $e; my $sessio...
Perl Script to ASSIGN A PORT TO A SPECIFIC VLAN in cisco switch using Net::Telnet::Cisco module
›
# *** INFOSTART *** # # Script Name : NW-ASSIGN A PORT TO A SPECIFIC VLAN-Script.pl # Version : 1.0 # Description : ASSIGN ...
‹
›
Home
View web version