Cisco 827 - Option C - Routed IP (Basic) Example Command List From Global Configuration mode: Router(conf)#interface ethernet 0 Router(conf-if)#ip address [Routed_Subnet_Address] [Routed_Subnet_Mask] (These are supplied by Pacific Internet) Router(conf-if)#ip adjust-mss 1452 (Adjusts MTU settings) Router(conf-if)#ip tcp adjust-mss 1452 (Adjusts MTU settings) Router(conf-if)#no shutdown Router(conf-if)#exit Router(conf)#interface atm 0 Router(conf-if)#ip address [Telstra_WAN_Address] [Telstra_WAN_Mask] (These are supplied by Pacific Internet) Router(conf-if)#no atm ilmi-keepalive Router(conf-if)#pvc 8/35 Router(conf-if-atm-vc)#no shutdown Router(conf-if)#exit Router(conf)#ip route 0.0.0.0 0.0.0.0 [Telstra_Gateway_Address] Router(conf)#end Router#copy run start --- Example of running-config entry with the following variables: Point to Point subnet of 210.23.137.4 /32 Telstra Gateway Address - 210.23.137.5 Telstra WAN Address - 210.23.137.6 Subnet Mask - 255.255.255.252 Routed Subnet of 61.8.6.248 /248 Current configuration : 1010 bytes ! version 12.1 no service single-slot-reload-enable no service pad service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname Cisco_827_Option_C_Basic ! logging rate-limit console 10 except errors enable secret [password] ! ip subnet-zero no ip finger ! ! ! interface Ethernet0 ip address 61.8.6.249 255.255.255.248 ip adjust-mss 1452 ip tcp adjust-mss 1452 ! interface ATM0 ip address 210.23.137.6 255.255.255.248 no atm ilmi-keepalive pvc 8/35 ! bundle-enable dsl operating-mode auto ! ip classless ip route 0.0.0.0 0.0.0.0 210.23.137.5 no ip http server ! ! line con 0 exec-timeout 120 0 password [password] login transport input none stopbits 1 line vty 0 4 exec-timeout 0 0 password [password] login length 0 ! scheduler max-task-time 5000 end --- any comments? direct them to me > lalor@pacific.net.au --- Lalor McMahon 20020114 13:44:34