Search: Cisco

Results 1 - 10 of 75

Results

Cisco Catalyst 1900 & 2820 Series CatOS Switches

I found that the current CatOS adapter wasn't really set up to handle the Cat1900 or 2820 series switches as their OS isn't quite like any of the others.

3
Average: 3 (2 votes)
Configure IOS Interfaces

Ever need to change configuration settings only on specific interfaces across your entire network? This Tool Plugin lets you identify the interfaces to change configuration on. This plugin is perfect for changing DHCP helper addresses, setting up Netflow (ip route-cache flow), or anything else you can think of.

5
Average: 5 (1 vote)
Cisco IOS VTP Configuration

Use this quick change to configure VTP settings on your IOS devices. Options include configuring the mode, password, and domain.

Juniper JunOS VRRP Configuration

Quick change to configure VRRP on Juniper interfaces.

Note: This quick change assumes the interface is unit 0 and family INET.

You must know the interface name and ip address that you are going to apply this change to.

Commands used:

set vrrp-group xxxx virtual-address xxxx
set vrrp-group xxxx priority xxxx

Cisco IOS VRRP Configuration

Quick change to configure VRRP on an IOS interface.

Commands used:

VRRP x ip x.x.x.x
VRRP x ip x.x.x.x secondary
VRRP x timers xx xx
VRRP x priority xxx
VRRP x preempt
VRRP x authentication md5 key-chain james
VRRP x description theNameForStandby1
VRRP x track xxx

Cisco IOS Switchport Trunk Configuration

Quick change to quickly configure switchport trunking on your IOS interfaces. Options include encapsulation type, allowed vlans, native vlan, and pruning vlans.

Cisco IOS Switchport and Vlan Provisioning

Quick change to easily provision your IOS ethernet interface (ethernet, fastethernet, gigabitethernet). Options include Description, Speed, Duplex, Access Vlan, Shut/No Shut and STP Portfast.

Hint: You can specify a range of addresses to use if you want to do multiple interfaces at a time, as in:

range fastEthernet 3/1-48

You can also provision vlan interfaces with this quick change.

Cisco CatOS Spanning-Tree Port Configuration

Quick change to configure spanning-tree values for CatOS ports. Includes Portfast, STP Guard, and Port Priority.

Cisco IOS Spanning-Tree Interface Configuration

Simple quick change for configuring Spanning-Tree on your IOS devices. Interface options include BPDU-Guard, Cost, STP-Guard, and portfast. Vlan interface options include setting priority and root.

Hint: For the interface string, you can use the "range" command to specify more than one interface.