Search: Cisco

Results 1 - 10 of 74

Results

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.

Cisco IOS SNMPv3 Configuration

Quick change to configure SNMPv3 on your IOS devices. Allows you to configure your snmp engine id, user, group, and authentication.

Note: this quick change does not allow for using MD5 or SHA digests as authentication types. Also will not apply access lists to users.

Cisco IOS Service Secure

Use this quick change to shut down unneeded and potentially harmful services.

Services to Turn Off:
no service finger
no service pad
no service udp-small-servers
no service tcp-small-servers

Services to Turn On:
service password-encryption
service tcp-keepalives-in
service tcp-keepalives-out

IP Services to Turn Off:
no cdp run
no ip bootp server
no ip http server