Friday, February 13, 2009

Network Diagram

This document uses this network setup:

bbsm_vlan.gif

Configurations

This document uses this configuration:

The configuration shows a Catalyst 2924XL with the enable of VLANs.

Note: These are three important points about this configuration:

  • Spanning tree is off.

    All switches have direct wire to guest rooms, so there is no chance of a spanning tree loop occurrence. Multiple backbone links in your network configuration can require you to enable spanning tree on those interfaces. If you disable the spanning tree, you can also decrease the connection time between the switch and the end user computer.

  • For security reasons, the configuration does not include any passwords or IP addresses.

  • This configuration configures all switches in the network. The only difference is the IP address of each switch.

Catalyst 2924XL

version 12.0

no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname <hostname>

!--- Use the host name for the switch.

enable secret <password>

!--- Enter the password for the switch.

!
username getmac privilege 15 password 0 admin

!--- "getmac" is the name that you must use for
!--- the user. "getmac" is the name that BBSM attempts
!--- to access. Another name does not work.


!
!
!
!
no spanning-tree vlan 1
no spanning-tree vlan 2
no spanning-tree vlan 3
no spanning-tree vlan 4
no spanning-tree vlan 5
no spanning-tree vlan 6
no spanning-tree vlan 7
no spanning-tree vlan 8
no spanning-tree vlan 9
no spanning-tree vlan 10
no spanning-tree vlan 11
no spanning-tree vlan 12
no spanning-tree vlan 13
no spanning-tree vlan 14
no spanning-tree vlan 15
no spanning-tree vlan 16
no spanning-tree vlan 17
no spanning-tree vlan 18
no spanning-tree vlan 19
no spanning-tree vlan 20
no spanning-tree vlan 21
no spanning-tree vlan 22
no spanning-tree vlan 23
ip subnet-zero
no ip rcmd domain-lookup
ip rcmd rsh-enable
ip rcmd remote-host getmac Administrator enable

!--- is the IP address of the BBSM internal
!--- network interface card (NIC).


ip rcmd remote-host getmac IWAM_ enable

!--- is the computer name of the server.
!--- If the computer name of the BBSM server is BBSM1, this last statement reads:
!--- ip rcmd remote-host getmac IWAM_BBSM1 enable.


!
!
!
interface FastEthernet0/1
spanning-tree portfast
!
interface FastEthernet0/2
switchport access vlan 2
spanning-tree portfast
!
interface FastEthernet0/3
switchport access vlan 3
spanning-tree portfast
!
interface FastEthernet0/4
switchport access vlan 4
spanning-tree portfast
!
interface FastEthernet0/5
switchport access vlan 5
spanning-tree portfast
!
interface FastEthernet0/6
switchport access vlan 6
spanning-tree portfast
!
interface FastEthernet0/7
switchport access vlan 7
spanning-tree portfast
!
interface FastEthernet0/8
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/9
switchport access vlan 9
spanning-tree portfast
!
interface FastEthernet0/10
switchport access vlan 10
spanning-tree portfast
!
interface FastEthernet0/11
switchport access vlan 11
spanning-tree portfast
!
interface FastEthernet0/12
switchport access vlan 12
spanning-tree portfast
!
interface FastEthernet0/13
switchport access vlan 13
spanning-tree portfast
!
interface FastEthernet0/14
switchport access vlan 14
spanning-tree portfast
!
interface FastEthernet0/15
switchport access vlan 15
spanning-tree portfast
!
interface FastEthernet0/16
switchport access vlan 16
spanning-tree portfast
!
interface FastEthernet0/17
switchport access vlan 17
spanning-tree portfast
!
interface FastEthernet0/18
switchport access vlan 18
spanning-tree portfast
!
interface FastEthernet0/19
switchport access vlan 19
spanning-tree portfast
!
interface FastEthernet0/20
switchport access vlan 20
spanning-tree portfast
!
interface FastEthernet0/21
switchport access vlan 21
spanning-tree portfast
!
interface FastEthernet0/22
switchport access vlan 22
spanning-tree portfast
!
interface FastEthernet0/23
switchport access vlan 23
spanning-tree portfast
!
interface FastEthernet0/24
port network
switchport multi vlan 1-23
switchport mode multi
spanning-tree portfast
!
interface VLAN1
ip address

!--- Use the IP address and subnet mask of the switch.

no ip directed-broadcast
no ip route-cache
!
ip default-gateway

!--- Use the IP address of the BBSM internal NIC.

snmp-server engineID local 00000009020000B064B14540
snmp-server community RW
snmp-server community RO
snmp-server chassis-id 0x0E
!
line con 0
transport input none
stopbits 1
line vty 0 4
password
login
line vty 5 9
login
!
end

No comments:

Post a Comment