You are on page 1of 2

hostname B1

int s0/0/0
ip addr 10.255.255.2 255.255.255.252
no shutdown
encapsulation frame-relay
frame-relay lmi-type q933a
exit
ip route 0.0.0.0 0.0.0.0 10.255.255.1
int fa0/0
no shut
int fa0/0.10
encapsulation dot1q 10
ip addr 10.1.10.1 255.255.255.0
no shut
int fa0/0.20
encapsulation dot1q 20
ip addr 10.1.20.1 255.255.255.0
no shut
int fa0/0.30
encapsulation dot1q 30
ip addr 10.1.30.1 255.255.255.0
no shut
int fa0/0.88
encapsulation dot1q 88
ip addr 10.1.88.1 255.255.255.0
no shut
int fa0/0.99
encapsulation dot1q 99 native
ip addr 10.1.99.1 255.255.255.0
no shut
exit
router eigrp 100
no auto-summary
passive-interface fa0/0.10
passive-interface fa0/0.20
passive-interface fa0/0.30
passive-interface fa0/0.99
network 10.0.0.0
exit
int s0/0/0
ip summary-address eigrp 100 10.1.0.0 255.255.0.0
exit
ip dhcp excluded-address 10.1.10.1 10.1.10.10
ip dhcp excluded-address 10.1.20.1 10.1.20.10
ip dhcp excluded-address 10.1.30.1 10.1.30.10
ip dhcp excluded-address 10.1.88.1 10.1.88.24
ip dhcp pool B1_VLAN10
network 10.1.10.0 255.255.255.0
default-router 10.1.10.1
dns-server 10.0.1.4
exit
ip dhcp pool B1_VLAN20
network 10.1.20.0 255.255.255.0
default-router 10.1.20.1
dns-server 10.0.1.4
exit
ip dhcp pool B1_VLAN30
network 10.1.30.0 255.255.255.0
default-router 10.1.30.1
dns-server 10.0.1.4

exit
ip dhcp pool B1_VLAN88
network 10.1.88.0 255.255.255.0
default-router 10.1.88.1
dns-server 10.0.1.4

You might also like