Search: Cisco
Results 1 - 10 of 74
Results
|
|
Cisco IOS VTP ConfigurationUse this quick change to configure VTP settings on your IOS devices. Options include configuring the mode, password, and domain.
|
|
|
Juniper JunOS VRRP ConfigurationQuick 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 ConfigurationQuick 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 ConfigurationQuick 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 ProvisioningQuick 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 IOS Spanning-Tree Interface ConfigurationSimple 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 ConfigurationQuick 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 SecureUse 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
|
|