Enabling SNMP v3 – Part 1: Cisco IOS Devices – Disable SNMP v1 and SNMP v2c
1. Enable SNMPv3 It is time to retire SNMPv2 on our network environment. Here is sample configuration for all of our Cisco devices. Some of old devices do not support…
Learning, Sharing, Creating
1. Enable SNMPv3 It is time to retire SNMPv2 on our network environment. Here is sample configuration for all of our Cisco devices. Some of old devices do not support…
Working on Checkpoint Cluster XL Load Sharing configuration, and found one blog post from Technopath LLC regarding Cisco switch configuration. It should be helpful for my next step. The topology…
1. Situation My work environment has a Cisco Route 3945E which is running following IOS: Cisco IOS Software, C3900e Software (C3900e-UNIVERSALK9-M), Version 15.1(4)M4, RELEASE SOFTWARE (fc1) ROM: System Bootstrap, Version…
1. Situation Working on Cisco 3560E with IOS C3560-IPSERVICESK9-M and trying to enable Policy Based Routing on vlan interface with command : ip access-list extended Re_Route_10.19.13.66 permit ip host 10.19.13.66…
Created one local help desk account with temporary privilege 15, but seems does not workIn my case, the switch have been configured with following accounts: username localit privilege 15 secret…
interface GigabitEthernet0/0 no ip address ip virtual-reassembly duplex auto speed auto pppoe enable group global pppoe-client dial-pool-number 1 interface GigabitEthernet0/1 ip address 100.199.14.7 255.255.255.0 ip nat inside ip virtual-reassembly duplex…
Cisco Switch Example Configuration: aaa authentication login default local group radius aaa authentication enable default enable group radius aaa authorization exec default local group radius radius-server host 10.9.2.4 auth-port 1812…
Configured a cisco 2960 switch to use TekRadius as radius server for authentication and authorization. Authentication part was ok, but could not let user directly get into enable mode although…
For Access Mode: switchport mode access switchport nonegotiate switchport access vlan 100 For Trunk Mode:switchport trunk encapsulation dot1qswitchport mode trunkswitchport nonegotiateswitchport trunk allowed vlan 10,100switchport trunk native vlan 1 The…
When you apply policy changes, they are only applied on routes that are learned after the policy changes have been enacted. This is because BGP is most frequently implemented on…
SYSTEM(SYST) Overall status of the switch. Off: Switch is not powered on Green: Switch is working fine Amber: Switch is powered on but faulty REDUNDANT POWER SUPPLY(RPS) Provides backup power…
ip ssh source-interface <interface to use>ip telnet source-interface <interface to use>R1#telnet 10.9.38.3 22 /source-interface l0Trying 10.9.38.3, 22 … OpenSSH-2.0-1.36 sshlib: GlobalScape Notes:for ping:ping <ip address> source <ip address / interface…