command

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 →

Setting Port Security on a Cisco Catalyst Switch

January 25, 2011

If you want to ensure that only a certain device—for example, a server—is plugged into a particular switch port, you can configure the MAC address of the server as a static entry associated with the switch port. Configure port security Configuring the Port Security feature is relatively easy. In its simplest form, port security requires [...]

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 →

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 →

Windows Server 2003 DNS Troubleshooting

January 22, 2011

1) Start Troubleshooting with Ping Can you ping the target machine? a) By IP address. Ping 10.1.0.100 b) By Hostname. Ping BigServer c) By fully qualified domain name. Ping BigServer.guybay.com Examine the replies for clues, for example is the reply BigServer or BigServer.domain.com. Depending on the results from Ping, check the Default Gateway and Subnet [...]

Read the full article →

DNS Names in Windows Server 2003

January 21, 2011

Introduction to DNS Names The purpose of DNS is to provide a connection when we type a name.  Now that name could refer to a server, a host, a web site, or a UNC path.  Always remember that computers prefer to use an IP address and that the role of DNS is a database 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 →

10 things About Cisco Access list

January 21, 2011

What is an access control list? In the Cisco IOS, an access control list is a record that identifies and manages traffic. After identifying that traffic, an administrator can specify various events that can happen to that traffic. What’s the most common type of ACL? IP ACLs are the most popular type of access lists [...]

Read the full article →

How To Disable CDP on Cisco switches

January 21, 2011

Cisco Discover Protocol or CDP is a Cisco-proprietary protocol that runs on all Cisco products. CDP allows devices to learn about neighboring devices (the ones attached directly to the switch) including information about their platform, IP address, the version of IOS or other OS, VLAN membership, etc. This can be helpful information when troubleshooting network [...]

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 →