Options

router(config)# or not?

hjorhjor Member Posts: 24 ■□□□□□□□□□
I want to ask these, because I am not 100% sure.

I need to use frame relay and routers.
I need to use the following commands;

- ip route 0.0.0.0 0.0.0.0 200.2.2.16

- ip nat pool public-access 199.99.9.40 199.99.9.62 netmask 255.255.255.224

- access-list 1 permit 10.10.10.0 0.0.0.255

- ip dhcp excluded-address 10.10.0.1 10.10.0.10

- encapsulation frame-relay ietf

( Addressess are just an example )


I think these commands should be written;

router(config)# HERE?? . I mean like this;

- router(config)#ip route 0.0.0.0 0.0.0.0 200.2.2.16

- router(config)#ip nat pool public-access 199.99.9.40 199.99.9.62 netmask 255.255.255.224

- router(config)#access-list 1 permit 10.10.10.0 0.0.0.255

- router(config)#ip dhcp excluded-address 10.10.0.1 10.10.0.10

EXCEPT:

interface Serial0 ( for example serial 0. But not router(config)# ?)
- encapsulation frame-relay ietf

I think these are right, but I'm not 100% sure. Please, can you tell me?

Comments

  • Options
    EdTheLadEdTheLad Member Posts: 2,111 ■■■■□□□□□□
    Your the type of guy that gives the ccna a bad name.Why dont you jump on a router and try it out.
    At least install dynamips and run one router instance.
    Networking, sometimes i love it, mostly i hate it.Its all about the $$$$
  • Options
    hjorhjor Member Posts: 24 ■□□□□□□□□□
    a bad name??? - Me and all others who ask something like this and that!

    I was just checking. But: Thanks anyway. And I admit, the best way is just to try.
  • Options
    tech-airmantech-airman Member Posts: 953
    hjor,

    Here's some relevant links that I hope will help.
    hjor wrote:
    I want to ask these, because I am not 100% sure.

    I need to use frame relay and routers.
    I need to use the following commands;

    - ip route 0.0.0.0 0.0.0.0 200.2.2.16

    Routing Basics - http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/routing.htm
    hjor wrote:
    - ip nat pool public-access 199.99.9.40 199.99.9.62 netmask 255.255.255.224

    How NAT Works [IP Addressing Services] - Cisco Systems - http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080094831.shtml
    hjor wrote:
    - access-list 1 permit 10.10.10.0 0.0.0.255

    Security Technologies - http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/security.htm
    hjor wrote:
    - ip dhcp excluded-address 10.10.0.1 10.10.0.10

    Cisco IOS Configuration Guide, Release 12.2 - Configuring DHCP - Cisco Systems - http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/1cfdhcp.html
    hjor wrote:
    - encapsulation frame-relay ietf

    Frame Relay - http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/frame.htm
    hjor wrote:
    ( Addressess are just an example )


    I think these commands should be written;

    router(config)# HERE?? . I mean like this;

    - router(config)#ip route 0.0.0.0 0.0.0.0 200.2.2.16

    - router(config)#ip nat pool public-access 199.99.9.40 199.99.9.62 netmask 255.255.255.224

    - router(config)#access-list 1 permit 10.10.10.0 0.0.0.255

    - router(config)#ip dhcp excluded-address 10.10.0.1 10.10.0.10

    EXCEPT:

    interface Serial0 ( for example serial 0. But not router(config)# ?)
    - encapsulation frame-relay ietf

    I think these are right, but I'm not 100% sure. Please, can you tell me?

    What does the Cisco IOS say?
  • Options
    mikej412mikej412 Member Posts: 10,086 ■■■■■■■■■■
    What does the Cisco IOS say?
    I'd guess
    router# tech-airman has the patience of a saint
    

    I'm still trying to figure out what the question was asking... or if it's someone's homework assignment icon_lol.gif
    :mike: Cisco Certifications -- Collect the Entire Set!
  • Options
    dtlokeedtlokee Member Posts: 2,378 ■■■■□□□□□□
    mikej412 wrote:
    router# tech-airman has the patience of a saint
    

    Yeah really there tech-airman, that link collection rivals any of Mike's. icon_thumright.gif
    The only easy day was yesterday!
  • Options
    ITdudeITdude Member Posts: 1,181 ■■■□□□□□□□
    I was thinking the very same thing! :Dicon_wink.gif
    I usually hang out on 224.0.0.10 (FF02::A) and 224.0.0.5 (FF02::5) when I'm in a non-proprietary mood.

    __________________________________________
    Simplicity is the ultimate sophistication.
    (Leonardo da Vinci)
  • Options
    Mrock4Mrock4 Banned Posts: 2,359 ■■■■■■■■□□
    mikej412 wrote:
    What does the Cisco IOS say?
    I'd guess
    router# tech-airman has the patience of a saint
    

    I think that's supposed to be in router config mode ;)
Sign In or Register to comment.