0x4E-etwork

Single DHCP server for multiple VLANs

Posted on November 1, 2007. Filed under: 0x4E-etwork |

During lunch, a friend of mine ask me about how does one go about setting up 1 DHCP server to serve multiple VLANs.

Generally the step listed below, involves router-on-a-stick method

1. Create VLANs on the router
2. Assign IP addresses to the each VLAN on the router.
3. Configure the router port connected to the switch as a VLAN trunk port.
4. Define routes to each network.
5. Configure the router to relay DHCP requests.
6. Create the VLANs on the switch.
7. Configure the switch port connected to the router as a VLAN trunk.
8. Add switch access ports to the appropriate VLANs.

Technorati Tags: , ,

Read Full Post | Make a Comment ( None so far )

Grep MAC address from under Linux

Posted on August 13, 2007. Filed under: 0x4E-etwork, 0x55-nix |

Linux command to grep out the MAC address

 linuxhost# ifconfig -a eth0 | grep ‘HWaddr’
 
 eth0      Link encap:Ethernet  HWaddr 00:14:C2:5C:99:F1

Technorati Tags: ,

Read Full Post | Make a Comment ( None so far )

MPLS FAQ For Beginners

Posted on August 12, 2007. Filed under: 0x4E-etwork |

Embarking on my personal journey into the topic of MPLS, I stumble upon this Cisco site which contain some common question that would be asked by a non MPLS user. “MPLS FAQ For Beginners” [LINK]

Technorati Tags: , ,

Read Full Post | Make a Comment ( None so far )

Procedure to reset password on Cisco Catalyst 3550

Posted on August 8, 2007. Filed under: 0x4E-etwork |

  1. On a 3550 release the mode button after the 1x port LED goes out.
  2. flash_init
  3. load_helper
  4. dir flash:
  5. rename flash:config.text flash:config.backup
  6. boot
  7. rename flash:config.backup config.text
  8. copy flash:config.text system:running-config
  9. config terminal
  10. no enable secret
  11. enable password password
  12. copy running-config startup-config

Technorati Tags: ,

Read Full Post | Make a Comment ( None so far )

Configuration files for Hearbeat ( Linux-HA )

Posted on July 31, 2007. Filed under: 0x4E-etwork, 0x55-nix |

After the initial installation of the Linux High Availability (HA) Heartbeat package, there is 3 important configuration that need to be configure before it can run. The 3 important files are ha.cf, haresources, authkeys. If the Heartbeat package is installed with the documentation then there is sample of these configuration files located at /usr/share/doc/heartbeat-2.0.8

Technorati Tags: , , ,

Read Full Post | Make a Comment ( None so far )

Set password on Cisco Catalyst 6509

Posted on July 29, 2007. Filed under: 0x4E-etwork |

c6509>enable

c6509>(enable)set passsword

Enter old password:

Enter new password:

Retype new password:

Password changed.

Technorati Tags: , , ,

Read Full Post | Make a Comment ( None so far )

Stop Cisco console message from interrupting commands

Posted on July 13, 2007. Filed under: 0x4E-etwork |

r1(config)#line console 0

r1(config-line)#logging synchronous

r1(config-line)#^Z

r1#

*Mar  1 00:22:21.479: %SYS-5-CONFIG_I: Configured from console by console

Technorati Tags: , , ,

Read Full Post | Make a Comment ( None so far )

Clear Cisco router configuration

Posted on July 13, 2007. Filed under: 0x4E-etwork |

router1#write erase

Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]

[OK]

Erase of nvram: complete

router1#

*Mar 1 00:09:12.679: %SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram

* Do a reload” to ensure the startup-config and running-config are cleared.

router1#reload

System configuration has been modified. Save? [yes/no]: no

Proceed with reload? [confirm]y

*Mar 1 00:17:55.435: %SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload Command.

Technorati Tags: , ,

Read Full Post | Make a Comment ( None so far )

Address Allocation for Private Internets

Posted on July 2, 2007. Filed under: 0x4E-etwork |

IP address space for private networks have been reserved according to RFC 1918

• 10.0.0.0–10.255.255.255—Single Class A network numbers
• 172.16.0.0–172.31.255.255—Contiguous Class B network numbers
• 192.168.0.0–192.168.255.255—Contiguous Class C network numbers

Technorati Tags: , , , ,

Read Full Post | Make a Comment ( None so far )

    About

    “Never let your work drive you. Master it and keep it in complete control.” – Booker T. Washington

    RSS

    Subscribe Via RSS

    • Subscribe with Bloglines
    • Add your feed to Newsburst from CNET News.com
    • Subscribe in Google Reader
    • Add to My Yahoo!
    • Subscribe in NewsGator Online
    • The latest comments to all posts in RSS

    Meta

Liked it here?
Why not try sites on the blogroll...