following

Little about Organizational Units

January 26, 2011

An Overview of Organizational Units (OUs) An organizational unit (OU) is a container that is used to logically organize and group Active Directory objects within domains. OUs are not part of the DNS namespace. They are used to organize Active Directory objects into logical administrative groups. OUs therefore serve as containers in which you can [...]

Read the full article →

How to configure Cisco SPAN Ports

January 25, 2011

The following example will demonstrate how to configure a single SPAN session on a Cisco Catalyst switch. The specifics are different between different switch models, so be sure to check the Cisco documentation. You must first configure source ports. Source ports are ports whose data will be copied, and sent to the destination, or SPAN [...]

Read the full article →

How to determine serial numbers for cisco router and Catalyst switch

January 25, 2011

For Cisco Routers If you want to know the chassis serial number for your router use the following command Router> sh inventory Output NAME: “2821 chassis”, DESCR: “2821 chassis”PID: CISCO2821  , VID: V04 , SN: FCZ10231VG NAME: “WAN Interface Card – Serial 2T”, DESCR: “WAN Interface Card – Serial 2T”PID: WIC-2T   , VID: V01, SN: [...]

Read the full article →

NetBEUI

January 24, 2011

NetBIOS, NetBEUI, and SMB are Microsoft Protocols used to support Microsoft Networking. The NetBIOS stack includes SMB, NetBIOS, and NetBEUI which are described in the table below. The following are parts of the Microsoft networking stack: Name Network Layer Description Redirector Application Directs requests for network resources to the appropriate server and makes network resources [...]

Read the full article →

Address Resolution Protocol

January 24, 2011

ARP and RARP Address Translation Address Resolution Protocol (ARP) provides a completely different function to the network than Reverse Address Resolution Protocol (RARP). ARP is used to resolve the ethernet address of a NIC from an IP address in order to construct an ethernet packet around an IP data packet. This must happen in order [...]

Read the full article →

Again Domain Name Service (DNS)

January 24, 2011

Host Names Domain Name Service (DNS) is the service used to convert human readable names of hosts to IP addresses. Host names are not case sensitive and can contain alphabetic or numeric letters or the hyphen. Avoid the underscore. A fully qualified domain name (FQDN) consists of the host name plus domain name as in [...]

Read the full article →

Virtual Private Networking (VPN)

January 24, 2011

The most confusing part of VPN is that many acronyms show up. This is partly because VPN requires data encryption to be “private” and there are many encryption techniques and terms. Also there are many complicated security issues relating to VPN concerning encryption and user authentication. This section will first explain the concept and methodology [...]

Read the full article →

Little About Dynamic Routing

January 24, 2011

Dynamic routing performs the same function as static routing except it is more robust. Static routing allows routing tables in specific routers to be set up in a static manner so network routes for packets are set. If a router on the route goes down the destination may become unreachable. Dynamic routing allows routing tables [...]

Read the full article →

Little about BOOTP Protocol

January 24, 2011

BOOTP (Boot Protocol) may be used to boot remote computers over a network. BOOTP messages are encapsulated inside UDP messages and therefore its requests and replies are forwarded by routers. BOOTP is defined by RFCs 951 and 1542. The drawing below illustrates the data encapsulation: The diskless system reads its unique hardware address from its [...]

Read the full article →

Little about DHCP

January 24, 2011

Dynamic Host Configuration Protocol (DHCP) This protocol is used to assign IP addresses to hosts or workstations on the network. Usually a DHCP server on the network performs this function. Basically it “leases” out address for specific times to the various hosts. If a host does not use a given address for some period of [...]

Read the full article →

Access list types

January 21, 2011

There are three basic types of IP access lists: standard, extended, and dynamic extended. Standard access lists use source addressing for applying rules and provide very basic forms of filtering. Extended access lists use both source and destination addresses for filtering and even allow filtering by protocol type. This allows a more granular method of [...]

Read the full article →

NAT and PAT Configuration on Cisco Router

January 18, 2011

There are two types of NAT that can be configured on a Cisco router; static, and dynamic. Static NAT Configuration: This type is used when you want to do one-to-one assignment of local IP addresses to global IP addresses. 1. Establish static translation between an inside local address and an inside global address, Router(config)#ip nat [...]

Read the full article →

Inter-VLAN Routing Configuration on Cisco Router

January 18, 2011

Requirements: You have to make sure that your router support the frame tagging technology used between the switches. Before jumping into the router configuration, you have to configure a port in the switch that will be connected to the router to be a trunk port. And keep remembering the VLAN tagging method that you configured [...]

Read the full article →

BRI ISDN Configuration On Cisco Router

January 18, 2011

There are two ways to configure ISDN in a Cisco router. The first one is to setup the ISDN connection to be always on. This method will be very costly because most ISDN service providers charge not only by monthly subscription, but by the amount of data that you transfer. Having the connection opened 24/7, [...]

Read the full article →

ISDN Dialer Profiles Configuration On Cisco Router

January 18, 2011

If you are implementing ISDN between two nodes only, you probably do not need to use this procedure. What the dialer profiles do is that it maps a dial string along with username to a certain destination. This way, the router knows what number to dial for different ISDN destinations using the same link. The [...]

Related Posts Plugin for WordPress, Blogger...
Read the full article →