|
Router>enable
Router# config t
Router(config)# enable password peaches
Router(config)# enable secret apple
Router(config)# hostname CoyoteCreek
CoyoteCreek(config)#
CoyoteCreek(config)#int s0/0
CoyoteCreek(config-if)#encapsulation frame-relay
CoyoteCreek(config-if)#ip address 20.37.0.1 255.255.255.0
CoyoteCreek(config-if)#no shutdown
CoyoteCreek(config)#int s0/1
CoyoteCreek(config-if)#encapsulation frame-relay
CoyoteCreek(config-if)#ip address 20.38.0.1 255.255.255.0
CoyoteCreek(config-if)#no shutdown
CoyoteCreek(config)#router igrp 150
CoyoteCreek(config-router)#network 20.0.0.0
CoyoteCreek(config)# enca ppp
CoyoteCreek(config)# isdn switch-type 5ess
CoyoteCreek(config)# int bri 0
CoyoteCreek(config-if)# isdn spid1 31
CoyoteCreek(config-if)# isdn spid2 41
CoyoteCreek(config)# access-list 101 permit tcp any 20.154.0.10
0.0.0.0 eq 53
CoyoteCreek(config)# access-list 101 permit tcp any 20.154.0.10 0.0.0.0
eq 25
CoyoteCreek(config)# access-list 101 permit ip 20.153.0.0 0.0.0.255 20.154.0.0
0.0.0.255
CoyoteCreek(config)# access-list 101 permit ip any any
CoyoteCreek(config)# interface gi 1/0/1
CoyoteCreek(config-if)# ip access-group 101 out
CoyoteCreek(config)# access-list 102 permit tcp any any
established
CoyoteCreek(config)# interface gi 1/0/0
CoyoteCreek(config-if)# ip access-group 102 out
CoyoteCreek(config)#
ipx routing
CoyoteCreek(config)# interface gi 1/0/0
CoyoteCreek(config-ip)# ipx network 6a
CoyoteCreek(config-ip)# ipx encap sap
|