Ifconfig.it
open-menucloseme
Home
About
Archive
🌐
English
twitter linkedin github youtube
  • Cisco Live! Europe 2013

    calendar Feb 28, 2013 · 1 min read · cisco cleur  ·
    Share on: twitter facebook linkedin copy

    Cisco Live! Europe: I'm in!

    First time here, the impression is like being in the Willy Wonka chocolate factory with the big difference you can touch everything without disappear.

    As my job is not focused on a single technology I'm registered to many different sessions, from WiFi to Security, from FCoE to …


    Read More
  • PVLAN Quick Notes

    calendar Dec 20, 2012 · 1 min read · cisco networking  ·
    Share on: twitter facebook linkedin copy

    Private VLAN configuration:

    vlan 300
    private-vlan primary
    private-vlan association 301-302
    !
    vlan 301
    private-vlan isolated
    !
    vlan 302
    private-vlan community
    

    Port configuration:

    interface GigabitEthernet1/0/1
    	switchport private-vlan host-association 300 301
    	switchport mode private-vlan host
    

    What about the SVI? …


    Read More
  • Netflow quick notes

    calendar Dec 17, 2012 · 1 min read · networking cisco  ·
    Share on: twitter facebook linkedin copy

    Netflow quick notes for basic config.

    NETFLOW EXPORT

    Send NetFlow data to a collector:

    • From? (source)
    • Where? (destination, port)
    • How? (udp, sctp, backup)
    • Version? (1,5,9)

    SAMPLING / FILTERING

    Not all traffic is evaluated to generate NetFlow statistics. Sampling (one packet each N) of filtering (sampling only on a …


    Read More
  • Ebook: Your Route to Cisco Career Success by Kevin Wallace

    calendar Dec 2, 2012 · 1 min read · certifications cisco networking work  ·
    Share on: twitter facebook linkedin copy

    Your Route to Cisco Career Success  by Kevin Wallace

    A free ebook from Amazon/Kindle about the strategy to prepare for a brilliant career in networking.

    UPDATE: the book was free just for a limited amount of time (I got the link from Twitter).


    Read More
  • CCIE Wireless blog and Youtube Channel

    calendar Oct 8, 2012 · 1 min read · ccie wifi wireless cisco  ·
    Share on: twitter facebook linkedin copy

    A great blog and Youtube channel with a lot of resources for Cisco Wireless:


    Read More
  • File prompt quiet

    calendar Oct 2, 2012 · 1 min read · cisco eem  ·
    Share on: twitter facebook linkedin copy

    When a router config is saved with

    copy run start
    

    IOS asks for a destination filename:

    RTR#copy running-config startup-config
    Destination filename [startup-config]?
    Building configuration...
    [OK]
    

    To bypass the request and use the default name startup-config do this:

    RTR(config)#file prompt quiet
    

    And then again

    copy …

    Read More
  • Cisco Catalyst 3560 and 3750 QoS Simplified... Seriously! by Kevin Wallace

    calendar Sep 16, 2012 · 0 min read · ccie qos cisco  ·
    Share on: twitter facebook linkedin copy


    Read More
  • OSPF Forward Address

    calendar Sep 16, 2012 · 1 min read · ccie cisco ospf  ·
    Share on: twitter facebook linkedin copy

    OSPF Forward Address (FA):

    • works like BGP next-hop for OSPF external routes

    • advertised only if next-hop is on a not-passive and multiaccess interface

    • if there's not a route to FA address, route is not installed

    • FA = 0.0.0.0 --> cost to ABR

    • FA <> 0.0.0.0 --> cost to FA address

    • NSSA --> FA is …


    Read More
  • How to change a L2L VPN peer IP on Cisco ASA 8.3(2)4

    calendar May 29, 2012 · 2 min read · cisco asa vpn  ·
    Share on: twitter facebook linkedin copy

    Today a customer called to change the IP address of a L2L VPN peer on his Cisco ASA 8.3(2)4.

    The task can be divided in 3 steps:

    1. Get the VPN password. It should be written somewhere in the network documentation, as stated by rule 7, but you know, password sometimes just get lost.

    2. Find and update crypto map

      asa# sh …


    Read More
  • Copy files to ASA via SCP

    calendar Apr 12, 2012 · 1 min read · asa cisco  ·
    Share on: twitter facebook linkedin copy

    Sometimes it can be useful to copy files to and from a Cisco ASA Firewall via SCP.

    To enable SCP just type:

    ssh scopy enable
    

    Read More
  • ASA - show vpn pre shared key in cleartext

    calendar Apr 5, 2012 · 1 min read · cisco asa  ·
    Share on: twitter facebook linkedin copy

    Forgot the PSK of a VPN on a Cisco ASA? With this command you can see all the passwords in cleartext:

    more system:running-configuration
    

    Read More
  • Certified in Cisco Data Center Support for UC Specialist

    calendar Dec 21, 2011 · 1 min read · certifications cisco datacenter dcuci exam ucs  ·
    Share on: twitter facebook linkedin copy

    Today I passed Cisco 642-983 DCUCI exam and it was a surprise to see two certifications on my Cisco curriculum:

    Cisco Unified Computing Technology Support Specialist

    and

    Cisco Data Center Support for UC Specialist

    The next step would be "Cisco Data Center Unified Computing Support Specialist" but since VCP is …


    Read More
  • Cisco DCUCI training

    calendar Nov 28, 2011 · 1 min read · cisco training ucs  ·
    Share on: twitter facebook linkedin copy

    This week I'm attending Cisco DCUCI course in Milan. I have no experience on blade servers or Cisco UC plaftorm and it'll be a great opportunity to learn new topics and move another step towards the datacenter.

    I've prepared for this course watching Cisco PEC videos and reading the two must-read books from Silvano Gai: …


    Read More
  • Certified in CCNP Security

    calendar Nov 23, 2011 · 1 min read · certification cisco  ·
    Share on: twitter facebook linkedin copy

    Today I passed this Cisco exam: (642-647) Deploying Cisco ASA VPN Solutions v1.0 (VPN) and my CCSP certification is now updated to the new CCNP(Security).

    I've prepared the exam on the Cisco Press Official Cert Guide. The exam was not very hard, probably because I work on Pix/Asa platforms since 2007. The guide is very …


    Read More
  • PPPoE peer IP address

    calendar Mar 13, 2011 · 1 min read · cisco pppoe  ·
    Share on: twitter facebook linkedin copy

    Quick note about PPPoE address assignment.

    IPCP

    CLIENT

    interface Dialer1
    **ip address negotiated**
    encapsulation ppp
    dialer pool 1
    dialer idle-timeout 0
    dialer persistent
    end
    

    SERVER

    ip dhcp-server 10.0.12.1
    interface Virtual-Template10
    ip address 10.0.32.2 255.255.255.0
    peer default ip address dhcp
    end
    

    DHCP

    CLIENT …


    Read More
    • ««
    • «
    • 2
    • 3
    • 4
    • 5
    • 6
    • »
    • »»

Gian Paolo photo

Gian Paolo

Network architect with some coding skills.
Read More

Recent Posts

  • Global Azure 2025
  • The decommissioning costs
  • Welcome 2025 Cisco Champions
  • SDWAN enhancements in a satellite link
  • Receive Side Scaling
  • Cisco Nexus transceiver temperature
  • NetBox to hosts
  • Cisco ISE scripts

Categories

NETWORKING 2 CERTIFICATIONS 1 CISCO 1 HUGO 1 WIRELESS 1

Tags

NETWORKING 89 CISCO 81 SOFTWARE 22 CERTIFICATIONS 19 LINUX 19 PYTHON 17 CERTIFICATION 15 AUTOMATION 14 CCIE 14 OED 12 TECHFIELDDAY 12 CLEUR 10 EVENTS 10 CISCOCHAMPION 9
All Tags
ACI3 AIRCONSOLE1 AIRPICONSOLE3 ALCATEL2 ANSIBLE1 ANYCONNECT1 API2 ARISTA2 ARUBA4 ASA8 AUTOINSTALL2 AUTOMATION14 AWK2 AWS6 AZURE1 BASH3 BATCH1 BLOG7 BOOK4 BOOKS1 BROCADE1 CA1 CANDID3 CAT9K1 CATCHPOINT1 CCIE14 CERTIFICATE1 CERTIFICATION15 CERTIFICATIONS19 CISCO81 CISCOCHAMPION9 CISCOU7 CLEUR10 CLI2 CLOUD5 CLOUDFORMATION1 COMWARE1 CONFERENCES1 DARKNET1 DATACENTER5 DCUCI1 DEBUG1 DEVNET3 DNAC1 DOCKER9 DOCUMENTATION1 DSCP1 EEM1 EMULATOR1 EVENTS10 EXAM9 FIREPOWER1 FIREWALL1 FOR1 FRAMERELAY1 FREENAS1 FUN1 GESTALTIT3 GITLAB1 GRAFANA1 HOMELAB4 HOMEOFFICE1 HP3 HUAWEI2 HUGO1 ICINGA21 ICONS1 IOS1 IPFABRIC7 IPS1 IPV65 ISE1 ITBLOGAWARDS3 JUNIPER1 K8S1 LIBRENMS2 LINUX19 LOGS1 MERAKI5 MIB1 MICROSERVER1 MIKROTIK1 MONITORING6 MTU1 NAT1 NEDI1 NETBOX3 NETMIKO1 NETWORKING89 NEXUS4 NFD1 NFD164 NFD236 NFD312 NORNIR3 NSX1 NTP1 OBSERVIUM1 OED12 OFFICE3651 OMISWITCH1 OSPF1 OSX1 PATHSOLUTIONS1 POETRY1 PPPOE2 PYTHON17 QOS2 RASPBERRY3 RMON1 RSA1 SCRIPT4 SDN1 SDWAN2 SECURITY4 SED1 SERVER4 SMOKEPING1 SNMP3 SOFTWARE22 SWITCH1 SYSADMIN1 TECHFIELDDAY12 TERRAFORM2 TFD1 TOFIX2 TRAINING9 TROUBLESHOOTING1 UCS2 VARIOUS2 VMWARE4 VPN3 VXLAN1 WARSTORIES3 WEBSITE2 WIFI8 WINDOWS1 WIREGUARD2 WIRELESS4 WLC3 WLPC2 WORK8 ZBFW1
[A~Z][0~9]
Ifconfig.it

Copyright 2003-  IFCONFIG.IT. All Rights Reserved

to-top