enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. PPPoE - Concepts & Configuration - Cisco Learning Network

    learningnetwork.cisco.com/s/article/pppoe-concepts-amp-configuration

    Body. This document aims to demonstrate the concepts and configuration required to setup and understand the logic behind PPPoE or Point to Point Protocol over Ethernet. PPPoE is the ability to negotiate a direct PPP link between multiple layer 3 devices through a layer 2 switched infrastructure. This negotiation then allows the encapsulation of ...

  3. Fundamentals of VLAN's - Router on a stick - Cisco Learning...

    learningnetwork.cisco.com/s/article/fundamentals-of-vlan-s-router-on-a-stick

    Step 4. The VLAN tag of the frame is removed and it is ejected towards the switch, Because the interface from which this frame will be "ejected" - FastEthernet 0/0.1 - is configured as a "dot1Q native" interface on the router. Step 5. The switch receives this frame on its trunk port GigabitEthernet 0/5.

  4. SITE TO SITE IPSEC VPN Configuration - Cisco Learning Network

    learningnetwork.cisco.com/s/article/site-to-site-ipsec-vpn-configuration

    How IPSec Works. IPSec involves many component technologies and encryption methods. Yet IPSec's operation can be broken down into five main steps: 1. "Interesting traffic" initiates the IPSec process. Traffic is deemed interesting when the IPSec security policy configured in the IPSec peers starts the IKE process.2. IKE phase 1.

  5. Using Packet Tracer for CCNA Study (with Sample Lab)

    learningnetwork.cisco.com/s/article/Using-Packet-Tracer-for-CCNA-Study

    However, Cisco Packet Tracer has some significant advantages for CCNAs: · Cost: Free. · Low CPU & RAM: It should run on the computer you already own as a desktop app. · Usefulness for CCNA: Supports 90%+ of the CCNA config/verify topics. · Quality: Excellent for its intended purpose as a learning tool.

  6. how to check the configuration difference between running config...

    learningnetwork.cisco.com/s/question/0D53i00000Kt17nCAB/how-to-check-the...

    But, when you use the command without options "show archive config differences" it is almost like saying "show archive config difference running-config startup-config" by the way you interpret the output. Contextual Config Diffs: +router eigrp 100. +auto-summary. -router ospf 1. -log-adjacency-changes.

  7. Configuring Cisco Router as an HTTPS server - Cisco Learning...

    learningnetwork.cisco.com/s/article/configuring-cisco-router-as-an-https-server

    Wireshark TCP filtered packets after configuration done: How to configure Cisco router to work as an HTTPS server. As we know (HTTPS) is the secure version of HTTP protocol, and to configure on Cisco router it will give you different options to configure and have encrypted data sent/received on the router.

  8. IPv6 – Basic configuration –address assignment SLAAC/DHCPv6

    learningnetwork.cisco.com/s/article/ipv6-8211-basic-configuration-8211-address...

    Here is the config used on the router interface for SLAAC. PC12 (config-if)#int Ethernet0/0. PC12 (config-if)#ipv6 enable. PC12 (config-if)#ipv6 address autoconfig. And we get an IP address in the correct range ! I can also ping vlan 10 interface. PC12#sh ipv6 int brie. Ethernet0/0 [up/up] FE80::A8BB:CCFF:FE00:800.

  9. Leave a comment in running-config - Cisco Learning Network

    learningnetwork.cisco.com/s/question/0D53i00000Kt3sdCAB/leave-a-comment-in...

    Comments do not display when you list the startup configuration with the show startup-config or more nvram:startup-config EXEC mode command. Comments are stripped out of the configuration file when it is loaded onto the router. However, you can list the comments in configuration files stored on a File Transfer Protocol (FTP), remote copy ...

  10. Cisco IOS - Privilege Levels - Cisco Learning Network

    learningnetwork.cisco.com/s/blogs/a0D3i000002eeWTEAY

    Router> show privilege. Current privilege level is 1. Router>. Once we type "enable", we are assigned a higher privilege level. (By default, this level is 15; we can also use the command "enable 15" to specifically elevate our privilege level to 15.) Router>enable 15. Router#. Router#show privilege.

  11. Introduction to VRFs - Part 1 (IPv4-Only VRFs) - Cisco Learning...

    learningnetwork.cisco.com/s/article/introduction-to-vrfs-part-1-ipv4-only-vrfs-x

    The basic configuration of a VRF only requires two steps: 1.) Create the VRF - (config)# ip vrf <vrf name>. Note: Instance names are case sensitive. 2.) Associate the VRF to the appropriate interface (s) - (config-if)# ip vrf forwarding <vrf name>. Note: By default, all interfaces belong to the global IP routing table.